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

A customer has service VPNs numbered 1 to 100 and wants to restrict outbound updates for VPN 1. Which control policy configuration on the SD-WAN controllers would achieve this restriction? (Choose one answer)

  • A. policy
    lists
    vpn-list restricted_vpns
    vpn 2-100
    !
    !
    vpn-membership restrict_1
    sequence 10
    match vpn-list restricted_vpns
    action reject
    !
    !
    default-action accept
    !
  • B. policy
    lists
    vpn-list VPN2-100
    vpn 2-100
    !
    !
    control-policy restrict_2-100
    sequence 10
    match route
    vpn-list VPN2-100
    !
    action reject
    !
    !
    default-action accept
    !
  • C. policy
    lists
    vpn-list restricted_vpns
    vpn 1
    !
    !
    vpn-membership restrict_1
    sequence 100
    match vpn-list restricted_vpns
    action reject
    !
    !
    default-action accept
    !
  • D. policy
    lists
    vpn-list restricted_vpns
    vpn 1
    !
    !
    vpn-membership restrict_1
    sequence 100
    match vpn-list restricted_vpns
    action reject
    !
    !
    default-action accept
    !
  • E. policy
    lists vpn-list VPN1
    vpn 1
    !
    control-policy restrict_1
    sequence 10
    match route
    vpn-list VPN1
    !
    action reject
Correct Answer: C

Brave-Dump Clients Votes

C 100%

Comments



Moustapha Ahdy 2026-08-30 14:26:15

Selected Answers: C


option c and d are the same