Valid 300-510 Dumps shared by ExamDiscuss.com for Helping Passing 300-510 Exam! ExamDiscuss.com now offer the newest 300-510 exam dumps, the ExamDiscuss.com 300-510 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 300-510 dumps with Test Engine here:
Refer to the exhibit. The service provider environment has these configurations: - The OSPF backbone area is configured to advertise loopback prefixes. - The PE routers run the BGP-IPv4 address family in a BGP-free core topology. - The broadband users IP subnet 192.168.10.0/24 is redistributed in BGP on PEA. The operations team noticed route disruptions when broadband subscriber 192.168.10.8 goes offline. Which configuration must an engineer apply to PEA to resolve this problem?
Correct Answer: B
The broadband IP subnet 192.168.10.0/24 is redistributed into BGP. When 192.168.10.8 (a specific host) goes offline, this likely causes the route for 192.168.10.0/24 to flap or be withdrawn from BGP because the redistributed route depends on the presence of live hosts. This can cause disruptions for other hosts within the same subnet. To stabilize the route advertisement in BGP, a static route to Null0 is configured for the entire subnet 192.168.10.0/24. The static route ensures that the prefix remains in the routing table regardless of host reachability. Redistributing the static route into BGP ensures that the prefix remains consistently advertised. The ip route 192.168.10.0 255.255.255.0 Null0 creates a "dummy" static route that keeps the prefix in the routing table. The redistribute static command in BGP ensures the static route is advertised.