Enabling an IP IS-IS Routing Process
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "interfaceEntity": { "children": [ { "l1PhysIf": { "attributes": { "id": "eth1/2" } } } ] } }, { "isisEntity": { "children": [ { "isisInternalIf": { "attributes": { "id": "eth1/2", "instance": "tag", "v4enable": "yes" } } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <intf-items> <phys-items> <PhysIf-list> <id>eth1/2</id> </PhysIf-list> </phys-items> </intf-items> <isis-items> <if-items> <InternalIf-list> <id>eth1/2</id> <instance>tag</instance> <v4enable>true</v4enable> </InternalIf-list> </if-items> </isis-items> </System>