Enabling Egress Load-Balance Filter Policy for Underlay
DME
YANG
Copy
{ "topSystem": { "children": [ { "bgpEntity": { "children": [ { "bgpInst": { "attributes": { "asn": "1" }, "children": [ { "bgpDom": { "attributes": { "name": "default" }, "children": [ { "bgpDomAf": { "attributes": { "ldBalEgrFilterPolRtMap": "rmap1", "type": "ipv4-ucast" } } } ] } } ] } } ] } } ] } } REST Response: { "imdata": [] }
Response
{ imdata:[] }
Copy
<nc:rpc xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:3fe82c40-0fd5-495b-bd26-3ed94b61bc70"> <nc:edit-config> <nc:target> <nc:running/> </nc:target> <nc:config> <System xmlns="http://cisco.com/ns/yang/cisco-nx-os-device"> <bgp-items> <inst-items> <asn>1</asn> <dom-items> <Dom-list> <name>default</name> <af-items> <DomAf-list> <type>ipv4-ucast</type> <ldBalEgrFilterPolRtMap>rmap1</ldBalEgrFilterPolRtMap> </DomAf-list> </af-items> </Dom-list> </dom-items> </inst-items> </bgp-items> </System> </nc:config> </nc:edit-config> </nc:rpc>