Configuring Loose Unicast RPF for IPv4 Packets on a Cisco Nexus 9500 Series Switch with an -R Line Card
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "ipv4Entity": { "children": [ { "ipv4Inst": { "children": [ { "ipv4Dom": { "attributes": { "name": "default" }, "children": [ { "ipv4If": { "attributes": { "id": "eth2/3", "urpf": "loose" }, "children": [ { "ipv4Addr": { "attributes": { "addr": "172.23.231.240/23" }}}]}}]}}]}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <ipv4-items> <inst-items> <dom-items> <Dom-list> <name>default</name> <if-items> <If-list> <id>eth2/3</id> <urpf>loose</urpf> <addr-items> <Addr-list> <addr>172.23.231.240/23</addr> </Addr-list> </addr-items> </If-list> </if-items> </Dom-list> </dom-items> </inst-items> </ipv4-items> </System>