Sign Up
Log In
Home
discussion
Exam 642-883 Question id=3455 Route Manipulations in Service Provider Environments

Refer to the BGP and route map configurations exhibit.
router bgp 65001 neighbor 10.1.1.2 remote-as 65023 neighbor 10.1.1.2 route-map setas out ! route-map setas permit 10 match ip address test1 set as-path prepend 65111 65112 ! route-map setas permit 20 match ip address test2 set as-path prepend 65202 65203 65204 ! !end of the route-map configuration
When the "setas" route map is applied to the 10.1.1.2 neighbor, the 10.1.1.2 neighbor is not able to receive all the required BGP routes from this router. What could be the problem?

A. The BGP session was cleared using the clear ip bgp command after the route map was applied.
B. The test1 or test2 prefix-list is misconfigured.
C. There is no pass action configured within the route map.
D. The route map is missing the route-map setas permit 30 statement.