Question 27 of 120 from exam 350-501-SPCOR: Implementing and Operating Cisco Service Provider Network Core Technologies

Question 27 of 120 from exam 350-501-SPCOR: Implementing and Operating Cisco Service Provider Network Core Technologies

Question

PE-A#show ip bgp vpnv4 vrf Customer-A neighbors 10.10.10.2 routes
BGP table version is 13148019, local router ID is 10.10.10.10
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,|
rx RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter,
x best-external, a additional-path, c RIB-compressed,
Origin codes: i - IGP, e - EGP, ? - incomplete
RPKI validation codes: V valid, I invalid, N Not found

Network Next Hop Metric LocPrf Weight Path
Route Distinguisher: 65000:1111 (default for vrf Customer-A)

*> -192.168.0/19 —-10.10.10.2 ° 0 4282 65001
*> 192.168.0/17 -10.10.10.2 ° 0 4282 65001
*> 192.168.0/16 10.10.10.2 ° 0 4282 65001

Total number of prefixes 5

PE-A#tconfig t
Enter configuration commands, one per line. End with CNTL/Z.
PE-A(config)#ip prefix-list ALLOW permit 192.168.0.0/16 ge 17 le
PE-A(config)#router bgp 65000
PE-A(config-router) #address-family ipv4 vrf Customer-A
PE-A(config-router-af) #neighbor 10.10.10.2 prefix-list ALLOW in

Refer to the exhibit.

Which three outcomes occur if the prefix list is added to the neighbor? (Choose three.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E. F.

ACF.