Resources | addressContext | ipAccessControlList

ipAccessControlList

IP Access Control Lists (IP ACLs) are the packet filtering objects that are applied to incoming IP packets on the SBC. These objects protect the system from a variety of network-borne attacks. Use IP ACLs to specify rules to permit or deny packets into the SBC. The IP ACL can optionally pass the traffic but at only a certain policed rate.

Configuration

ParameterPresenceTypeDefaultDescription
ruleO The table of user configured IP Access Control List rules.

Operational Data

ParameterDescription
ipAclRuleStatistics The IP access control list rule statistics.
ipAclOverallStatistics The IP access control list statistics.
ipAclRulesByPrecedence The IP access control list rules by precedence.
defaultAclStatistics System default access control list rule and statistics.
getAggrPolicers Aggregate Policers rule and statistics.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/addressContext/{name}/ipAccessControlList

  • No labels