Implementing Cisco SD-WAN Solutions (ENSDWI) — Question 427
An enterprise needs DIA on some of its branches with a common location ID: A042:B49C:D02E::72.
Which WAN Edge configuration meets the requirement?
Answer options
- A. vpn 1 interface ge0/1 ip address 172.16.0.1/24 vpn 512 ip route 0.0.0.0/0 vpn 0
- B. vpn 1 ip route 0.0.0.0/0 vpn 1 interface ge0/0 ip address 172.16.0.1/24 nat
- C. vpn 0 ip route 0.0.0.0/0 vpn 0 vpn 1 interface ge0/1 ip address 172.16.0.1/24 nat
- D. vpn 0 interface ge0/0 ip address 172.16.0.1/24 nat vpn 1 ip route 0.0.0.0/0 vpn 0
Correct answer: D
Explanation
The correct answer, D, sets up the necessary interface and NAT configuration for VPN 0 while providing a default route for VPN 1, which is essential for DIA. Option A is incorrect as it lacks proper NAT configuration for VPN 0. Option B does not set up VPN 0 appropriately, and option C incorrectly configures the routing and NAT for the VPNs.