Configuring Multipath for EBGP and IBGP Paths
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/bgp.json
{ "bgpEntity": { "children": [ { "bgpInst": { "attributes": { "asn": "123" }, "children": [ { "bgpDom": { "attributes": { "name": "default" }, "children": [ { "bgpDomAf": { "attributes": { "maxEcmp": "12", "maxExtEcmp": "12", "type": "vpnv4-ucast" }}}]}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <bgp-items> <inst-items> <asn>123</asn> <dom-items> <Dom-list> <name>default</name> <af-items> <DomAf-list> <type>vpnv4-ucast</type> <maxEcmp>12</maxEcmp> <maxExtEcmp>12</maxExtEcmp> </DomAf-list> </af-items> </Dom-list> </dom-items> </inst-items> </bgp-items> </System>