配置Cisco路由器

配置ip地址

R1#configure terminal

R1(config)#interface fastEthernet 0/0

R1(config-if)#no shutdown

R1(config-if)#ip address 192.168.137.10 255.255.255.0

开启snmp代理

R1#configure terminal

R1(config)#snmp-server enable informs

R1(config)#snmp-server community public ro

先通过命令来查看是否能获取到数据

[root@radius ~]# snmpwalk -v2c -c public 192.168.137.10

往cacti里面添加路由器

3、为Cacti监控添加Cisco路由器_interface

3、为Cacti监控添加Cisco路由器_public_02

3、为Cacti监控添加Cisco路由器_address_03

3、为Cacti监控添加Cisco路由器_public_04

3、为Cacti监控添加Cisco路由器_address_05

3、为Cacti监控添加Cisco路由器_address_06

3、为Cacti监控添加Cisco路由器_路由器_07

3、为Cacti监控添加Cisco路由器_路由器_08

注意看如果不出图可能因为时间没有选对,或者因为crontab里面的时间没有设置正确

3、为Cacti监控添加Cisco路由器_interface_09

3、为Cacti监控添加Cisco路由器_address_10