GigaX2024B/M L2 Managed Switch CLI Manual
111
13.32 (permit|deny) (tcp|udp) any [eq] [<0-65535>]
host IPADDR [eq] [<0-65535>] [IFNAME]
Syntax
(permit|deny) (tcp|udp) any [eq] [<0-65535>] host IPADDR [eq]
[<0-65535>] [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
eq
Match only packets on a given port numbe
<0-65535>
Port number
.host
A single destination host
IPADDR
Destination address
eq
Match only packets on a given port numbe
<0-65535>
Port number
[IFNAME]
Egress interface name
Command Mode
IP extended access-list mode
No/clear
no (permit|deny) (tcp|udp) any [eq] [<0-65535>] host IPADDR [eq]
[<0-65535>] [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(config-ext-acl)# permit tcp any eq 12 host 10.0.0.1 eq 12
[fa1/0/2]