Example 2 – Blade ICE G8000 User Manual
Page 101
RackSwitch G8000 Application Guide
Chapter 6: Quality of Service
101
BMD00041, November 2008
Example 2
Use this configuration to block traffic from a network destined for a specific host address.
All traffic that ingresses port 10 with source IP from the class 100.10.1.0/24 and destination
IP 200.20.2.2 is denied.
1.
Configure an Access Control List.
2.
Assign the ACL to port 10.
RS G8000 (config)# access-list ip standard 2
RS G8000 (config-std-nacl)# deny 100.10.1.0 255.255.255.0
host 200.20.2.2
RS G8000 (config-std-nacl)# exit
RS G8000 (config)# interface port 10
RS G8000 (config-if)# ip access-group 2 in
RS G8000 (config-if)# exit