You can use rancid to run the same commands on multiple devices:
cat <<_EOF_ > /tmp/x
conf term
logging host 10.10.2.4
end
_EOF_
clogin -x /tmp/x devName1 devName2 ... devNameN
get rancid from http://www.shrubbery.net/rancid/
For windows you'll als...
It is most annoying. See CSCts88978 - you can't stop it and cisco won't commit to fixing it.What it means is that the box wants to send the same syslog message as the previous syslog message. You have to go back through your log files to see what ...
if you're lucky & the router supports the 'log-input' keyword on acls just change the "log" keyword on the acl to "log-input" and the router will include the source mac address in the syslog msgfor example, if you've gotaccess-list 15 permit tcp 192....
what you're missing is that when the access port on sw1 goes down it generates a spanning tree topology change notice & the other switches go into fast aging mode. enable portfast on the sw1 access port & it won't send a tcn when the port goes up/dn...