笔记本电脑如何查看交换机的日志?
2、然后用命令查看show logging buffer 查看最近的日志,
3、如果你要所有日志就只有建立日志服务器,
4、如果你网内有linux或者unix服务器就方便了,只需启动一个服务,修改几个参数,
1、首先双击打开robotframework的操作界面,选择打开tools选项中的run tests设置。
2、然后出现的界面中,就能看到其中的日记log目录。
3、然后打开电脑上的浏览器,点击地址栏,输入想要查看的日记目录,回车确定。
4、最后在弹出的网页中,就可以看到交换机日志,点击就可以查看了。
你还要在交换机上设置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
把命令帖完格式全变了,给你帖个图上来吧。
0条评论