← Back to quizzesFree quiz

Advanced Routing and MPLS Concepts

Welcome to this comprehensive module on advanced routing protocols and MPLS (Multiprotocol Label Switching). This course is designed for network engineers who want to deepen their…

10 questions~5 min
Advanced Routing and MPLS Concepts — Qwi
0 / 10
Score: 0%
1

What is the main advantage of linking IS‑IS with BFD in a network?

2

In an OSPF NSSA area, which statement about Type 7 LSAs is correct?

3

Which of the following statements about IPSG is NOT correct?

4

An OSPF adjacency fails to form. Which mismatch is the most common cause?

5

The LSA shown in the figure is of which type?

6

Which BGP attribute cannot influence route selection?

7

What is the size of a single MPLS label?

8

Which field appears in OSPFv3 Hello packets but not in OSPFv2 Hello packets?

9

Which factor is unlikely to cause oscillation of a VRRP backup group?

10

When a router advertises a default route with the command "default-route‑advertise always level‑1", which routers will learn the default route?

Advanced Routing and MPLS Concepts

Welcome to this comprehensive module on advanced routing protocols and MPLS (Multiprotocol Label Switching). This course is designed for network engineers who want to deepen their understanding of IS‑IS, OSPF, BGP, and MPLS, and to master the nuances that affect network stability and performance.

Linking IS‑IS with BFD: Why It Matters

Bidirectional Forwarding Detection (BFD) is a lightweight protocol that provides rapid detection of link failures, often in the order of milliseconds. When BFD is coupled with the Intermediate System‑to‑Intermediate System (IS‑IS) routing protocol, the main advantage is:

  • Millisecond‑level detection of link failures – BFD replaces the slower IS‑IS hello mechanism for failure detection, allowing the network to converge much faster.

By integrating BFD, IS‑IS can react to physical or logical link failures almost instantly, reducing packet loss and improving overall network resilience.

OSPF NSSA Areas and Type 7 LSAs

Not‑So‑Stubby Areas (NSSAs) are a special type of OSPF area that allows external routes to be injected without converting them to the standard Type 5 LSAs. The correct statement about Type 7 LSAs is:

  • Type 7 LSAs are never advertised outside the NSSA area. They remain confined to the NSSA until an Area Border Router (ABR) decides to translate them into Type 5 LSAs, if required.

Understanding this behavior is crucial when designing OSPF hierarchies that need to limit the propagation of external routes while still supporting limited external connectivity.

IP Source Guard (IPSG) Overview

IPSG is a security feature that binds IP addresses to specific switch ports, helping to mitigate IP spoofing attacks. The statement that is not correct about IPSG is:

  • IPSG can prevent the host from changing the IP address privately. IPSG does not restrict a host from changing its IP address; it only ensures that the IP address used on a given port matches the learned MAC‑IP binding.

Key capabilities of IPSG include:

  • Source IP address filtering based on the three‑layer interface.
  • Prevention of IP address spoofing.
  • Integration with network management for alarm generation and packet inspection.

Common Causes of OSPF Adjacency Failures

When an OSPF adjacency does not form, the most frequent mismatch is related to the interface configuration:

  • The IP address mask of the interface is not‑consistent. OSPF routers must share the same subnet mask on the connecting interfaces; otherwise, they will not recognize each other’s Hello packets.

Other potential mismatches (authentication, hello interval, or router type) can also prevent adjacency, but they occur less often in practice.

Identifying LSA Types

Link‑State Advertisements (LSAs) are the building blocks of OSPF’s link‑state database. The LSA shown in the figure (not displayed here) is identified as an AS‑External‑LSA. This type of LSA carries routes that originate outside the OSPF autonomous system, such as those redistributed from other routing protocols.

BGP Attributes and Route Selection

Border Gateway Protocol (BGP) uses a series of attributes to determine the best path for a prefix. Among the listed attributes, the one that cannot influence route selection is:

  • Community. While communities are useful for policy enforcement and route tagging, they do not directly affect the BGP decision process unless a router is explicitly configured to act on them.

Attributes that do affect selection include AS Path, MED (Multi‑Exit Discriminator), and Originator ID (in route‑reflector environments).

MPLS Label Size

Each MPLS label is a fixed-size field used to forward packets across an MPLS network. The correct size is:

  • 4 bytes (32 bits). This size includes the 20‑bit label, 3‑bit experimental field, 1‑bit Bottom‑of‑Stack flag, and an 8‑bit TTL.

Understanding label structure is essential for troubleshooting label‑switched paths (LSPs) and designing efficient MPLS architectures.

OSPFv3 Hello Packet Differences

OSPF version 3 (OSPFv3) introduces IPv6 support and adds new fields to its Hello packets. The field that appears in OSPFv3 Hello packets but not in OSPFv2 Hello packets is:

  • Interface ID. This identifier helps OSPFv3 routers distinguish between multiple IPv6 interfaces on the same router.

Other fields such as Designated Router ID, Network Mask, and Hello Interval exist in both versions, but the Interface ID is unique to OSPFv3.

Putting It All Together: Best Practices

To ensure a robust and secure network, consider the following recommendations:

  • Enable BFD on critical IS‑IS links to achieve rapid failure detection.
  • Maintain consistent subnet masks across OSPF interfaces to avoid adjacency issues.
  • Use IPSG in conjunction with DHCP snooping for enhanced port‑level security.
  • Leverage Type 7 LSAs wisely in NSSA areas to control external route propagation.
  • Apply BGP communities thoughtfully, recognizing they are for policy, not path selection.
  • Monitor MPLS label usage to prevent label exhaustion and ensure LSP stability.
  • Configure OSPFv3 Interface IDs correctly when deploying IPv6 routing.

By integrating these practices, network engineers can optimize routing performance, enhance security, and reduce downtime across complex network environments.