Configuring an IPv6 Prefix List with a Prefix Length Start Range
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/rpm.json
{ "rpmEntity": { "children": [ { "rtpfxRuleV6": { "attributes": { "name": "pfx1_v6" }, "children": [ { "rtpfxEntry": { "attributes": { "action": "permit", "criteria": "inexact", "fromPfxLen": "126", "mask": "ffff::1", "order": "5", "pfx": "1014::/123", "toPfxLen": "0" }}}]}}]}}
Response
{ imdata:[] }
Copy
<System> <rpm-items> <pfxlistv6-items> <RuleV6-list> <name>pfx1_v6</name> <ent-items> <Entry-list> <order>5</order> <action>permit</action> <criteria>inexact</criteria> <fromPfxLen>126</fromPfxLen> <mask>ffff::1</mask> <pfx>1014::/123</pfx> <toPfxLen>0</toPfxLen> </Entry-list> </ent-items> </RuleV6-list> </pfxlistv6-items> </rpm-items> </System>