Access-List (Standard) - Enterasys SECURESTACK C3 Configuration Manual

Stackable switches
Hide thumbs Also See for SECURESTACK C3:
Table of Contents

Advertisement

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-list access-list-number {deny | permit} source [source-wildcard]
no access-list access-list-number [entryno [entryno]]
To insert or replace an ACL entry:
access-list access-list-number insert | replace entryno {deny | permit} source
[source-wildcard]
To move entries within an ACL:
access-list access-list-number move destination source1 [source2]
Parameters
access‐list‐number 
[entryno [entryno]]
deny | permit
source 
source‐wildcard
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.
Denies or permits access if specified conditions are met.
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
(Optional) Specifies the bits to ignore in the source address.
access-list (standard)
SecureStack C3 Configuration Guide 26-83

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents