关于思科交换机的日志输出问题
你还要在交换机上设置snmp trap,说白了就是当交换机的某些状态变化时自动发一条消息给syslog服务器。
在我的3750上面默认有如下的trap
sw01(config)#snmp-server enable traps
bridge Enable SNMP STP Bridge MIB traps
cluster Enable Cluster traps
config Enable SNMP config traps
copy-config Enable SNMP config-copy traps
entity Enable SNMP entity traps
envmon Enable SNMP environmental monitor traps
flash Enable SNMP FLASH notifications
fru-ctrl Enable SNMP entity FRU control traps
hsrp Enable SNMP HSRP traps
mac-notification Enable SNMP MAC Notification traps
port-security Enable SNMP port security traps
rtr Enable SNMP Response Time Reporter traps
snmp Enable SNMP traps
stpx Enable SNMP STPX MIB traps
syslog Enable SNMP syslog traps
vlan-membership Enable SNMP VLAN membership traps
vlancreate Enable SNMP VLAN created traps
vlandelete Enable SNMP VLAN deleted traps
vtp Enable SNMP VTP traps
<cr>
如果开启的话,上面的配置每发生一次变化就会发送一条消息出去。IOS版本不一样,支持的trap有多有少。
在配置模式下输入snmp-server enable traps就开启了。但是还得加点条件。
比如说接收trap的服务器地址:snmp-server host 192168xx traps xxxxx
把命令帖完格式全变了,给你帖个图上来吧。
我们可以使用以下命令来启用日志,本地日志记录500行,并循环覆盖。
首先登录管理模式,然后输入以下命令。
#logging on 开启日志
#logging buffer 500 设置本地日志500条
#lofging mode fullcycle 设置日志清理方式
#logging level notifications 设置日志缓存中保存的日志级别。
0条评论