Resources | node | addressContext | ipAccessControlList | defaultAclStatistics

defaultAclStatistics

System default access control list rule and statistics.

Exists on Condition (/system/isOAM ='true') and (../name='default')

Operational Data

ParameterDescription
aclId The Id of default access control list rule.
protocol Protocol match.
application Application using the ACL
addressContextId Address Context Id
lifGrpId LIF group Id
sourceIpAddress Source IP address
destinationIpAddress Destination IP address
policingMode Policing mode in packets per second
bucketSize Policer bucket size
creditRate Allowed packet rate
polId Policer ID
polPriority Aggreggate Policer priority
packetAccept Number packets accepted
packetDiscard Number packets discarded by the policer
aggPol Name of Agg Policer.
owner Name of application which created rule
RESTCONF API: GET Example

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

  • No labels