26-17
Catalyst 2950 Desktop Switch Software Configuration Guide
78-14982-01
Chapter 26 Configuring QoS Configuring QoS
For more information about creating IP standard ACLs, see the Guidel ine s f or Appl ying ACLs to
Physical Interfaces sect ion on page 25-6 .
To delete an ACL, use the no access-list access-list-number global configur ati on com ma nd.
This example shows how to allow access for only those hosts on the two specified networks. The
wildca rd bi ts ap ply t o the host p ortion s of t he ne twork addr esses. Any host with a sou rc e a ddr ess t hat
does not matc h the ACL stateme nts is reje cted.
Switch(config)# access-list 1 permit 192.5.255.0 0.0.0.255
Switch(config)# access-list 1 permit 36.0.0.0 0.0.0.255
Step 3 end Return to privileged EXEC mode.
Step 4 show access-lists Verify you r entries.
Step 5 copy running-config startup-config (Optional) Save your entries in the configuration file.
Command Purpose