Asus GigaX2024B User Manual

Page 152

Advertising
background image

GigaX2024B/M L2 Managed Switch CLI Manual

132

Examples

ASUS(config-ext-acl)#permit icmp any host 10.0.0.1 2 [fa1/0/1]

13.59 (permit|deny) icmp any IPADDR MASK
<1-255> [IFNAME]

Syntax

(permit|deny) icmp any IPADDR MASK <1-255> [IFNAME]

Parameters

permit->

Specify packets to forward

deny->

Specify packets to reject.

Icmp->

Internet Control Message Protocol

any

any source address

IPADDR

Destination address

MASK

Destination address mask

<1-255>

ICMP message type

[IFNAME]

Egress interface name

Command Mode IP extended access-list mode
No/clear

no (permit|deny) icmp any IPADDR MASK <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(config-ext-acl)# permit icmp any 10.0.0.1 0.0.0.0 2

[fa1/0/1]

13.60 (permit|deny) icmp any any [<1-255>]
[IFNAME]

Syntax

(permit|deny) icmp any any [<1-255>] [IFNAME]

Parameters

permit->

Specify packets to forward

deny->

Specify packets to reject.

Icmp->

Internet Control Message Protocol

any

any source address

any

any destination address

Advertising