Configuring the Maximum Paths per Destination for an IPv6 Unicast Address Family
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/isis.json
{ "isisEntity": { "children": [ { "isisInst": { "attributes": { "name": "TAG_1" }, "children": [ { "isisDom": { "attributes": { "name": "default" }, "children": [ { "isisDomAf": { "attributes": { "maxEcmp": "28", "type": "v6" }}}]}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <isis-items> <inst-items> <Inst-list> <name>TAG_1</name> <dom-items> <Dom-list> <name>default</name> <af-items> <DomAf-list> <type>v6</type> <maxEcmp>28</maxEcmp> </DomAf-list> </af-items> </Dom-list> </dom-items> </Inst-list> </inst-items> </isis-items> </System>