Configuring Loose Unicast RPF for IPv6 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": [ { "ipv6Entity": { "children": [ { "ipv6Inst": { "children": [ { "ipv6Dom": { "attributes": { "name": "default" }, "children": [ { "ipv6If": { "attributes": { "id": "eth2/1", "urpf": "loose" }, "children": [ { "ipv6Addr": { "attributes": { "addr": "2001:db8:c18:1::3/64" }}}]}}]}}]}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <ipv6-items> <inst-items> <dom-items> <Dom-list> <name>default</name> <if-items> <If-list> <id>eth2/1</id> <urpf>loose</urpf> <addr-items> <Addr-list> <addr>2001:db8:c18:1::3/64</addr> </Addr-list> </addr-items> </If-list> </if-items> </Dom-list> </dom-items> </inst-items> </ipv6-items> </System>