Term
| What is the size of the Route Distinguisher? |
|
Definition
The RD is 8 bytes: 2 bytes formats, then one of the following: 2-byte:4byte 4-byte:2byte 4-byte dotted decimal:2 byte |
|
|
Term
| What is the purpose of the RD? |
|
Definition
The RD is sent with the prefix in the NLRI. It allows BGP to advertise and distinguish between overlapping prefixes. "RDs help BGP" |
|
|
Term
| What is the format and purpose of the RT? How is it sent? |
|
Definition
The Route Target identifies the VRF into which a route should be placed. Same format as RD (8 bytes). Send in Extended COmmunity path attribute. "RTs help TRansition between BGP and VRF" |
|
|
Term
| What does "show mpls ldp bindings" show? |
|
Definition
| "show mpls ldp binding" shows the LIB |
|
|
Term
| What does "show mpls forwarding-table" show? |
|
Definition
| "show mpls forwarding-table" shows the LFIB. |
|
|
Term
| What do routers use to forward labeled packets? |
|
Definition
| Labeled packets are always forwarded using the LFIB. |
|
|
Term
| How big is the MPLS label header and what fields does it contain? |
|
Definition
4 bytes total 20 bits label 3 bits Exp (CoS) 1 bit S (bottom of stack) 8 bits TTL |
|
|
Term
| What is Label 0 and when is it used? |
|
Definition
0 = IPv4 explicit NULL label.
When advertised to upstream LSR, the upstream LSR knows to swap the label for Label 0. Label 0 preserves EXP (Cos) bits for the egress LSR. |
|
|
Term
| Does Label 3 ever appear in a label header? |
|
Definition
| No. Label 3 is the implicit Null label, advertised to the penultimate LSR. If the PHP sees Label 3 in the LFIB, it pops the label and forwards the packet. This saves the egress LSR from doing an unnecessary lookup. |
|
|
Term
|
Definition
| Label 2 is the IPv6 Explicit Null Label -- the IPv6 version of Label 0 |
|
|
Term
What does the FIB do? When does a router consult the FIB? How can you see the FIB? |
|
Definition
The FIB takes routing info from the RIB, adds next-hop router and outgoing interface for each prefix.
A router uses the FIB to route unlabeled packets.
show ip cef gives the contents of the FIB |
|
|
Term
For what does the router use the LFIB?
How can you see the LFIB? |
|
Definition
The router uses the LFIB to forward incoming labeled packets.
"show mpls forwarding-table" shows the LFIB |
|
|
Term
| What command would you use to see LDP timers and version? |
|
Definition
Router# show mpls ldp parameters
Protocol version: 1
Downstream label pool: min label 16; max label 100000
Session hold time: 180 sec; keep alive interval: 60 sec
Discovery hello: holdtime: 15 sec; interval: 5 sec
Discovery targeted hello: holdtime: 180 sec; interval: 5 sec LDP for targeted sessions;
peer acl:
1 LDP initial/maximum backoff: 30/240 sec |
|
|
Term
| How does the ingress LSR set the MPLS TTL field? |
|
Definition
By default, the IP TTL is copied into MPLS TTL.
"no mpls ip ttl-propagation" will turn this off |
|
|
Term
| What command allow you to hide the structure of the MPLS network from a traceroute command |
|
Definition
| "no mpls ip ttl-propagation" |
|
|
Term
| What command on the ingress LSR (PE1) allows the structure of the MPLS network to be hidden from customers but not from the provider? |
|
Definition
no mpls ip ttl-propagation forwarded
Only locally sourced packets get IP TTL copied to MPLS TTL and decremented. |
|
|
Term
| Where are all known labels and known prefixes stored (not just the best ones)? |
|
Definition
In the LIB.
LFIB and FIB known only labels for best segment. |
|
|
Term
| What does "show mpls ldp bindings" show you? |
|
Definition
|
|
Term
| What does the VPNV4 NLRI contain? |
|
Definition
| The RD and the IP Prefix. |
|
|
Term
| Give 2 different valid formats for an RD. |
|
Definition
123:40 (AS 123) 10.1.1.1:40 (IP based) |
|
|
Term
| Does PHP run in cell mode? |
|
Definition
|
|
Term
| What does the LIB contain when this LSR is a PHP for a prefix? |
|
Definition
| LIB contains Label 3 (Implicit Null) when it is this PHP. |
|
|
Term
| What are the two labels in a MPLS VPN label stack for? |
|
Definition
top label points to the egress router the second label identifies the outgoing interface or a routing table |
|
|
Term
| On what devices are VRFs used? |
|
Definition
|
|
Term
| What are the components of an Edge LSR control plane? |
|
Definition
Routing Protocol IP Routing Table Label Distribution Protocol |
|
|
Term
| What are the components of an edge LSR data plane? |
|
Definition
IP Forwarding Table (FIB) Label Forwarding Table (LFIB) |
|
|
Term
| What kind of links are used to implement MPLS VPNs? |
|
Definition
|
|
Term
| What multicast address is used for LDP Hello packets? |
|
Definition
|
|
Term
| What technology was introduced in order to identify VPN memberships when there is overlap? |
|
Definition
|
|
Term
| What is the value of the MPLS TTL when "no mpls ip ttl-propagation" is configured? |
|
Definition
|
|
Term
| What does "debug mpls ldp peer state-machine" show? |
|
Definition
| higher-level deals with setting up and shutting down label advertisements |
|
|
Term
| What are the requirements when using a loopback address for the LDP ID? |
|
Definition
| When using a loopback address for the LDP ID it must feature a 32 bit mask and be advertised |
|
|
Term
What does the "imp-null" indicate below? Router# show mpls ldp bindings
tib entry: 10.0.0.0/8, rev 4
local binding: tag: imp-null
|
|
Definition
| "imp-null" shows up in the LIB when this is the PHP (isntead of Label 3) |
|
|