36-24
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter 36 Configuring Inverse Muliplexing over ATM
Configuring Marking MPLS Experimental Bits
DETAILED STEPS
Command Purpose
Step 1 enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2 configure terminal
Example:
Router# configure terminal
Enters the global configuration mode.
Step 3 interface
interface-type
Example:
Router(config)# interface vlan10
Specifies the interface type and enters the interface configuration
mode.
Step 4 mtu
bytes
Example:
Router(config-if)# mtu 9216
Configures the IP maximum transmission unit (MTU) size for the
tunnel.
bytes—The range is from 1500 to 9216. The default is 1500.
Step 5 ip address
ip-address subnet-mask
Example:
Router(config-if)# ip address 9.0.54.9
255.255.255.0
Configures an IP address and subnet mask on the interface.
Step 6 mpls ip
Example:
Router(config-if)# mpls ip
Enables MPLS forwarding of IPv4 packets along normally routed
paths for the interface.
Step 7 service-policy output
policy-map-name
Example:
Router(config-if)# service-policy
output pmap_qos_exp
Attaches the specified policy map to the output interface.