Cisco Switch S_sn and S_tc in Logs

If you see things like this:

[syslog@9 s_sn="306" s_tc="330"]: Aug 23 22:15:22.268: %SYS-5-CONFIG_I: Configured from console by yaleman on vty0 (10.0.0.155)

In your Cisco Switch logs, it’s because you’ve got the config entry:

logging message-counter log

Ew.

conf t
no logging message-counter log
end
write mem


#cisco #switch #syslog #logging