This information should, however, be accessible to devices on the internal networks of RT

Refer to the exhibit.

For security reasons, information about RTA, including platform and IP addresses, should not be
accessible from the Internet. This information should, however, be accessible to devices on the
internal networks of RTA.
Which command or series of commands will accomplish these objectives?

Refer to the exhibit.

For security reasons, information about RTA, including platform and IP addresses, should not be
accessible from the Internet. This information should, however, be accessible to devices on the
internal networks of RTA.
Which command or series of commands will accomplish these objectives?

A.
RTA(config)#no cdp run

B.
RTA(config)#no cdp enable

C.
RTA(config)#interface s0/0
RTA(config-if)#no cdp run

D.
RTA(config)#interface s0/0
RTA(config-if)#no cdp enable



Leave a Reply 3

Your email address will not be published. Required fields are marked *


David

David

CDP can be disabled globally and per-interface. Per-interface, the no cdp enable and cdp enable interface subcommands toggle CDP off and on, respectively. Alternatively, the no cdp run and cdp run global commands toggle CDP off and on (respectively) for the entire switch

Laurie

Laurie

Enable/Disable CDP on a Cisco IOS Device. CDP is enabled on Cisco routers by default. If you prefer not to use the CDP capability, disable it with the no cdp run command. In order to reenable CDP, use the cdp run command in global configuration mode.