Enterasys Networks XSR-Series User Manual

Page of 55
 
 
Configuration Guide                                                                               Page 10 of 55 
3.1 Access control list 1-99 (standard) 3.2 Access control list 100-199 (extended) 
XSR-1805#show running-config
!!
!
Version 4.0.0.0, Built Mar 26 2003, 19:47:17
!
hostname XSR-1805
!
access-list 2 permit 20.20.20.0 0.0.0.255
!
access-list 110 deny ip 10.10.10.100 0.0.0.0 any
access-list 110 deny ip 10.10.10.111 0.0.0.0 any
access-list 110 permit ip any any
!
interface FastEthernet1
description "LAN-Interface1"
ip access-group 110 in
ip address 10.10.10.1 255.255.255.0
no shutdown
!
interface FastEthernet2
description "LAN-Interface2"
ip access-group 2 out
ip address 20.20.20.1 255.255.255.0
no shutdown
!
end
XSR-1805#
XSR-1805(config)#access-list ?
<1-99>
Standard access list
<100-199>
Extended access list
XSR-1805(config)#access-list 2 ?
deny
Specify packets to reject
insert
Insert new ACL entry before existing entry
move
Move sequence of ACL entries before another entry
permit
Specify packets to forward
replace
Replace existing entry in Access List
XSR-1805(config)#access-list 110 ?
deny
Specify packets to reject
insert
Insert new ACL entry before existing entry
move
Move sequence of ACL entries before another entry
permit
Specify packets to forward
replace
Replace existing entry in Access List
XSR-1805#