Specifications
B-407
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Appendix B Cisco MWR 2941 Router Command Reference
set ip precedence tunnel
Note For Cisco IOS Release 12.4(15)T2, marking GRE-tunneled packets is supported only on platforms
equipped with a Cisco RPM-XF.
Examples The following example shows the set ip precedence tunnel command used in a tunnel marking
configuration. In this example, a class map called “MATCH_FRDE” has been configured to match
traffic on the basis of the Frame Relay discard eligible (DE) bit setting. Also, a policy map called
“policy1” has been created within which the set ip precedence tunnel command has been configured.
Router> enable
Router# configure terminal
Router(config)# class-map MATCH_FRDE
Router(config-cmap)# match fr-de
Router(config-cmap)# exit
Router(config)# policy-map policy1
Router(config-pmap)# class tunnel
Router(config-pmap-c)# set ip precedence tunnel 7
Router(config-pmap-c)# end
Note You must still attach a policy map to an interface or ATM PVC using the service-policy command.
Policy maps with this tunnel marking are not accepted in the output direction. For more information
about attaching a policy map to an interface or ATM PVC, see the “Applying QoS Features Using the
MQC” module of the Cisco IOS Quality of Service Solutions Configuration Guide.
Related Commands Command Description
ip tos Specifies the ToS level for IP traffic in the TN3270 server.
set ip dscp tunnel Sets the DSCP value in the header of an L2TPv3 tunneled packet.