Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - On a cisco router, what commands can be used under the interface to limit the speed through QoS?
On a cisco router, what commands can be used under the interface to limit the speed through QoS?
1. has no restrictive effect.

2. The order is as follows:

Router (configuration) # Access list 2 Allow hosts192.168.1.100.

Router (Configuration) # Class Mapping Test

Router (Configuration -cmap)# Matching Access Group 2

Router (Configuration -cmap)# Exit

Router (configuration) # policy map test0 1

Router (Configuration -pmap)# Level Test

Router (configuration-pmap-c) # police 9000 9000180000 conforms to the action transmission, and super action is discarded.

Router (configuration) #int f0/ 1

Router (config-if)# service policy input test0 1

3. Effect after restriction.