MCQhard
A network engineer runs the following command on Router R1:
R1# show ip bgp neighbors 10.1.1.2 advertised-routes
BGP table version is 10, local router ID is 10.1.1.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r 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
Network Next Hop Metric LocPrf Weight Path
*> 10.10.10.0/24 0.0.0.0 0 32768 i
*> 10.20.20.0/24 0.0.0.0 0 32768 i
R1# show route-map
route-map BLOCK_RFC1918, permit, sequence 10
Match clauses:
ip address prefix-list RFC1918
Set clauses:
Policy routing matches: 0 packets, 0 bytes
route-map BLOCK_RFC1918, deny, sequence 20
Match clauses:
Set clauses:
Policy routing matches: 0 packets, 0 bytes
R1# show ip prefix-list RFC1918
ip prefix-list RFC1918: 3 entries
seq 5 deny 10.0.0.0/8 le 32
seq 10 deny 172.16.0.0/12 le 32
seq 15 deny 192.168.0.0/16 le 32
seq 20 permit 0.0.0.0/0 le 32
Based on this output, what is the most likely issue?