What is the correct configuration on the customer edge router used to conditionally announce the customer networks to the ISP?

Exhibit

642-661-configuring-bgp-on-cisco-routers-bgp_img_121

Based on the network diagram shown in the exhibit, what is the correct configuration on the customer edge router used to conditionally announce the customer networks to the ISP?
A. router bgp 65001
! neighbor commands not shown
network 192.168.0 mask 255.255.252.0
!
ip route 192.168.8.0 255.255.252.0 192.168.8.33
B. router bgp 65001
! neighbor commands not shown aggregate-address 192.168.8.0 255.255.252.0 summary-only !
ip route 192.168.8.0 255.255.252.0 192.168.8.23
C. route bgp 65001
! neighbor commands not shown
network 192.168.8.0
network 192.168.9.0
network 192.168.10.0
network 192.168.11.0
!
ip route 192.168.8.0 255.255.255.0 null0
ip route 192.168.9.0 255.255.255.0 null0
ip route 192.168.10.0 255.255.255.0 null0
ip route 192.168.11.0 255.255.255.0 null0
D. router bgp 65001
! neighbor commands not shown aggregate-address 192.168.8.0 255.255.252.0 summary-only !
router ospf 1
network 192.168.8.0 0.0.3.255 area 0
E. router bgp 65001
! neighbor commands not shown
aggregate-address 192.168.8.0 255.255.252.0
!
ip route 192.168.0 255.255.252.0 null0

cisco-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.