MPLS (ENARSI) Flashcards
Define MPLS
Multi Protocol Switching Protocol - a routing technique where packets are forwarded on to their destination using labels instead of the IP packet header information. Sometimes referred to as Layer “2.5”.
Define LDP
Label Distribution Protocol - This is the protocol that routers in an MPLS network use to exchange information about their labels and routes.
Define LSR
Label Switching Router - a router that participates in an MPLS network using Label Distribution Protocol
Define LSP
Label Switched Path - a path that network traffic will take across a series of MPLS enabled devices as defined by Labels (LDP)
Define LFIB
Label Forwarding Information Base - this is table that contains all of the paths and associated labels for a given MPLS enabled device (LSR)
Describe the steps to enable MPLS on the GigabitEthernet 0/1 interface from the command line of Router1 and set the MPLS label range to 100 through 199.
Step 1 - Router1> enable
Step 2 - Router1# configure terminal
Step 3 - Router1(config)# mpls label range 100 199
Step 4 - Router1(config)# mpls ip
Step 5 - Router1(config)# interface gi0/1
Step 6 - Router1(config-if)# mpls ip
Step 7 - Router(config-if)# do write mem
What is the full command to verify an MPLS binding for an address of 10.10.10.1 with a 32 bit route?
Router1# show mpls ldp bindings 10.10.10.1 32
What is the command to view all the known mpls bindings on a given LSR?
Router1# show mpls ldp bindings
What is the command to show the “winning” MPLS labels that will be used for packet forwarding?
Router1# show mpls forwarding-table
When using the traceroute command in an MPLS network, what extra piece of information might you see?
The traceroute command will also display the MPLS label for each hop throughout a Label Switched Path.
What command can you use to view neighbor relationships on an MPLS router?
Router1# show mpls ldp neighbor
Within the context of MPLS Service providers, define CE.
CE is Customer Edge which refers to the customer’s router that will peer with the service provider’s router.
Within the context of MPLS Service providers, define PE.
PE is the Provider Edge which refers to the service provider’s router that will peer with a customer’s router.
What is the valid range for MPLS label values?
16 through 1048575
What does LDP use for the Router ID in an MPLS switched network?
The highest IP on a loopback interface is used for the Router ID.