350-501 · Question #288
Refer to the exhibit. EIGRP is running across the core to exchange internal routes, and each router maintains iBGP adjacency with the other routers on the network. An operator has configured static…
The correct answer is B. router(config)# router bgp 55100. To redistribute tagged static routes into BGP and blackhole specific traffic, the engineer must define a static route for the server with tag 777 pointing to Null0 and then configure BGP to redistribute static routes matching a route map that filters on tag 777.
Question
Refer to the exhibit. EIGRP is running across the core to exchange internal routes, and each router maintains iBGP adjacency with the other routers on the network. An operator has configured static routes on the edge routers R1 and R2 for IP address 10.0.1.1, which is used as a black hole route as shown. Which configuration should the operator implement to the management router to create a route map that will redistribute tagged static routes into BGP and create a static route to blackhole traffic with tag 777 that is destined to the server at 192.168.10.100? router(config)# route-map blackhole-trigger router(config-route-map)# match tag 777 router(config-route-map)# set ip next-hop 10.0.1.1 router(config-route-map)# set origin igp router{config-route-map)# set community no-export
Exhibit
Options
- Arouter(config)# router bgp 55100
- Brouter(config)# router bgp 55100
- Crouter(config)# router bgp 55100
- Drouter(config)# router bgp 55100
How the community answered
(20 responses)- A15% (3)
- B70% (14)
- C5% (1)
- D10% (2)
Why each option
To redistribute tagged static routes into BGP and blackhole specific traffic, the engineer must define a static route for the server with tag 777 pointing to Null0 and then configure BGP to redistribute static routes matching a route map that filters on tag 777.
This option fails to configure the necessary static route for 192.168.10.100 with tag 777 and uses `redistribute connected`, which is not the specified requirement for redistributing static routes.
This configuration correctly sets up a static route for 192.168.10.100/32 with a tag of 777, pointing to Null0 to blackhole traffic destined for that server. Subsequently, under the BGP process, `redistribute static route-map blackhole-trigger` ensures that only static routes matching the defined route map (i.e., those with tag 777) are injected into BGP, fulfilling both requirements.
This option does not configure the required static route with tag 777 for 192.168.10.100 and uses `redistribute ospf`, which is incorrect for redistributing static routes.
This option lacks the configuration for the static route with tag 777 and uses `redistribute eigrp`, which is not the correct command for redistributing static routes.
Concept tested: BGP redistribution of static routes using route maps and tagging
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bgp/configuration/xe-3s/asr1000/b_bgp_xe_3s_asr1000_chapter_01.html
Topics
Community Discussion
No community discussion yet for this question.
