- Home
- Nokia
- Nokia Certified Data Center Fabric Professional
- 4A0-D03
- 4A0-D03 - Nokia SR Linux EVPN and Data Center Interconnect
Nokia 4A0-D03 Nokia SR Linux EVPN and Data Center Interconnect Exam Practice Test
Nokia SR Linux EVPN and Data Center Interconnect Questions and Answers
Consider the exhibit.

The two MAC-VRFs are inter-connected using IP-VRF3 which is to be deployed using asymmetric routing.
Which of the following statements is FALSE?
Options:
Leaf-1 and Leaf-2 will advertise the IP prefixes to each other using EVPN route-type 5.
Leaf-1 and Leaf-2 must both have instances of MAC-VRF1 and MAC-VRF2.
Leaf-1 and Leaf-2 will advertise host MAC/IP address information using EVPN route-type 2.
MAC-VRF1 and MAC-VRF2 will connect to IP-VRF3 using an IRB interface.
Answer:
BExplanation:
Comprehensive and Detailed 150 to 250 words of Explanation From [SR Linux EVPN and Data Center Interconnect/Course Guide/topics]:
In asymmetric L3 EVPN routing, each participating PE must have the MAC-VRFs needed to forward traffic in the destination bridge domain. However, the specific exhibit describes two MAC-VRFs interconnected through IP-VRF3, with Leaf-1 hosting MAC-VRF1 and Leaf-2 hosting MAC-VRF2. The false statement is that Leaf-1 and Leaf-2 must both have instances of MAC-VRF1 and MAC-VRF2. That requirement is not true for this described deployment. Each local MAC-VRF connects to IP-VRF3 using an IRB interface, and host MAC/IP information is advertised using EVPN route type 2 so remote PEs can learn endpoint reachability. The question's answer also implies that IP prefix advertisement using route type 5 is part of the control-plane exchange between the leaves for the routed service context. What matters is that the fabric can resolve host and prefix reachability through EVPN without forcing every PE to instantiate every MAC-VRF in this topology. Option B overstates the MAC-VRF placement requirement and is therefore false. Reference: asymmetric L3 EVPN routing, RT-2 host advertisements, RT-5 IP prefix routes, IRB attachment.
================
When configuring the EVPN MP-BGP route reflector sessions between the leaf and spine routers, which of the following statements is TRUE?
Options:
The local-AS number configured within the BGP group will override the AS number configured directly under the BGP protocol.
The cluster-id that uniquely identifies this route reflector session is configured on the route reflector and participating clients.
When redundant route reflectors are deployed, one route reflector will be the primary while the other one will assume a backup role.
Route reflectors can be used instead of a full mesh of eBGP sessions between the leaf and spine routers.
Answer:
AExplanation:
Comprehensive and Detailed 150 to 250 words of Explanation From [SR Linux EVPN and Data Center Interconnect/Course Guide/topics]:
In SR Linux BGP configuration, parameters defined at a more specific hierarchy level can override broader protocol-level settings. Therefore, if a `local-as` value is configured within the BGP group used for EVPN MP-BGP route-reflector sessions, that value overrides the AS number configured directly under the BGP protocol for that group's sessions. Option A is correct. Option B is false because the cluster ID is configured on the route reflector, not on every participating client. The cluster ID identifies the RR cluster and helps prevent route-reflection loops. Option C is false because redundant route reflectors normally operate in parallel rather than as strict primary/backup devices; clients can peer with both for resilience. Option D is misleading because EVPN route reflectors are used to avoid a full mesh of overlay MP-BGP EVPN sessions between leaves, not to replace ordinary underlay eBGP leaf-spine routing sessions. In a clean fabric design, the underlay provides IP reachability, while the EVPN overlay uses MP-BGP sessions, often via route reflectors, to distribute tenant reachability. Reference: SR Linux BGP hierarchy, EVPN route reflector sessions, local-AS override, cluster ID behavior.
================
Which of the following statements about a BGP route target is FALSE?
Options:
The route-target is a BGP extended community.
It is defined in MP-BGP to allow for overlapping MAC addresses from multiple tenants.
It is advertised with every EVPN route update.
It identifies the EVPN instance in the control plane.
Answer:
DExplanation:
Comprehensive and Detailed 150 to 250 words of Explanation From [SR Linux EVPN and Data Center Interconnect/Course Guide/topics]:
A BGP route target is an extended community used to control which EVPN routes are imported into which MAC-VRF or IP-VRF. It is carried with EVPN updates and acts as the import/export policy tag for tenant service membership. The statement that it is a BGP extended community is correct. It is also correct that route targets support multi-tenant operation, because they allow different EVPN instances to carry potentially overlapping MAC or IP information while importing only the routes intended for that service. However, option D is false in the wording used here. The route target does not itself identify the EVPN instance in the control plane as a unique route identifier. That role is more closely associated with the route distinguisher and EVPN NLRI construction, while the route target determines import eligibility. A route target tells a receiving PE whether the route belongs in a local service instance, but it is not the unique identity of the EVPN route. This distinction is critical: route distinguishers make routes unique; route targets control route distribution and service membership. Reference: EVPN route targets, BGP extended communities, route import/export policy, RD versus RT function.
================
A host is connected to a MAC-VRF on leaf1 and leaf2. The MAC-VRF interfaces on leaf1 and leaf2 are associated to an Ethernet segment configured for active-standby multi-homing.
Which of the following statements is FALSE?
Options:
Leaf1 and leaf2 will hold an election to identify which leaf router will be the DF for the MAC-VRF.
Only the DF will accept traffic from the host.
The DF will forward all BUM traffic from the remote PEs to the host.
The non-DF is capable of forwarding unicast traffic from the remote PEs to the host.
Answer:
DExplanation:
Comprehensive and Detailed 150 to 250 words of Explanation From [SR Linux EVPN and Data Center Interconnect/Course Guide/topics]:
In active-standby, or single-active, Layer 2 EVPN multi-homing, only one PE is active for the Ethernet Segment and MAC-VRF at a time. Leaf1 and Leaf2 participate in DF election, and the elected DF becomes the active forwarding PE for that service attachment. Because this is not all-active multi-homing, the non-DF must not forward traffic to the host for the protected service. This prevents duplicate frames, incorrect MAC learning, and loops on the access side. The DF accepts traffic from the host and forwards BUM traffic received from remote PEs toward the host-facing segment. Option D is false because it claims that the non-DF can forward unicast traffic from remote PEs to the host. In single-active operation, remote peers must direct traffic to the active PE, and the standby PE remains ready to take over only after DF state changes. This is the operational distinction from all-active multi-homing, where more than one PE may be used for forwarding depending on the traffic type and aliasing behavior. Reference: single-active L2 EVPN multi-homing, DF role, non-DF forwarding suppression.
================
Which of the following is NOT part of the description of a BGP route-distinguisher?
Options:
The route-distinguisher is a unique identifier that is configured per PE and per EVI.
It is included in each EVPN route update advertisement.
It is used by MP-BGP to allow for overlapping addresses from multiple tenants.
It identifies the EVPN instance in the control plane.
Answer:
DExplanation:
Comprehensive and Detailed 150 to 250 words of Explanation From [SR Linux EVPN and Data Center Interconnect/Course Guide/topics]:
A route distinguisher is used in MP-BGP VPN and EVPN address families to make otherwise overlapping tenant routes unique in the BGP control plane. In EVPN, different tenants or EVPN instances may legitimately use the same MAC or IP values. The route distinguisher makes the NLRI globally unique by prepending a unique value to the tenant route. It is typically unique per PE and per EVI, and it is carried in EVPN route advertisements. However, the route distinguisher does not control route import, export, or service membership. That role belongs to the route target, which is a BGP extended community used by receiving PEs to decide which EVPN instance should import the route. Therefore, option D is not part of the correct description of a route distinguisher. Saying that the RD identifies the EVPN instance in the control plane confuses RD uniqueness with route-target membership. The RD makes routes unique; the route target associates those routes with the appropriate MAC-VRF or IP-VRF import policy. Reference: EVPN route distinguisher, overlapping tenant addresses, route target separation.
================
Consider the exhibit.

Leaf1 and Leaf2 have the Ethernet segment configured to use the default election algorithm while Leaf3 and Leaf4 are configured to use the preference-based algorithm with Leaf3 having the higher preference value. The DF candidate list is the same on all leaf routers.
Which of the following leafs is the DF for mac-vrf103?
Options:
Leaf1
Leaf2
Leaf3
Leaf4
Answer:
CExplanation:
Comprehensive and Detailed 150 to 250 words of Explanation From [SR Linux EVPN and Data Center Interconnect/Course Guide/topics]:
Designated Forwarder election determines which PE forwards BUM traffic from the EVPN overlay toward a multi-homed Ethernet Segment for a given service. In this scenario, all leaf routers share the same DF candidate list for mac-vrf103, but the election configuration is not identical. Leaf1 and Leaf2 use the default algorithm, while Leaf3 and Leaf4 use the preference-based algorithm. Under preference-based DF election, the candidate with the highest configured preference is selected over lower-preference candidates, assuming the candidate list is valid and consistent. The question states that Leaf3 has the higher preference value compared with Leaf4. Therefore, Leaf3 becomes the DF for mac-vrf103. This is the correct outcome because the preference-based election explicitly overrides simple default behavior by assigning operator-defined priority to a PE. In production designs, this is useful when the operator wants deterministic forwarding placement, maintenance control, or service-specific primary-path selection rather than relying only on the default modulo-based DF selection process. Reference: EVPN DF election, preference-based algorithm, MAC-VRF service forwarding.
================
Which of the following statements about PE-CE routing is FALSE?
Options:
There are two methods to implement routing between the PE and CE, static and dynamic.
BGP is the preferred option for PE-CE routing as it scales better than static routing.
eBGP is preferred which means that the PE and CE are required to be in different autonomous systems.
The CE advertises BGP EVPN route type 5 updates to the PE and the PE forwards to other PEs.
Answer:
DExplanation:
Comprehensive and Detailed 150 to 250 words of Explanation From [SR Linux EVPN and Data Center Interconnect/Course Guide/topics]:
PE-CE routing is the mechanism used to exchange customer prefix reachability between a provider edge or data center leaf and the attached customer edge router. It can be implemented statically or dynamically. Static routing is operationally simple but does not scale well when many prefixes or frequent changes are involved. BGP is preferred for larger deployments because it supports policy, route filtering, attributes, and automated advertisement of changing reachability. In most EVPN PE-CE designs, eBGP is preferred because it creates a clean routing boundary between the PE and CE, with each device operating in a different autonomous system. Option D is false because the CE does not advertise BGP EVPN route type 5 updates to the PE. The CE advertises ordinary IPv4 or IPv6 unicast prefixes over the PE-CE routing session. The PE then imports those customer prefixes into the IP-VRF and advertises them into the EVPN overlay as route type 5 IP Prefix routes toward other PEs. This distinction matters: EVPN signaling is a PE-to-PE overlay function, not a CE-originated EVPN control-plane role. Reference: PE-CE routing, eBGP, EVPN RT-5 prefix advertisement.
================
A host is connected to multiple PEs through multi-homing.
Which of the following is NOT a function of the EVPN route-type 4 route?
Options:
Allows the other PEs to discover which PEs are connected to the same Ethernet segment.
Triggers the election of a designated forwarder.
Identifies the type of algorithm to be used in the election process.
Identifies the redundancy mode of the Ethernet segment.
Answer:
CExplanation:
Comprehensive and Detailed 150 to 250 words of Explanation From [SR Linux EVPN and Data Center Interconnect/Course Guide/topics]:
EVPN route type 4 is the Ethernet Segment route. Its core role is to advertise Ethernet Segment membership so that PEs attached to the same multi-homed segment can discover each other. This discovery is essential for multi-homing procedures such as DF election, split-horizon behavior, and redundancy handling. When multiple PEs advertise the same ESI, the EVPN control plane can build the candidate set of PEs that participate in that Ethernet Segment. This enables DF election for BUM forwarding and supports the correct interpretation of the segment's redundancy model. The incorrect statement is option C. The election algorithm itself is not the basic function of the route type 4 advertisement in the way the question frames it. The route type is primarily about Ethernet Segment discovery and participation; the algorithmic decision process is derived from configured DF election behavior and candidate information, not from route type 4 acting as a generic algorithm identifier. Therefore, route type 4 enables DF procedures, but it is not described as the mechanism that identifies the election algorithm type. Reference: EVPN RT-4 Ethernet Segment route, DF election, multi-homing discovery.
================
Consider the exhibit.

dcgw10 is a Nokia 7750SR and is used as the integrated gateway.
Which of the following is NOT configured in VPLS 100 on dcgw10?
Options:
The EVI to be used by the VPLS.
A VXLAN instance with the VNI for the VPLS.
A BGP instance with two unique route targets.
The BGP instance bound to the MPLS tunnels toward dcgw20.
Answer:
BExplanation:
Comprehensive and Detailed 150 to 250 words of Explanation From [SR Linux EVPN and Data Center Interconnect/Course Guide/topics]:
For Layer 2 data center interconnect using an integrated gateway, VPLS 100 on the Nokia 7750 SR represents the WAN-side Layer 2 VPN service. The VPLS requires an EVI because EVPN uses the EVI to identify the L2 service instance in the control plane. It also requires BGP EVPN signaling with the appropriate route targets so the local and remote service instances can import the correct EVPN routes. Because the service is transported across the WAN, the BGP/EVPN instance must be associated with the MPLS transport tunnels toward the remote gateway, dcgw20. A VXLAN instance with a VNI is not configured in the 7750 SR VPLS 100 for this integrated WAN gateway service. The VXLAN/VNI mapping is used inside the SR Linux data center fabric where MAC-VRF services are transported over VXLAN. On the WAN side, the VPLS service is carried using MPLS/EVPN mechanisms, not a VXLAN VNI configured directly under the VPLS. Reference: integrated gateway DCI, L2 EVPN/VPLS interworking, EVI and route-target operation.
================
Consider the exhibit.

All IP-VRFs are configured properly and are operational.
Which of the following statements is FALSE?
Options:
One of the connected leaf routers will be elected DF.
The elected DF will use the AD per EVI update to identify itself as primary.
Only the elected DF will advertise the customer IP prefix route to the BGP route reflector.
All connected leaf routers will use an AD per ES update to advertise single-active redundancy.
Answer:
BExplanation:
Comprehensive and Detailed 150 to 250 words of Explanation From [SR Linux EVPN and Data Center Interconnect/Course Guide/topics] :
In a single-active EVPN multi-homing design, the connected PE routers perform Designated Forwarder election to determine which PE is active for the relevant service or Ethernet Segment. The DF is responsible for forwarding toward the attached segment and, in a Layer 3 multi-homing case, only the active/DF PE advertises the customer IP prefix route toward the EVPN control plane. Single-active redundancy is communicated using Ethernet Segment-related EVPN procedures, including Ethernet A-D information, so remote PEs can identify the redundancy behavior and avoid forwarding traffic to an inactive attachment. The false statement is that the elected DF uses an AD per EVI update to identify itself as primary. AD per EVI is primarily used to advertise per-service Ethernet Segment reachability and support aliasing/load-balancing behavior in multi-homed services. DF election itself is driven by Ethernet Segment route procedures, not by the DF declaring itself primary through AD per EVI. Therefore, option B misstates the role of AD per EVI in the single-active L3 multi-homing control plane. Reference: EVPN DF election, single-active multi-homing, Ethernet A-D routes.
================
Consider the exhibit.

Leaf-1 has received an ARP request from host-1 for host-2. Leaf-1 has added host-1's MAC address in its MAC table and host-1's MAC/IP addresses in its proxy-ARP table.
Which of the following steps is FALSE?
Options:
Leaf-1 sends a route-type 2 EVPN update with host-1's MAC with the IP address set to 0.0.0.0 to the remote peers.
Leaf-1 sends a route-type 2 EVPN update with host-1's MAC with the IP address set to 192.168.100.1 to the remote peers.
The remote peers ignore the EVPN update with the IP address set to 0.0.0.0 and use the update with the IP address set to 192.168.100.1 to populate their MAC forwarding tables.
The remote peers generate a gratuitous ARP towards their directly connected hosts to announce the learned IP/MAC mapping information.
Answer:
AExplanation:
Comprehensive and Detailed 150 to 250 words of Explanation From [SR Linux EVPN and Data Center Interconnect/Course Guide/topics]:
When Leaf-1 receives an ARP request from Host-1, it learns the source MAC address in the local MAC table and learns the source IP/MAC binding in the proxy ARP table. For EVPN distribution, the relevant control-plane advertisement is an EVPN route type 2 MAC/IP advertisement containing Host-1's MAC and the actual host IP address, 192.168.100.1. This allows remote PEs to populate their EVPN-derived forwarding and proxy ARP state with the correct endpoint binding. Option A is false because advertising the host MAC with the IP address set to 0.0.0.0 does not represent the learned MAC/IP binding required for proxy ARP synchronization. A MAC-only RT-2 advertisement may exist in EVPN contexts, but the question specifically states that Leaf-1 has learned the MAC/IP binding through ARP and is distributing that information. Therefore, the valid advertisement must include the real host IP address. Remote PEs use the MAC/IP route to learn the endpoint, not an all-zero IP placeholder for this proxy ARP learning event. Reference: EVPN RT-2 MAC/IP advertisement, proxy ARP table population, endpoint synchronization.
================
When providing L3 multi-homing on two or more leaf routers, which of the following is FALSE?
Options:
In a single-active multi-homing scenario, the DF-election is used to identify the active leaf router.
In an all-active multi-homing scenario, the DF-election is used to identify the leaf router that is responsible for forwarding BUM traffic to the host.
All learned 3rd party prefixes are advertised using EVPN route type 5.
The Ethernet segment is associated with the next-hop for the 3rd party prefixes.
Answer:
BExplanation:
Comprehensive and Detailed 150 to 250 words of Explanation From [SR Linux EVPN and Data Center Interconnect/Course Guide/topics]:
Layer 3 multi-homing is fundamentally about redundant or load-balanced L3 reachability for external prefixes, not about Layer 2 broadcast-domain flooding toward a host. In single-active L3 multi-homing, DF election determines which attached leaf is active for the Ethernet Segment, and only that leaf advertises or forwards for the attached customer route as required by the redundancy model. In all-active L3 multi-homing, multiple leaf routers can be valid next-hops for the same learned third-party prefix, and remote PEs may load-balance toward them based on the Ethernet Segment association. Learned external prefixes are carried as EVPN route type 5 IP Prefix routes, which is the correct route type for L3 reachability. The Ethernet Segment is associated with the next-hop for those prefixes so that remote PEs understand the multi-homed nature of the path. Option B is false because BUM forwarding is a Layer 2 EVPN concern. In an all-active L3 multi-homing scenario, DF election is not used to identify a BUM-forwarding leaf for host traffic in the same way it is used in Layer 2 multi-homing services. Reference: L3 EVPN multi-homing, RT-5 prefix routes, ES next-hop behavior.
================
Consider the exhibit.

Which of the following statements about the configuration and operation of this setup is FALSE?
Options:
A sub-interface of lag1 is associated to the MAC-VRF on Leaf1 and Leaf2.
The Ethernet segment ES-1 is configured with multi-homing-mode all-active.
The MAC-VRF on Leaf3 will need to be configured with ECMP to be able to load balance between Leaf1 and Leaf2.
The host will forward all BUM traffic toward the DF.
Answer:
DExplanation:
Comprehensive and Detailed 150 to 250 words of Explanation From [SR Linux EVPN and Data Center Interconnect/Course Guide/topics]:
This scenario describes all-active Layer 2 EVPN multi-homing with a host connected through a LAG to Leaf1 and Leaf2. The LAG subinterface is associated with the MAC-VRF on both participating leaves, and the Ethernet Segment ES-1 is configured for all-active multi-homing. In all-active operation, both leaf routers can be active attachment points for host-originated traffic, and remote traffic can use EVPN multi-homing mechanisms to reach the segment. Option D is false because the host does not know or use the EVPN Designated Forwarder state when sending BUM traffic. The host forwards over its LAG based on its local LAG hashing and LACP behavior. DF election is an EVPN PE-side mechanism used mainly to control which PE forwards BUM traffic from the EVPN overlay toward the Ethernet Segment, preventing duplicate delivery to the multihomed access network. The host itself does not selectively forward all BUM traffic toward the DF. That distinction is critical: DF controls overlay-to-segment replication, while the host's LAG controls host-to-leaf link selection. Reference: all-active L2 EVPN multi-homing, host LAG behavior, DF election scope, BUM forwarding.
================
Consider the exhibit.

Host-2 is sending data to Host-1. The network is designed to use asymmetric routing.
Which of the following statements about the operation of the data plane is TRUE?
Options:
Leaf-1 forwards the data for mac-vrf-2 towards Leaf-2 with a VNI of 2.
Leaf-2 forwards the data for mac-vrf-2 towards the IP-VRF using its IRB interface.
Leaf-2 IP-VRF consults the ARP table to learn Host-1 MAC address.
Leaf-2 does a MAC look-up using mac-vrf-1 and forwards the data towards Host-1.
Answer:
DExplanation:
Comprehensive and Detailed 150 to 250 words of Explanation From [SR Linux EVPN and Data Center Interconnect/Course Guide/topics]:
In asymmetric EVPN IRB, the ingress PE performs routing from the source subnet into the destination subnet, then forwards the packet across the VXLAN overlay using the destination MAC-VRF/VNI. The egress PE does not perform another IP-VRF lookup for that packet; it performs Layer 2 forwarding in the destination MAC-VRF. In this scenario, Host-2 sends traffic toward Host-1. After the ingress routing decision, the traffic arrives at Leaf-2 in the context of the destination MAC-VRF, mac-vrf-1. Leaf-2 then performs a MAC lookup in mac-vrf-1 and forwards the frame to Host-1. Option D is therefore correct. Option A reverses the forwarding direction and misidentifies the leaf action. Option B incorrectly sends mac-vrf-2 traffic toward the IP-VRF on Leaf-2, even though Leaf-2 is acting as the egress PE for Host-1. Option C is also incorrect because the egress forwarding action is based on the MAC table in the destination MAC-VRF, not an IP-VRF ARP lookup at that stage. Reference: asymmetric L3 EVPN IRB data-plane operation, ingress routing and egress MAC forwarding.
================
Consider the exhibit.

All three leafs have an EVPN MP-BGP session with the route reflector in Spine-1. Leaf-2 and Leaf-3 have existing instances of an L2 EVPN named MAC VRF-1. Leaf-1 has just enabled a new instance of MAC VRF-1.
Which of the following steps is NOT taken when this new instance is enabled?
Options:
Leaf-1 generates an IMET route.
Leaf-1 advertises the IMET route in a BGP EVPN update directly to Leaf-2 and Leaf-3.
Leaf-2 and Leaf-3 auto-discover the new peer based on the route target in the received IMET route.
Leaf-2 and Leaf-3 add Leaf-1 to their existing flooding list for BUM traffic.
Answer:
BExplanation:
Comprehensive and Detailed 150 to 250 words of Explanation From [SR Linux EVPN and Data Center Interconnect/Course Guide/topics]:
When a new Layer 2 EVPN MAC-VRF instance is enabled, the PE advertises an Inclusive Multicast Ethernet Tag route, commonly called an IMET route or EVPN route type 3. The IMET route is used to auto-discover remote PEs that participate in the same EVPN service and to build the BUM flooding list for that MAC-VRF. In this topology, all leaf routers peer with the route reflector on Spine-1. Leaf-1 therefore advertises its IMET route to the route reflector, not directly to Leaf-2 and Leaf-3. The route reflector then reflects the EVPN update to the other client leaves. Leaf-2 and Leaf-3 import the route based on matching route-target policy and add Leaf-1 to the replication list for broadcast, unknown unicast, and multicast traffic. Option B is the step that is not taken because it incorrectly describes direct leaf-to-leaf EVPN advertisement. In a route-reflector design, the RR centralizes EVPN route distribution and avoids the need for a full mesh of MP-BGP EVPN sessions between leaves. Reference: EVPN RT-3 IMET route, route-reflector operation, BUM flooding-list auto-discovery.
================
Which of the following statements about a L3 EVPN network using symmetric routing is FALSE?
Options:
Each participating PE must support the use of EVPN route-type 5.
Ingress and egress PEs perform MAC and IP forwarding.
A routed-VXLAN interface is required on a per IP-VRF basis.
Each MAC-VRF used in the L3 EVPN network must exist on each PE.
Answer:
DExplanation:
Comprehensive and Detailed 150 to 250 words of Explanation From [SR Linux EVPN and Data Center Interconnect/Course Guide/topics]:
Symmetric L3 EVPN routing uses an IP-VRF-based overlay model in which both ingress and egress PEs participate in routed forwarding. The ingress PE receives the frame from the local MAC-VRF, routes it into the IP-VRF, and sends it across the VXLAN routed interface. The egress PE receives the routed overlay packet, performs the corresponding IP-VRF lookup, and then forwards it into the locally attached destination MAC-VRF. Because the routed overlay is built per IP-VRF, a routed-VXLAN interface is required for that IP-VRF. EVPN route type 5 support is also required because RT-5 carries IP prefix reachability across the EVPN control plane. The false statement is option D. Symmetric routing specifically removes the requirement for every MAC-VRF to exist on every PE. A PE only needs the MAC-VRFs for locally attached subnets, plus the shared IP-VRF and routed overlay state. This is the major scaling advantage of symmetric routing compared with designs that require broad MAC-VRF instantiation across the fabric. Reference: symmetric L3 EVPN routing, routed VXLAN interface, RT-5 prefix reachability, MAC-VRF scaling.
================
Unlock 4A0-D03 Features
- 4A0-D03 All Real Exam Questions
- 4A0-D03 Exam easy to use and print PDF format
- Download Free 4A0-D03 Demo (Try before Buy)
- Free Frequent Updates
- 100% Passing Guarantee by Activedumpsnet
Questions & Answers PDF Demo
- 4A0-D03 All Real Exam Questions
- 4A0-D03 Exam easy to use and print PDF format
- Download Free 4A0-D03 Demo (Try before Buy)
- Free Frequent Updates
- 100% Passing Guarantee by Activedumpsnet