25-17
Catalyst2950 Desktop Switch Software Configuration Guide
78-11380-05
Chapter25 Configuring QoS Configuring QoS
For more information about creating IP standard ACLs, see the Guidelines for Applying ACLs to
Physical Interfaces section on page24-6 .
To delete an ACL, use the no access-list access-list-number global configuration command.
This example shows how to allow access for only those hosts on the two specified networks. The
wildcard bits apply to the host portions of the network addr esses. A ny host with a sourc e a ddr ess t hat
does not match the ACL statements is rejected.
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
Step3 end Return to privileged EXEC mode.
Step4 show access-lists Verify your entries.
Step5 copy running-config startup-config (Optional) Save your entries in the configuration file.
Command Purpose