Configuring an IPv6 Unicast Address Family
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/ospfv3.json
{ "ospfv3Entity": { "children": [ { "ospfv3Inst": { "attributes": { "name": "Test_1" }, "children": [ { "ospfv3Dom": { "attributes": { "name": "default" }, "children": [ { "ospfv3DomAf": { "attributes": { "type": "ipv6-ucast" }}}]}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <ospfv3-items> <inst-items> <Inst-list> <name>Test_1</name> <dom-items> <Dom-list> <name>default</name> <af-items> <DomAf-list> <type>ipv6-ucast</type> </DomAf-list> </af-items> </Dom-list> </dom-items> </Inst-list> </inst-items> </ospfv3-items> </System>