1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
| Switch(config) Switch(config)
Switch(config-if) Switch(config-if) Switch(config-if)
Switch(config-if)
interface GigabitEthernet1/0/49 description to_bangonghuiju switchport mode trunk ip dhcp snooping trust !
Switch(config) Switch(config) Switch(config) Switch(config) Switch(config-line)
line con 0 password hrswpass login line vty 0 4 password hrswpass login local line vty 5 15 password hrswpass login
Switch(config) Switch(config) Switch(config) Switch(config-if) Switch(config)
地址池 ip pool vlan1012 gateway-list 10.50.12.1 network 10.50.12.0 mask 255.255.255.0
option 43 ip-address 10.50.1.254 10.50.1.253 option 43 sub-option 3 ascii 10.50.1.254 10.50.1.253
以下3个配置等价,任选1个即可。 dhcp server option 43 sub-option 1 hex c0a86401 dhcp server option 43 sub-option 2 ip-address 192.168.100.1 dhcp server option 43 sub-option 3 ascii 192.168.100.1
无线配置 system-view wlan [ap auth-mode mac-auth]
ap-id 819 type-id 144 ap-mac 9844-CE7F-2570 ap-sn 2102353VURW0M6002888 ap-name LYG-AP0819 Y ap-group AP-ZhiJi-1 Y
ap-id 603 type-id 174 ap-mac f09b-b870-3c30 ap-sn 2102353VUR10M7002093 ap-name LYG-AP0603 y ap-group YW-ALL y
dis stp brief dis stp topology-change 查看stp变化信息-来源 dis stp tc-bpdu statistics 查看stp发送bpdu信息
1、 观察现象:网络访问变得很慢,交换机业务口act指示灯狂闪烁,甚至有设备自动重启 2、 设备上确认: display interface brif | inc up,查看接口收发流量是否很大; Display interface 查看接口是否与大量广播报文拥塞; display mac-address flapping record查看设备上地址飘逸记录表 3、 应急措施:针对步骤2将异常接口shutdown,看业务是否恢复 4、 后期排查:业务低峰器问题复现, 登陆设备用dis stp br查看生成树状态(端口角色和转发状态); 用dis stp region等看配置; 用dis lldp nei brif梳理交换网络物理连接情况; 诊断视图下dis stp history看生成树状态老化信息。
Topology change initiator(notified) :XGigabitEthernet0/0/9 Topology change initiator(detected)
某个mac地址上下记录 display station offline-record sta-mac 30f6-ef10-0f77 display station online-fail-record sta-mac xx
Hr@shnsnmp
snmp-server community Hr@lygsnmp RO snmp-server host 10.50.2.23 version 2c Hr@lygsnmp udp-port 161
hostname ShangDong_router_10.52.0.2
snmp-server start snmp-server community Hr@lygsnmp ro snmp-server host 10.50.2.23 traps community Hr@lygsnmp version 2 port 161
interface Vlanif3002 description description link_to_ZJ1C_ProdCore_255.51 ip add 10.50.255.50 31 q interface Eth-Trunk11 description link_to_ZJ1C_ProdCore_255.51 port link-type access port default vlan 3002 mode lacp q
ip route-static 10.15.96.0 255.255.248.0 10.50.255.51
1
|