[Contents] [Prev] [Next] [Index] [Report an Error]

MPLS Global Tasks

In a typical network, you perform only the first task. You might also perform the optional configuration tasks, but typically do not need to do so.

  1. Enable MPLS on a virtual router.
    host1(config)#mpls
  2. (Optional) Configure the time-to-live field placed in the MPLS header when a label is first added to an IP packet.
    host1(config)#mpls ip propagate-ttl forwarded
  3. (Optional) Configure the tunneling model for differentiated services. See Configuring MPLS and Differentiated Services for more information and command descriptions.
    host1(config)#mpls tunnel-model uniform
  4. (Optional) Specify whether to use the TOS value (the default condition) or the UPC value of the packet as the value of the EXP bits when the router acts as an LER.
    host1(config)#mpls copy-upc-to-exp
  5. (Optional) Specify whether the EXP bits for VPN MPLS labels can be modified by EXP bit mapping or by policy for differentiated services.
    host1(config)#mpls preserve-vpn-exp
  6. (Optional) Specify whether to create dynamic IP interfaces on top of MPLS major interfaces and optionally what profile to use for them.
    host1(config)#mpls create-dynamic-interfaces ip on-major-interfaces profile v4intf

Related Topics


[Contents] [Prev] [Next] [Index] [Report an Error]