What is the reason the route is not being advertised ?

PlAwAnSaI

Administrator
A BGP router is configured as shown below:
router bgp 65111
neighbor 172.16.1.1 remote-as 65111
neighbor 172.16.2.1 remote-as 65112
network 192.168.0.0
network 10.0.0.0
!
ip route 192.168.0.0 255.255.0.0 null0
The 192.168.0.0 network is not being propagated throughout the network. Based on the
information shown above what is the reason the 192.168.0.0 route is not being advertised?
A. The network 10.0.0.0 statement is missing mask 0.255.255.255.
B. The network 192.168.0.0 statement is missing mask 0.0.255.255.
C. The network 10.0.0.0 statement is missing mask 255.0.0.0.
D. The network 192.168.0.0 statement is missing mask 255.255.0.0
E. The auto-summary configuration is missing.
bigeyes.gif
 
Top