Pario TechnoBlob
About
Posts
Tag: cdp
cdp by using tcpdump
If you do not have a cdp command available on your linux server, then tcpdump can be used instead. $ sudo tcpdump -nn -v -s 1500 -c 1 'ether[20:2] == 0x2000' -i eth0 tcpdump:...