Configuring Routing Update Supression on the Interface
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "ospfv3Entity": { "children": [ { "ospfv3If": { "attributes": { "advSecondary": "yes", "area": "0.0.0.0", "id": "eth1/2", "instance": "201", "nwT": "bcast", "passive": "enabled" } } } ] } }, { "ipv6Entity": { "children": [ { "ipv6Inst": { "children": [ { "ipv6Dom": { "attributes": { "name": "default" }, "children": [ { "ipv6If": { "attributes": { "id": "eth1/2" }, "children": [ { "ipv6Addr": { "attributes": { "addr": "1:2::3:4/24", "aggregatePrefixLength": "unspecified", "pref": "0", "tag": "0" } } } ] } } ] } } ] } } ] } }, { "interfaceEntity": { "children": [ { "l1PhysIf": { "attributes": { "id": "eth1/2" } } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <ospfv3-items> <if-items> <If-list> <id>eth1/2</id> <advSecondary>true</advSecondary> <area>0.0.0.0</area> <instance>201</instance> <nwT>bcast</nwT> <passive>enabled</passive> </If-list> </if-items> </ospfv3-items> <ipv6-items> <inst-items> <dom-items> <Dom-list> <name>default</name> <if-items> <If-list> <id>eth1/2</id> <addr-items> <Addr-list> <addr>1:2::3:4/24</addr> <aggregatePrefixLength>0</aggregatePrefixLength> <pref>0</pref> <tag>0</tag> </Addr-list> </addr-items> </If-list> </if-items> </Dom-list> </dom-items> </inst-items> </ipv6-items> <intf-items> <phys-items> <PhysIf-list> <id>eth1/2</id> </PhysIf-list> </phys-items> </intf-items> </System>