Exam 642-883 | Question id=3504 | BGP Routing in Service Provider Environments |
Refer to the exhibit.
R1 is advertising subnets 1.1.1.X/32 via eBGP. XR4 must accept only the first seven subnets in its BGP table. Which configuration must occur on XR2 to meet these parameters?
A. |
route-policy INBOUND
if destination in SUBNETS then pass endif
router bgp 100
neighbor 10.10.14.1
address-family ipv4 unicast
route-policy INBOUND in
| |
B. |
route-policy INBOUND
if destination in FILTER then pass endif
router bgp 100
neighbor 10.10.14.1
address-family ipv4 unicast
route-policy INBOUND in
| |
C. |
router bgp 100
neighbor 10.10.14.1
address-family ipv4 unicast
route-policy FILTER in
| |
D. |
router bgp 100
neighbor 10.10.14.1
address-family ipv4 unicast
route-policy SUBNETS in
|