Question 24 of 270 from exam CAS-003: CompTIA CASP+

Question 24 of 270 from exam CAS-003: CompTIA CASP+

Question

A server (10.0.0.2) on the corporate network is experiencing a DoS from a number of marketing desktops that have been compromised and are connected to a separate network segment.

The security engineer implements the following configuration on the management router:

Router (config)# ip route 192.168.3.1 255.255.255.255 Nullo
Router (config) # route-map DATA

Router (config-route-map) #match tag 101

Router (config-route-map) #set ip next-hop 192.168.3.1
Router (config-route-map) #set community no-export

Router (config-router) #redistribute static route-map DATA

Router (config) ip route 10.0.0.2 255.255.255.255 Null0 tag 101

Which of the following is the engineer implementing?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E.

B.