Configuring Routing Update Supression on the Interface
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "ospfv3Entity": { "children": [ { "ospfv3If": { "attributes": { "id": "eth1/8", "passive": "enabled" } } } ] } }, { "interfaceEntity": { "children": [ { "l1PhysIf": { "attributes": { "id": "eth1/8", "medium": "p2p" } } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <ospfv3-items> <if-items> <If-list> <id>eth1/8</id> <passive>enabled</passive> </If-list> </if-items> </ospfv3-items> <intf-items> <phys-items> <PhysIf-list> <id>eth1/8</id> <medium>p2p</medium> </PhysIf-list> </phys-items> </intf-items> </System>