Asus GigaX3124 User Manual

Page 179

Advertising
background image

GigaX3124 Layer3 Switch CLI Command Reference

154

Command Mode IP extended access-list mode
No/clear

no (permit|deny) icmp IPADDR MASK any [<0-255>] code

[<0-255>] [IFNAME]

Show

show access-lists [ACLNAME]

Default
Description

This command specifies one or more conditions denied or

permitted to decide if the packet is forwarded or dropped.

Examples

ASUS(config-ext-acl)# permit icmp 10.0.1.0 0.0.0.255 any 12

code 12 [gi1/0/1]

13.71 (permit|deny) (ip|tcp|udp|icmp) host IPADDR

any [IFNAME]

Syntax

(permit|deny) (ip|tcp|udp|icmp) host IPADDR any [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

host A single source host

IPADDR Source address.

any any destination address

[IFNAME] Egress interface name

Command Mode IP extended access-list mode
No/clear

no (permit|deny) (ip|tcp|udp|icmp) host IPADDR any [IFNAME]

Show

show access-lists [ACLNAME]

Default
Description

This command specifies one or more conditions denied or

permitted to decide if the packet is forwarded or dropped.

Examples

ASUS(config-ext-acl)# permit ip host 10.0.0.1 any [gi1/0/1]

Advertising