Configuring OSPF Point-to-Point Network
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "ospfv3Entity": { "children": [ { "ospfv3If": { "attributes": { "id": "lo123", "nwT": "p2p" } } } ] } }, { "interfaceEntity": { "children": [ { "l3LbRtdIf": { "attributes": { "id": "lo123" } } } ] } } ] } }
Response
{ }
Copy
<System> <ospfv3-items> <if-items> <If-list> <id>lo123</id> <nwT>p2p</nwT> </If-list> </if-items> </ospfv3-items> <intf-items> <lb-items> <LbRtdIf-list> <id>lo123</id> </LbRtdIf-list> </lb-items> </intf-items> </System>