Implementing Cisco Catalyst SD-WAN Solutions (300-415 ENSDWI) Exam Materials-Question 415 Discussion
Comment Image Comment Image Comment Image

Refer to the exhibit. vEdge102 must form a control connection over MPLS using TLOC extension and dynamic routing. Which configuration accomplishes the task? (Choose one answer)

  • A. vpn 0
    router
    bgp 65001
    neighbor 192.0.0.1
    no shutdown
    remote-as 65001

    interface ge0/1
    description "*** MPLS Interface ***"
    ip address 172.1.1.1/30
    tunnel-interface
    encapsulation ipsec
    color mpls restrict
    allow-service all
    no shutdown
  • B. vpn 0
    router
    bgp 65001
    neighbor 172.1.1.2
    no shutdown
    remote-as 65001
    neighbor 192.0.0.2
    no shutdown
    remote-as 100

    interface ge0/1
    description "TLOC Extension Interface"
    ip address 172.1.1.1/30
    tloc-extension ge0/0
    no shutdown
  • C. vpn 0
    router
    bgp 65001
    neighbor 172.1.1.2
    remote-as 65001
    no shutdown

    interface ge0/1
    description "*** MPLS Interface ***"
    ip address 172.1.1.1/30
    tunnel-interface
    encapsulation ipsec
    color mpls restrict
    allow-service bgp
    no shutdown
  • D. vpn 0
    router
    bgp 65001
    neighbor 172.1.1.1
    no shutdown
    remote-as 65001

    interface ge0/0
    description "TLOC Extension Interface"
    ip address 172.1.1.2/30
    tloc-extension ge0/0
    no shutdown
Correct Answer: B

Brave-Dump Clients Votes

C 100%

Comments



Anonymous User 2026-08-30 13:59:57

Selected Answers: C


it should be C