要在Cisco设备中配置SNMP代理,用户必须拥有该设备的管理权限。
登录该设备并启用配置模式后,用户可以执行如下操作配置SNMP:
启用SNMP:
在命令提示符中运行如下命令:
#configure terminal
#snmp-server community <community_string> rw/ro (例如: snmp-server community
public ro,团体字串是public,权限是只读(read only))
#end
#copy running-config startup-config
启用陷阱:
在命令提示符中运行如下命令:
#configure terminal
#snmp-server enable traps snmp authentication (snmp enable traps 后边加trap的内容)
#end
#copy running-config startup-config
将OpManager服务器设置为陷阱报文发送的目标主机:
在命令提示符中运行如下命令:
#configure terminal
#snmp-server host <OpManager server running system's IP> <Trap community string>
snmp (example: snmp-server host 192.168.9.58 public snmp)
#end
#copy running-config startup-config