Quick Start: Monitor a Cisco Router with Nagios This quickstart assumes you are one of those that cannot stand to read directions and hope to find the answers quickly. Note: this assumes you have a working Nagios server.
Install the Necessary SNMP Programs The first thing you want to do is check what packages are available for Centos or the distribution that you are using. These packages often get the names changed so it is hard to know if they are in the repository.
Router(config)#snmp-server community public ro Router(config)#access-list 60 permit 192.168.5.103
Use snmpwalk to locate MIBs snmpwalk is installed as one of the utilities above. This is an invaluable took in setting up monitoring.
snmpwalk -v1 -c public 192.168.5.221 | less
In this whole string of MIBs, you will want to discover the name of your Ethernet port so you can monitor it. Each vendor will have a different name, here it is "Ethernet0".