access-list (standard)

C3(su)->router#show access-lists 145

Extended IP access list 145

1:permit icmp host 88.255.255.254 any

2:permit icmp any host 11.11.16.16

3:deny icmp any any

4:permit tcp host 88.255.255.254 any eq 22

5:permit udp 88.255.128.0 0.0.127.255 eq 161 any

6:permit tcp any host 230.10.230.10 eq 1234

7:deny tcp any any eq 23

8:permit ip 88.255.128.0 0.0.127.255 any

9:deny ip any 224.0.0.0 31.0.0.0

access-list (standard)

Use this command to define a standard IP access list by number when operating in router mode. The no form of this command removes the defined access list or entry.

Syntax

To create an ACL entry:

access-listaccess-list-number {deny permit} source [source-wildcard]no access-listaccess-list-number [entryno [entryno]]

To insert or replace an ACL entry:

access-list access-list-numberinsert replace entryno {deny permit} source [source-wildcard]

To move entries within an ACL:

access-listaccess-list-number move destination source1 [source2]

Parameters

access‐list‐number [entryno [entryno]]

Specifies a standard access list number. Valid values are from 1 to 99.

When using the no access‐list command, you can delete a whole access‐list, or only specific entries in the list with the optional entryno parameter. Specify a range of entries by entering the start and end entry numbers.

deny permit

Denies or permits access if specified conditions are met.

source

Specifies the network or host from which the packet will be sent. Valid

 

options for expressing source are:

 

• IP address or range of addresses (A.B.C.D)

 

any ‐ Any source host

 

host source ‐ IP address of a single source host

 

 

source‐wildcard

(Optional) Specifies the bits to ignore in the source address.

 

 

SecureStack C3 Configuration Guide 26-83

Page 829
Image 829
Enterasys Networks 9034313-07 manual Access-list standard, Deny permit