KeyWords: SNMP Trap 8510
CCO上的好东东就是多,最近又读到一篇好的文章,摘要给大家说说。请看以下几条命令,怎么理解呢:
snmp-server host 10.10.10.10 public config bgp tty
snmp-server host 11.11.11.11 public bgp
snmp-server host 12.12.12.12 version 2c public
snmp-server enable traps config
snmp-server enable traps bgp
snmp-server enable traps dlsw
Snmp-server host命令是说设备上的SNMP Agent可以把config、bgp、tty 这三种类型的trap 发往主机10.10.10.10, 而对11.11.11.11只需发送bgp 的trap,对12.12.12.12可以发送所有的Trap. Snmp-server enable命令说明系统目前答应发送config 和 bgp 及dlsw三种trap(不管对哪台主机)。综合起来结果就是host 10.10.10.10 收到bgp 和config 类型的trap; host 11可以收到bgp 类型的trap, host 12将收到全部三总类型的trap: config 和 bgp 及dlsw。
snmp-server host 默认trap 版本1, 默认community 取自snmp-server comm ...命令 (read-only comm string)。
snmp-server host inform 还可以让Agent以inform 方式而不是以trap方式发送消息,需SNMP V2以上才支持。
snmp-server enable traps 默认发送所有trap 假如指定发送某一种类型的trap, 还可能有具体的参数。如snmp-server enable traps snmp linkup linkdown 命令linkup和linkdown是snmp 这种trap类型的可选参数。
这篇文章的源地址是:http://www.cisco.com/warp/customer/477/SNMP/snmp_traps.Html。最近在CCO上还找到一个介绍TAC资源及使用方法的PPT,强烈推荐各位对TAC上各种工具不够熟悉的朋友下载下来看看,地址:http://www.cisco.com/public/news_training/ppt/TAC_Web_General_Overview_04Mar02.ppt。这个PPT里介绍了一个叫Software Advisor 的新工具,将取代原有的CatOS、IOS Feature Navigator (查找支持某一功能的软件、比较不同的软件所支持的功能)和Hardware-Software Compatability Matrix (支持特定硬件所需要的软件版本)等等,非常好用。
最近更换8510的MSRP的时候,还发现一点小技巧:由于备件出厂时灌的IOS (cat8510m-wp-mz.120-1a.W5.5b.bin)不认ARM和FE模块,得把ARM和FE模块先拆掉,再升级MSRP的软件,不然治理端口E2/0/0可能不通。
另外自检的时候假如说bootflash failure (红灯,show diag power-on 可见Bootflash 自检记录为Failure),可以把bootflash格式化了重新灌IOS。要注重格式化的过程,假如出错...再格式化一遍。:-) 操作记录:
Switch#format bootflash:
Format operation may take a while. Continue? [confirm]
Format operation will destroy all data in "bootflash:". Continue? [confirm]
Formattng sector 53
00:03:12: %CI-3-PSFAIL: Formatting sector 49
00:03:15: %CI-6-PFormatting sector 1
Format of bootflash: complete
Switch#format bootflash:
Format operation may take a while. Continue? [confirm]
Format operation will destroy all data in "bootflash:". Continue? [confirm]
Formatting sector 1
Format of bootflash: complete
Switch#
到这里别忘了把IOS灌回去啊...重启之后,系统自检通过,指示灯正常(Faint)。
最后,有位朋友来信说Catalyst 2950在Ciscoworks 2000的Topology Service里显示不正常,即使是已经安装了最新的设备更新包。哪位朋友手头有Ciscoworks 和2950的话,请帮忙试一试。介绍几个常用的Ciscoworks相关网址:
设备更新包下载; Technical Tips; Java runtime environment(JRE)下载地址: 最新版本 较旧版本[[The No.4Link End.]]。