What is the size of the MPLS label shim header?
4 bytes (32 bits)
The MPLS label shim header is added between the Layer 2 frame header and the Layer 3 packet header.
What are the four fields contained in the MPLS label shim header?
Each field serves a specific purpose in the MPLS framework.
The first 20 bits of the MPLS label shim header define the ________.
label number
This number is crucial for identifying the MPLS path.
The TC field in the MPLS label shim header is used for ________.
quality of service (QoS)
This field helps manage the performance of the network.
True or false: The S field in the MPLS label shim header indicates whether the label is the last label in the stack.
TRUE
This is important for packets that use multiple labels, such as in MPLS VPNs.
What does the TTL field in the MPLS label shim header represent?
time to live
Similar to IP’s TTL, it ensures MPLS frames are discarded if they do not reach their destination in time.
What is inbound label binding filtering used for?
To control the label bindings that an LSR accepts from other peered LSRs
It involves using access control lists (ACLs) to identify what will and will not be accepted from peers.
What is the purpose of the entropy label in MPLS?
Used for load balancing
It allows deep packet inspection (DPI) to occur once at the ingress router to create an entropy label for load balancing decisions.
What value indicates an implicit NULL label in the MPLS header?
3
This label is used for PHP, indicating that the label must be popped before forwarding the packet.
What is the value of an explicit NULL label in the MPLS header?
0
This label preserves the QoS EXP bits and copies them into the QoS IP precedence or DiffServ bits after PHP occurs.
What does the MPLS LDP autoconfiguration feature simplify?
MPLS configuration
It enables LDP on every interface associated with a specified Interior Gateway Protocol (IGP) without manual configuration.
What are the only supported IGPs for MPLS LDP autoconfiguration?
These protocols are necessary for enabling LDP on interfaces automatically.
What does MPLS Traffic Engineering (TE) focus on?
Manipulating traffic as it flows through the MPLS environment
The goal is to ensure that traffic conforms to a particular need.
What does TE enable the service provider to accommodate?
the needs (SLAs) of their different customers
TE stands for Traffic Engineering, which is essential for managing quality of service (QoS) in MPLS environments.
What control plane protocol is used for MPLS-TE?
Resource Reservation Protocol (RSVP)
RSVP is integral for managing resource reservations in MPLS Traffic Engineering.
What is the function of RSVP?
a signaling protocol used to request resource reservations
RSVP operates between systems to manage network resources effectively.
True or false: RSVP can generate protocol message requests and process received protocol request messages.
TRUE
This capability allows RSVP to manage resource reservations dynamically.
What does RSVP ensure regarding resources?
resources are reserved for data flows
This reservation is done from a source to a destination in the form of an LSP.
Fill in the blank: RSVP ensures that resources are reserved for data flows from a source to a destination in the form of a _______.
LSP
LSP stands for Label Switched Path, which is used in MPLS networks.
What do MPLS Layer 3 VPNs provide?
Peer-to-peer connectivity
This connectivity is established between private customer sites across a shared network.
What do PE routers need to support multiple customers?
VRF instances
VRF stands for Virtual Routing and Forwarding, which allows multiple instances of a routing table to exist on the same router.
What is the purpose of using VRF instances on PE routers?
To isolate customer information and traffic from other customers
This isolation is crucial for maintaining security and privacy among different customers.
How many VRF instances need to be created on the PE routers for each customer?
A different VRF instance for each customer
This ensures that each customer’s data is kept separate and secure.
What must be associated with the correct VRF on the PE routers?
The interface that connects to the customer’s CE router
This association is necessary for proper routing of customer traffic.