Which of the following statements about resilient ECMP load balancing is TRUE?
Answer : D
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.
Which of the following is NOT one of the reasons why BGP is used as the routing protocol in the data center?
Answer : A
BGP is not chosen because it is more efficient than link-state protocols; in fact, link-state protocols like IS-IS and OSPF generally provide faster convergence and more efficient route calculation. BGP is used in data centers mainly because it is mature, well understood, supports both IPv4 and IPv6, and offers flexible policy control.
Based on the exhibit output, what CLI command can be used to display the contents of ''bgp-log'' in Nokia's SR Linux?
Answer : B
The 'bgp-log' is defined as a log file in the configuration, so the correct command to display its contents is show system logging file bgp-log.
Which of the following statements about a MAC-VRF is FALSE?
Answer : C
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 the IRB subinterface configuration in Nokia SR Linux is FALSE?
Answer : C
In Nokia SR Linux, IRB subinterfaces are configured one per MAC-VRF network instance, not one for each interface within that instance. Multiple IRB subinterfaces per interface are not typical.
How does Nokia's Fabric Services System use a fabric intent to build the DC switch fabric?
Answer : A
Nokia's Fabric Services System uses a fabric intent defined in a declarative YAML file to specify the desired state of the data center fabric, which is then used to build and configure the fabric accordingly.
Which of the following statements about the data center's leaf-spine topology (clos network) is FALSE?
Answer : C
The leaf-spine (Clos) topology does not use the spanning tree protocol because it relies on equal-cost multipath (ECMP) routing to prevent loops and efficiently utilize all available paths. Spanning tree is typically avoided in modern data center fabrics to enable full bandwidth utilization.