You are using EVPN to provide Layer 2 stretched VLANs between two sites. You notice that the MAC addresses in either site are not showing up on the remote site.
Referring to the exhibit, what are two ways to solve this problem? (Choose two.)
You are using EVPN to provide Layer 2 stretched VLANs between two sites. You notice that the MAC addresses in either site are not showing up on the remote site.
Referring to the exhibit, what are two ways to solve this problem? (Choose two.)
To solve the issue of MAC addresses not showing up on the remote site, you need to ensure that the VNI configuration is correctly matched. On R2, deleting the specific VNI configuration with the command 'delete protocols evpn vni-options vni 22030' will help reset the configuration. Additionally, on R1, setting the VNI options with the matching VRF target 'set protocols evpn vni-options vni 22030 vrf-target target :65101:22030' ensures that both sites are properly configured to communicate with each other.
I dont get why C? shouldnt it be A-D?
Answer = B+D
Answer:B、D
B and D
Either you keep or delete. So B and D are correct, I guess.
When the R2 to export the EVPN routes to R1 the routes related the VNI 22030 will come with "target:65101:22030" and R1 won't import that routes because there isn't target to match. To solve that issue is necessary " set switch-options vrf-target target:65101:22030" (Answer A) and "set switch-options vrf-target target:65101:22030" (Answer C). When the R2 to export the EVPN routes to R1 the routes related the VNI 22030 will come with "target:65101:22030" and R1 won't import that routes because there isn't target to match. To solve that issue is necessary " set switch-options vrf-target target:65101:22030" (Answer A) and "set switch-options vrf-target target:65101:22030" (Answer C).
When the R2 to export the EVPN routes to R1 the routes related the VNI 22030 will come with "target:65101:22030" and R1 won't import that routes because there isn't target to match. To solve that issue is necessary " set switch-options vrf-target target:65101:22030" (Answer A) and "set switch-options vrf-target target:65101:22030" (Answer C).