KTI Networks KGS-2416 User Manual
Page 238

234
action
Syntax:
action <port> <permit|deny> <rate_limiter> <port copy>
Description:
To set the access control per port as packet filter action rule.
Argument:
<port> : 1-24
<permit/deny>: permit: 1, deny: 0
<rate_limiter>: 0-16 (0:disable)
<port copy> : 0-24 (0:disable)
Possible value:
<port> : 1-24
<permit/deny>: 0-1
<rate_limiter>: 0-16
<port copy> : 0-24
Example:
SW24GF(acl)# action 5 0 2 2
SW24GF(acl)# show
port policy id action rate limiter port copy counter a class map
.. .. ……. …. … ..
5 1 deny 2 2
23 1 permit 0 0 0
24 1 permit 0 0 0
rate limiter rate(pps)
------------ ------------
1 1
2 1
3 1
4 1
5 1
…… ……
SW24GF(acl)#
delete
Syntax:
delete <index>
Description:
To delete the ACE ( Access Control Entry) configuration on the switch.
Argument:
<index> : the access control rule index value
Possible value:
None.
Example:
SW24GF(acl)# delete 1
SW24GF(acl)#