Cisco和华为等各种设备SNMP协议的典型配置实例

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

Cisco和华为等各种设备SNMP协议的典型配置实例配置Cisco IOS设备

在IOS的Enable状态下,敲入

config terminal进入全局配置状态

Cdp run启用CDP

s nmp-server community gsunion ro 配置本路由器的只读字串为gsunion snmp-server community gsunion rw配置本路由器的读写字串为gsunion

snmp-server enable traps允许路由器将所有类型SNMP Trap发送出去

snmp-server host IP-address-server traps trapcomm 指定路由器SNMP Trap的接收者为,发送Trap时采用trapcomm作为字串

snmp-server trap-source loopback0将loopback接口的IP地址作为SNMP Trap的发送源地址

logging on 起动log机制

logging IP-address-server将log记录发送到 (CW2K安装机器的IP地址)上的syslog server

logging facility local7将记录事件类型定义为local7

logging trap warning 将记录事件严重级别定义为从warningl开始,一直到最紧急级别的事件全部记录到前边指定的syslog server.

logging source-interface loopback0指定记录事件的发送源地址为loopback0的IP地址

service timestamps log datetime发送记录事件的时候包含时间标记

enable password******

line vty 0 4

password ******

login local 设置Enable口令和Telnet口令

show running 显示并检查配置

copy running star t或write terminal保存配置

配置PIX设备

Logging on在PIX上面启用日志记录

Snmp-server community gsunion为PIX设备配置共同体串gsunion

Snmp-server enable traps 配置PIX设备将SNMP消息发送到网管服务器

S nmp-server host server-ip在PIX设备上面配置SNMP网管服务器

Logging history warning为PIX设备SNMP系统日志消息设置warning级别

使用SNMP管理及配置cisco交换机

配置详解

管理员需要配置SNMP代理使用管理工作站支持的SNMP版本。一个SNMP代理可以和多个SNMP管理者同时通信;因此你可以配置Cisco IOS软件与一个管理工作站通过SNMPv1通信,与第二个管理工作站通过SNMPv2c通信,同时与第三个管理工作站通过SNMPv3通信。

在IOS的Enable状态下,敲入

config terminal进入全局配置状态

Cdp run 启用CDP

snmp-server community gsunion ro配置本路由器的只读字串为gsunion snmp-server community gsunion rw 配置本路由器的读写字串为gsunion snmp-server enable traps允许路由器将所有类型SNMP Trap发送出去

snmp-server host IP-address-server traps trapcomm指定路由器SNMP Trap 的接收者为,发送Trap时采用trapcomm作为字串

snmp-server trap-source loopback0将loopback接口的IP地址作为SNMP Trap 的发送源地址

show running 显示并检查配置

copy running start或write terminal保存配置

配置Cisco设备的SNMP代理

配置Cisco设备上的SNMP代理的步骤如下:

启用SNMP:

configure terminal

snmp-server community rw/ro (example: snmp-server community public ro)end

copy running-configstartup-config

启用陷阱:

configure terminal

snmp-server enable traps snmp authentication

end

copy running-configstartup-config

配置snmp

#conf t

#snmp-server community cisco ro(只读);配置只读通信字符串

#snmp-server community secret rw(读写);配置读写通信字符串

#snmp-server enable traps ;配置网关SNMP TRAP

#snmp-server host rw;配置网关工作站地址

华为SNMP

[Router]snmp-agent使能snmp服务

[Router]snmp-agent local-engineid 800007DB0300E0FC0F6256全网唯一设备引擎ID

[Router]snmp-agent community read isPublic设置读团体名:isPublic [Router]snmp-agent community write isPrivate设置写团体名:isPrivate [Router]snmp-agent sys-info version all 选择网管snmpv1/v2/v3 [Router]snmp-agent sys-info contact

[Router]snmp-agent target-host trap address10.0.0.10port 69 parameters v1 securityname isPublic设置trap接收主机

[Router]snmp-agent sys-info location Huawei Tech. Beijing, China路由器位置

[Router]snmp-agent trap enable standard authentication coldstart linkdown linkup warmstart Trap的内容standard authentication coldstart linkdown linkup warmstart

[Router]snmp-agent trap enable system rap的内容system

一般只需要设置

snmp-agent 使能snmp服务

snmp-agent community read public设置一个SNMP Community,使用该

相关文档
最新文档