Configuring the IPv6 Routing Process to Not Include Secondary IPv6 Addresses
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "ospfv3Entity": { "children": [ { "ospfv3If": { "attributes": { "advSecondary": "no", "area": "1.2.3.4", "id": "eth1/2", "instance": "SampleString_123" } } } ] } }, { "interfaceEntity": { "children": [ { "l1PhysIf": { "attributes": { "id": "eth1/2" } } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <ospfv3-items> <if-items> <If-list> <id>eth1/2</id> <advSecondary>false</advSecondary> <area>1.2.3.4</area> <instance>SampleString_123</instance> </If-list> </if-items> </ospfv3-items> <intf-items> <phys-items> <PhysIf-list> <id>eth1/2</id> </PhysIf-list> </phys-items> </intf-items> </System>