Users Guide

Table Of Contents
2. CONFIGURATION
exit
3. CONFIGURATION 访
ip access-list access-list-name
4. ACCESS-LIST 访
permit ip host ip-address host ip-address count
ACL 访访
OS10(config)# interface ethernet 1/1/28
OS10(conf-if-eth1/1/28)# ip access-group abcd in
OS10(conf-if-eth1/1/28)# exit
OS10(config)# ip access-list acl1
OS10(conf-ipv4-acl)# permit ip host 10.1.1.1 host 100.1.1.1 count
ACL
ACL
ACL
ACL ACL
使 ACL (DoS) ACL
DoS 退
1. INTERFACE 访
ip access-group access-group-name out
2. CONFIGURATION
exit
3. CONFIGURATION 访
ip access-list access-list-name
4. ACCESS-LIST 访
seq 10 deny ip any any count fragment
ACL
OS10(config)# interface ethernet 1/1/29
OS10(conf-if-eth1/1/29)# ip access-group egress out
OS10(conf-if-eth1/1/29)# exit
OS10(config)# ip access-list egress
OS10(conf-ipv4-acl)# seq 10 deny ip any any count fragment
IP ACL
OS10# show ip access-lists out
Egress IP access-list abcd
Active on interfaces :
ethernet1/1/29
seq 10 deny ip any any fragment count (100 packets)
VTY ACL
Telnet SSH 线访 (VTY)线 ACL
999