Valid 350-501 Dumps shared by EduDump.com for Helping Passing 350-501 Exam! EduDump.com now offer the newest 350-501 exam dumps, the EduDump.com 350-501 exam questions have been updated and answers have been corrected get the newest EduDump.com 350-501 dumps with Test Engine here:
Refer to the exhibit. Routers R1 and R2 are part of a large enterprise network. The two devices are running BGP to advertise routes between them. The R1 Gi0/1 interface, which is connected to R2. is configured with the next hop for all advertised prefixes' IP addresses. A network engineer noticed that R2 is not receiving certain routes from R1, which is causing connectivity issues. The engineer confirmed that the R2 IP address is reachable, and R2 is not filtering routes. Which action must the engineer take on R1 to resolve the issue?
Correct Answer: B
The route-map DENY_ROUTES and prefix-list BLOCKED_ROUTES are correctly configured to filter specific routes (e.g., 10.3.3.0/24). However, the route map has not been applied under the BGP configuration on R1. This means the filtering logic is not in effect, allowing all routes to be sent to R2. To resolve the issue, the engineer must apply the route-map DENY_ROUTES under the BGP configuration on R1 using the command neighbor <R2 IP> route-map DENY_ROUTES out This ensures that the route-map is applied to outgoing BGP updates, filtering the specified routes as intended. Other actions (e.g., modifying sequence 10 or adding metrics) do not address the lack of route-map application.