Specifications

4-96
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Chapter 4 Configuring the Cisco MWR 2941 Router Using the CLI
Configuration Sequence
When the prompt changes to Router, you have entered enable mode.
Step 3 Enter global configuration mode.
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Step 4 Use the policy-map command to define a new policy map and enter policy map configuration mode.
Router(config)# policy-map policy1
Router(config-pmap)#
Step 5 Use the class command to specify a traffic class to which the policy applies. This command enters
policy-map class configuration mode, which allows you to define the treatment for the traffic class.
Router(config-pmap)# class class1
Router(config-pmap-c)#
Use the bandwidth command to specify the bandwidth allocated for a traffic class attached to the policy
map. You can define the amount of bandwidth in kbps, a percentage of bandwidth, or an absolute amount
of bandwidth. This step is optional.
Note GigabitEthernet interfaces only support bandwidth defined as a percentage or remaining percent.
Router(config-pmap-c)# bandwidth percent 50
Step 6 Exit configuration mode.
Router(config-cmap)# end
Router#
Note You can use the show policy-map command to verify your configuration.
Attaching the Policy Map to an Interface
After you create the policy map, you must attach it to an interface. Policy maps can be attached to either
the input or output direction of the interface.
Step 1 Enter enable mode.
Router> enable
Step 2 Enter the password.
Password: password
When the prompt changes to Router, you have entered enable mode.
Step 3 Enter global configuration mode.
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.