Configuring the Max Route Limit
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "l3Inst": { "attributes": { "name": "VRF_1" }, "children": [ { "rtctrlDom": { "attributes": { "name": "VRF_1" }, "children": [ { "rtctrlDomAf": { "attributes": { "type": "ipv4-ucast" }, "children": [ { "l3MaxRoutes": { "attributes": { "action": "shut", "maxRt": "100", "reinstall": "100", "thresh": "100" }}}]}}]}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <inst-items> <Inst-list> <name>VRF_1</name> <dom-items> <Dom-list> <name>VRF_1</name> <af-items> <DomAf-list> <type>ipv4-ucast</type> <maxrts-items> <action>shut</action> <maxRt>100</maxRt> <reinstall>100</reinstall> <thresh>100</thresh> </maxrts-items> </DomAf-list> </af-items> </Dom-list> </dom-items> </Inst-list> </inst-items> </System>