So let's start with a simple one.
Props to Zach and Johnny for this one.
If you're running Cisco equipment, and have CDP enabled, this'll help you figure out:
Hostname of your switch
IP interface
Hostname and IP address of the mgmt interface
Cisco IOS Version
model number
Speed and Duplex config.
tcpdump -nn -v -i eth0 -s 1500 -c 1 'ether[20:2] == 0x2000'
We can discuss the security implications of having CDP enabled in another blog post.

No comments:
Post a Comment