What is MPLS?
Multi-Protocol Label Switching
A routing technique in that directs data from one node to the next based on short path labels rather than long network addresses, thus avoiding complex lookups in a routing table and speeding traffic flows
What are the three different Label Distribution Protocols (LDPs)?
Describe LDP
Offloads the forwarding plane of core routers by building a full mesh of label switched paths from any node to any other node.
Describe RSVP
What are the RSVP Message type groups?
What are the RSVP message types for LSP setup?
What are the RSVP messages used for LSP Tear-down?
What are the RSVP Message types for Error handling?
What are some objects included in an RSVP PATH message?
What are the steps for creating an LSP?
What objects are included in the RSVP RESV message?
What signal condition would trigger the RSVP PathErr message?
When an LSR cannot forward the PATH message such as when MPLS is not enabled on the outgoing interface, or when reserving bandwidth if there is not enough free on the outgoing interface
What signal condition would trigger the RSVP ResvErr message?
Which LSR receives RSVP PathErr messages?
The ingress LSR (Upstream)
Which LSR receives the RSVP ResvErr Message?
The egress LSR (downstream)
Which LSR creates the RSVP PATH message?
ingress LSR
Which LSR creates the RSVP RESV message?
the egress LSR
What is an Explicit Route Object (ERO)?
When using an ERO, which router receives the PATH message?
What does ERO loose constraint processing do?
When the first constraint cannot be fulfilled, the loose qualifier creates a PATH state, and forwards the message onto the next constraint to be fulfilled using the best IGP route
What action will occur when a router receives a PATH message with an ERO constraint that it can verify?
The fulfilled ERO constraint is removed, and the PATH message is forwarded with the remaining ERO constraints
When the ERO constraint is set to strict, what will occur when the router cannot verify the constraint?
the LSR will send a PathErr message of ‘Wrong Delivery’ back upstream
What is the purpose of the Record Route object (RRO)?
How can RRO help to avoid routing loops?
If a node receives a PATH message with one of its own local addresses already listed within the RRO, the LSR sends back a PathErr message indicating a Routing Loop detected and aborts the LSP setup.