Published by admin on 11 Jul 2008 at 11:44 pm
Establish the MPLS Core - 2
Task 2-1: Enable LDP on PE and P Routers
- Enable CEF on both PE and P Routers
- Enable LDP on the subinterfaces of the P and PE routers
Commands:
router (config)# ip cef [distriputed] - Enables CEF globally on the router
router (config-if)# mpls label protocol ldp - Select the label protocol to be used
router (config-if)# mpls ip - Enables MPLS on the interface
router# show ip cef detail
router# show mpls interface - Show MPLS enables interfaces
router# show mpls ldp discovery
router# show mpls ldp neighbor
router# show mpls ldp bindings - example
Task 2-2: Experiment with TTL Propagation
- Enable MPLS TTL propagation on all P and PE routers
- Verify that MPLS TTL propagation is working
- Disable MPLS TTL propagation
Commands:
router (config)# no mpls ip propagate-ttl forward
Task 2-3: Configure Conditional Label Distribution
- Enable conditional label distribution on the P and PE routers to allow only distribution of lables related to the core loopback addresses and the interfaces that provide direct customer support
Commands:
router (config)# mpls ldp advertise labels for 90 to 91
router (config)# access-list 90 permit 192.168.254.0 0.0.0.255
router (config)# access-list 91 permit any
This page has the following sub pages.