Cisco 4506 – How to Detect Port Changes in Real Time

cisco-catalystclisshswitch

Is it possible to detect if any cable was connected/disconnected in real time via Telnet session on Cisco Catalyst 4506?

For example, I have an IBM Switch EN94093R that does it by default, when I unplug and then plug again a cable from the switch, it shows up on the SSH/Telnet session instantly, as shown below:

enter image description here

Is there a similar way to do this on the Cisco Switch? It is really useful on cases like mine where you don't know the mac or IP addresses.

Best Answer

From configuration mode, type

logging monitor info
end

then from enable mode type

term[inal] mon[itor]

this will send console messages to your vty session.