Overview
This screencast starts by showing you how to enable SNMP on a Cisco router (please note the configuration of other Cisco devices such as catalyst switches is slightly different). Then we look at getting all log messages forwarded through to Zenoss so they show up as Zenoss events. I then go back and setup forwarding of the /var/log/syslog to Zenoss on the Linux server we configured in the first Zenoss screencast.
(I ran over the youtube limit of 10 minutes with this video and so had to upload it to google video instead. As a result the quality isn’t quite as good. Sorry, won’t happen again)
Resources
Cisco configuration
en conf t hostname router1 int fa0/0 ip address 172.16.1.5 255.255.255.0 exit snmp-server community public RO snmp-server contact Joe Admin snmp-server location Brisbane QLD Australia logging 172.16.1.1 copy run start
Linux Configuration:
vim /etc/syslog.conf (add the line: *.* @172.16.1.1) update-rc.d sysklogd restart