Enabling the Maximum Path for iBGP Peers
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/bgp/inst.json
{ "bgpInst": { "attributes": { "asn": "100" }, "children": [ { "bgpDom": { "attributes": { "name": "default" }, "children": [ { "bgpDomAf": { "attributes": { "maxEcmp": "34", "type": "ipv6-mcast" }}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <bgp-items> <inst-items> <asn>100</asn> <dom-items> <Dom-list> <name>default</name> <af-items> <DomAf-list> <type>ipv6-mcast</type> <maxEcmp>34</maxEcmp> </DomAf-list> </af-items> </Dom-list> </dom-items> </inst-items> </bgp-items> </System>