CCNP ISCW Notes

1 Apr 2008

Chapter 10: Configuring Frame Mode MPLS

Configuring CEF

Router(config)# ip cef [distributed]

CEF operation can be verified with show ip cef.

Configuring MPLS

MPLS is enabled by default on routers which support it. It can be disabled with no mpls ip.

MPLS and Label Distribution Protocol (LDP) must be enabled per interface.

Router(config-if)# mpls label protocol ldp
Router(config-if)# mpls ip

Configuring MTU Size

The MTU on an MPLS interface must be raised by four bytes for each potential label in a stack.

Router(config-if)# mpls mtu 1512

Setting the MTU with mpls mtu only modifies the MTU for MPLS packets, rather than all interface traffic.

All intermediate devices must support jumbo frames as well.

Verification

The status of LDP neighbors can be verified with show mpls ldp neighbor.

Gerard Metoho-Eke commented on 11 Sep 2008 at 7:24 a.m.

One of the best summary I have seen. It make life easier and time well spent. Good job. Gerard

sam commented on 15 Sep 2008 at 3:18 a.m.

nice work

Leave a comment

(optional, will not be published)
(optional)

Comment Tips

  • You can use Markdown syntax for decoration. (Cheat sheet)
  • Links: [Google](http://google.com) or <http://google.com>
  • Use backticks around commands: `ip address 127.0.0.1`
  • Use indentations (tabs) for preformatted text (code blocks)