Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterPresenceTypeDefaultDescription
nameMstring The name of this access control list rule.
precedenceMuint32 The precedence of this access control list rule.
protocolOunionany The protocol to match or "any" to match any protocol.
ipInterfaceGroupOreference The name of a IP interface group to match.
ipInterfaceOreference The name of an IP interface to match.
mgmtIpInterfaceGroupOreference The name of a MGMT IP interface group to match.
mgmtIpInterfaceOreference The name of a MGMT IP interface to match.
sourceIpAddressOip-address0.0.0.0 The source IP address to match.
sourceAddressPrefixLengthOuint320 The length of source IP address prefix which must match.
destinationIpAddressOip-address0.0.0.0 The destination IP address prefix to match.
destinationAddressPrefixLengthOuint320 The length of destination IP address prefix which must match.
sourcePortOunionany The source port to match.
destinationPortOunionany The destination port to match.
actionOenumerationaccept The action to take when this rule is matched.
fillRateOunion50 The policing fill rate (in pkts/sec) set to 50 pkt/sec as default value i.e if not mentioned by operator.
bucketSizeOunion50 The policing bucket size (in pkts). Set to 50 pkt if not specified by operator.
stateOenumerationdisabled Administrative state of the IP access control list rule.
aggregatePolicerOstring name of aggregate policer associated with.
destTypeIpVersionOenumerationipV4 The IP Address version type when specifying the dest IP address using an interface name or SipSigPort index.
Image AddedminTTLOuint320 The minimum TTL for BFD Support.
REST API: GET Example

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

...