Manual
GigaX2024B/M L2 Managed Switch CLI Manual
110
code <1-255> [IFNAME]
Show
Show acces-lists [number|name]
Default
Description
This command specify one or more conditions denied or
permitted to decide if the packet is forwarded or dropped.
Examples
ASUS(cong-ext-acl)# permit icmp 10.0.0.1 0.0.0.0 host 10.0.0.2
1 code 1 [fa1/0/2]
13.31 (permit|deny) (ip|tcp|udp|icmp) any host
IPADDR [IFNAME]
Syntax
(permit|deny) (ip|tcp|udp|icmp) any host A.B.C.D [IFNAME]
Parameters
permit-> Specify packets to forward
deny-> Specify packets to reject.
Ip -> Any Internet Protocol
Tcp-> Transmission Control Protocol
Udp-> User Datagram Protocol
Icmp-> Internet Control Message Protocol
any any source address
host A single destination host
IPADDR Destination address
[IFNAME] Egress interface name
Command Mode
IP extended access-list mode
No/clear
no (permit|deny) (ip|tcp|udp|icmp) any host IPADDR [IFNAME]
Show
Show acces-lists [number|name]
Default
Description
This command specify one or more conditions denied or
permitted to decide if the packet is forwarded or dropped.
Examples
ASUS(cong-ext-acl)#permit tcp any host 10.0.0.1 [fa1/0/2]