answersLogoWhite

0

What is Kenya's CDP?

User Avatar

Anonymous

16y ago
Updated: 8/17/2019

300 300

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the full form of cdp?

CDP


Cdp is running between two cisco deviceswhat information is supplied by cdp?

show version


Kenyas population in 2008?

32422000


What is Kenyas percentage of hydro?

55%


Which company created Sonicwall CDP?

SonicWALL CDP is a data backup and disaster recovery solution created by the company Dell. CDP stands for Continuous Data Protection. There is a model for businesses of all sizes.


What is kenyas national bird?

honye bird


On what is kenyas devolping economy based?

Agriculture


What are kenyas main physical features?

I geography


What is the name of Kenyas ambassador or high commissioner to Islamabad?

H.E. Mrs. Mishi Masika Mwatsahu is the name of Kenyas ambassador or high commissioner to Islamabad.


What is cdp neighbor?

This is a command line use in Cisco devices to show neighbors which is using Cisco Discovery Protocol (CDP).


What are true of CDP packets?

They are mostly made up of ASCII strings THey may include information about CDP interfaces and neighbor entries


Why would you want to disable CDP on an interface or globally?

You don't want to allow adjacent devices to gain information about this router for security reasons.SolutionYou can disable CDP on a single interface by using the command no cdp enable interface configuration command: Router1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)#cdp runRouter1(config)#interface FastEthernet0/0 Router1(config-if)#no cdp enableRouter1(config-if)#end Router1#And you can disable all CDP on the router with the global configuration command, no cdp run: Router1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)#no cdp runRouter1(config)#end Router1#