Configuring a VRF for Multicast RPF Static Route
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "ipv4Entity": { "children": [ { "ipv4Inst": { "children": [ { "ipv4Dom": { "attributes": { "name": "VRF_1" }, "children": [ { "ipv4MulticastRoute": { "attributes": { "prefix": "1.0.0.0/8" }, "children": [ { "ipv4MulticastNexthop": { "attributes": { "nhAddr": "1.2.3.4/32", "nhIf": "unspecified", "nhVrf": "SampleString_123", "pref": "8" } } } ] } } ] } } ] } } ] } }, { "l3Inst": { "attributes": { "name": "VRF_1" } } } ] } }
Response
{ imdata:[] }
Copy
<System> <ipv4-items> <inst-items> <dom-items> <Dom-list> <name>VRF_1</name> <multicastrt-items> <MulticastRoute-list> <prefix>1.0.0.0/8</prefix> <nh-items> <MulticastNexthop-list> <nhIf>unspecified</nhIf> <nhAddr>1.2.3.4/32</nhAddr> <nhVrf>SampleString_123</nhVrf> <pref>8</pref> </MulticastNexthop-list> </nh-items> </MulticastRoute-list> </multicastrt-items> </Dom-list> </dom-items> </inst-items> </ipv4-items> <inst-items> <Inst-list> <name>VRF_1</name> </Inst-list> </inst-items> </System>