Technical information

Cuda 12000 IP Access Switch CLI Reference Guide
access-list 47
access-list
Use this command to create a new access list or modify an existing one. Access lists contain
filtering rules that define both the match criteria and the actions to take for matching packets.
You can create access that control the flow of IP, TCP, and UDP traffic.
Use the
show access-list command to display access lists and associated filtering rules. Use the
no access-list command to delete one or all of the access lists that you have previously defined.
Mode
root
interface:cable:csi(<c/s/i>)
Syntax
Use the following syntax to create an IP access list:
access-list <access list number> {permit | deny} <rule number>
ip {<source IP address> <source IP mask> | host <ip address> |
host <ip address> | any} {<dest IP address><dest IP mask> | any
}
{<dest IP address> <dest IP mask> | host <dest ip address> | any}
[tos <tos> <tos mask>] [change-tos <tos>]
Use the following syntax to create a TCP access list:
access-list <access list number> {permit | deny} <rule number>
tcp [{<source IP address> <source IP mask> | host <ip address> | any}
{<dest IP address><dest IP mask> | host <dest ip address> | any}
{<ip address> <IP mask> | host <ip address> |
<operator> <port> [<port>] | any}]
{<IP address> <mask>| any| host <ip address> [ <operator> <port> [<port>]]
[established] [tos <tos> <tos mask>] [change-tos <tos>]