Enabling statistics per-entry for MPLS ACLs
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys/acl/mpls.json
{ "mplsaclAF": { "children": [ { "mplsaclACL": { "attributes": { "name": "mp1", "perACEStatistics": "on" } } } ] } }
Response
{ "imdata": [] }
Copy
<System> <acl-items> <mpls-items> <name-items> <ACL-list> <name>mp1</name> <perACEStatistics>1</perACEStatistics> </ACL-list> </name-items> </mpls-items> </acl-items> </System>