Which of the following statements about IP-VRFs in Nokia’s SR Linux is FALSE?
D
Explanation:
Multiple servers connected to the same subnet typically reside within the same Layer 2 domain or
MAC-VRF. IP-VRFs operate at Layer 3 and segment routing and forwarding by separate routing tables,
so multiple servers on the same subnet are not a function of IP-VRF.
Which of the following statements about the MAC table shown in the exhibit output is FALSE?
A
Explanation:
The MAC address 00:25:BA:00:00:10 is listed as "duplicate," but it appears only once associated with
interface ethernet-1/10. Therefore, it is not learned on more than one interface.
Which of the following statements about a MAC-VRF is FALSE?
C
Explanation:
In a MAC-VRF, packets are forwarded based on Layer 2 information such as destination MAC
addresses, not on destination IP addresses.
Which of the following statements about resilient ECMP load balancing is TRUE?
D
Explanation:
In resilient ECMP load balancing, when a next-hop fails, only the flows that were using that specific
next-hop are affected and need to be redistributed, minimizing disruption to other flows.
Examine the exhibit. Which of the following statements is TRUE?
C
Explanation:
The static route shows two next-hop IP addresses (10.1.1.0 and 10.2.1.0) listed, indicating that a
next-hop group with multiple next-hops is configured for load balancing or redundancy.
A static route is configured in two steps in Nokia’s SR Linux. Which of the following items CANNOT be
configured in the static-routes container?
A
Explanation:
The static-routes container in Nokia SR Linux does not support configuring a blackhole route directly;
it is used to configure destination prefixes, preference values, and next-hop groups for static routing.
Which of the following statements about next-hop groups is TRUE?
B
Explanation:
Multiple static routes can share the same next-hop group, enabling efficient reuse of next-hop
definitions for load balancing or redundancy.
Which of the following is NOT how prefixes are typically learned and advertised in a leaf and spine
data center?
D
Explanation:
Leaf routers do not learn prefixes from other leaf routers directly using eBGP; instead, leaf routers
learn remote prefixes via spine routers. The spine acts as the route reflector or intermediary
between leaf routers.
Which of the following statements about using BFD with BGP is FALSE?
D
Explanation:
BFD helps detect link failures rapidly and notifies BGP to trigger route updates quickly, but it does not
speed up the BGP advertisement interval itself. BGP advertisement intervals are controlled by BGP
timers, not by BFD.
Which of the following statements about the VXLAN tunneling in data centers is FALSE?
C
Explanation:
VXLAN tunnel endpoints (VTEPs) are configured with VNI (VXLAN Network Identifier) values, but
these VNIs are not automatically assigned; they must be explicitly configured to define Layer 2
segments.