Technical information

Cuda 12000 IP Access Switch CLI Reference Guide
access-list 49
Example
The following example uses the access-list command to define access list 1 to reject any
incoming IP packets then uses the access-class command to apply the access list to cable
interface 1/1/1.
Related Commands
access-class on page 45
no access-list on page 262
show access-list on page 370
established For TCP protocol only. Indicates an established TCP
connection. Match occurs when the ACK or RST bits of a TCP
datagram are set.
<tos> Type of Service level identified in the IP packet header. Valid
Range: 0 – 15.
<tos mask> Type of Service mask.
cli# root
mode:root
cli# access-list 1 deny 10 ip any any
cli# show access-list *
List Ac Rule Prot IP Source Mask Source Start Dest Estab TOS ChTOS
IP Dest Mask Dest Port Port Sync Msk Log
----- -- ---- ---- --------------- --------------- ----- ----- ----- --- ------
1 DE 10 ip 0.0.0.0 255.255.255.255 False 0 0
0.0.0.0 255.255.255.255 False 0 False
..... .. .... .... ............... ............... ..... ..... ..... ... ......
row count: 1
cli# interface 1/1/1
mode: interface:cable:csi(1/1/1)
cli# access-class 1 in priority 1
cli#