Exam 642-885 | Question id=3329 | BGP Routing Features in a Service Provider IP NGN Environment |
Refer to the Cisco IOS-XR BGP configuration exhibit.
!
route-policy passall
permit
end-policy
!
router bgp 65123
af-group abc address-family ipv4 unicast
route-policy passall in
route-policy passall out
!
neighbor-group efg
password C!sc0!3o
ttl-security
update-source Loopback0
maximum-prefix 10
address-family ipv4 unicast
use af-group abc
!
neighbor 209.165.201.130
remote-as 65234
use neighbor-group efg
!
Identify two configuration errors.
A. |
The neighbor-group efg is missing the ebgp-multihop 2 configuration | |
B. |
The ttl-security configuration command is missing the option to set the number of hops | |
C. |
The passall route policy is wrong | |
D. |
The route-policy passall in and route-policy passall out commands should be configured under the neighbor-group efg instead of the af-group abc | |
E. |
The maximum-prefix 10 configuration should be configured under the af-group abc instead of the neighbor-group efg |