Configuring EIGRP table map filter
DME
YANG
Copy
POST http://<mgmt_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "eigrpEntity": { "children": [ { "eigrpInst": { "attributes": { "name": "router_1" }, "children": [ { "eigrpDom": { "attributes": { "name": "default" }, "children": [ { "eigrpDomAf": { "attributes": { "type": "ipv4-ucast" }, "children": [ { "eigrpRibLeakP": { "attributes": { "always": "yes", "rtMap": "one" } } } ] } } ] } } ] } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System xmlns="http://cisco.com/ns/yang/cisco-nx-os-device"> <eigrp-items> <inst-items> <Inst-list> <name>router_1</name> <dom-items> <Dom-list> <name>default</name> <af-items> <DomAf-list> <type>ipv4-ucast</type> <ribleak-items> <rtMap>one</rtMap> <always>true</always> </ribleak-items> </DomAf-list> </af-items> </Dom-list> </dom-items> </Inst-list> </inst-items> </eigrp-items> </System>