Resources | node | addressContext | ipAccessControlList | rule

rule

Access Control List rule name. Each rule is defined with a precedence that is unique within an Address Context. This precedence value determines the order in which the rules are loaded and executed for each incoming packet. If an incoming packet matches two identical rules, the IP ACL rule with the highest precedence is applied for that incoming packet.

Exists on Condition /system/isOAM ='true'

Operational Data

ParameterDescription
name The name of this access control list rule.
aggregatePolicer name of aggregate policer associated with.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListIpAcl:ipAccessControlList/rule={name}

  • No labels