Configuring all Routes Regardless Of Target-VPN Communities
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/bgp.json
{ "topSystem": { "children": [ { "bgpEntity": { "children": [ { "bgpInst": { "attributes": { "asn": "100" }, "children": [ { "bgpDom": { "attributes": { "name": "default" }, "children": [ { "bgpDomAf": { "attributes": { "retainRttAll": "enabled", "retainRttRtMap": "", "type": "ipv4-mvpn" } } } ] } } ] } } ] } } ] } }
Response
{ "imdata": [] }
Copy
<System> <bgp-items> <inst-items> <asn>100</asn> <dom-items> <Dom-list> <name>default</name> <af-items> <DomAf-list> <type>ipv4-mvpn</type> <retainRttAll>enabled</retainRttAll> <retainRttRtMap></retainRttRtMap> </DomAf-list> </af-items> </Dom-list> </dom-items> </inst-items> </bgp-items> </System>