C
HAPTER
23
| ACL Commands
– 325 –
acl policy This command displays or sets the policy assigned to specified ports.
SYNTAX
acl policy [port-list] [policy]
port-list - A specific port or range of ports. (Range: 1-28, or all)
policy - An ACL policy configured with the acl add command,
containing one or more ACEs. (Range: 1-8)
DEFAULT SETTING
Policy 1, which is undefined.
EXAMPLE
ACL>policy 9 7
ACL>
acl rate This command displays or sets the rate limiter and maximum packet rate.
SYNTAX
acl rate [rate-limiter-list] [packet-rate]
rate-limiter-list - Rate limiter identifier. (Range: 1-15)
packet-rate - The threshold above which packets are dropped.
(Options: 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1K, 2K, 4K, 8K,
16K, 32K, 64K, 128K, 256K, 512K, 1024K pps)
Due to an ASIC limitation, the enforced rate limits are slightly less
than the listed options. For example: 1 Kpps translates into an
enforced threshold of 1002.1 pps.
DEFAULT SETTING
All rate limiters
EXAMPLE
ACL>rate 2 512k
ACL>