300-415 · Question #123
300-415 Question #123: Real Exam Question with Answer & Explanation
The correct answer is A: vpn 10 name "***** Service VPN 10 ****") router ospf redistribute omp route-policy OSPF_Route_Policy area 0 interface ge0/2 exit lists prefix-list W2_Loopback ip-prefix 10.10.10.5/32 ! route-policy OSPF_Route_Policy sequence 1 match address W2_Loopback ! action accept set metric 100 metric-type type1. To provide OSPF neighbors access to a specific OMP-learned loopback route in a service-side VPN, the OMP route must be redistributed into OSPF using a route policy that filters for the exact prefix.
Question
Options
- Avpn 10 name "***** Service VPN 10 ****") router ospf redistribute omp route-policy OSPF_Route_Policy area 0 interface ge0/2 exit lists prefix-list W2_Loopback ip-prefix 10.10.10.5/32 ! route-policy OSPF_Route_Policy sequence 1 match address W2_Loopback ! action accept set metric 100 metric-type type1
- Bvpn 0 router ospf redistribute omp route-policy OSPF_Route_Policy area 0 interface ge0/2 exit lists prefix-list W2_Loopback ip-prefix 10.10.10.5/24 ! route-policy OSPF_Route_Policy sequence 1 match address W2_Loopback ! default action accept set metric 100 metric-type type1
- Cvpn 0 router ospf redistribute omp route-policy OSPF_Route_Policy area 0 interface ge0/2 exit lists prefix-list W2_Loopback ip-prefix 10.10.10.5/32 ! route-policy OSPF_Route_Policy sequence 1 match address W2_Loopback ! action accept set metric 100 metric-type type2
- Dvpn 10 name "***** Service VPN 10 ****") router ospf redistribute omp route-policy OSPF_Route_Policy area 0 interface ge0/2 exit lists prefix-list W2_Loopback ip-prefix 10.10.10.5/24 ! route-policy OSPF_Route_Policy sequence 1 match address W2_Loopback ! default action accept set metric 100 metric-type type1
Explanation
To provide OSPF neighbors access to a specific OMP-learned loopback route in a service-side VPN, the OMP route must be redistributed into OSPF using a route policy that filters for the exact prefix.
Common mistakes.
- B. The configuration is for
vpn 0(the transport VPN) instead of a service-side VPN, and uses an incorrect/24prefix for a loopback, which is typically/32. - C. The configuration is for
vpn 0(the transport VPN) instead of a service-side VPN, making it unsuitable for service-side routing. - D. The
prefix-listuses an incorrect/24prefix for a loopback, which would match a broader range of addresses than the specific/32loopback intended.
Concept tested. OMP route redistribution into OSPF
Topics
Community Discussion
No community discussion yet for this question.