Думаю многие сталкивались с подобного рода проблемой.
Работал себе канал, работал и в один прекрасный день захворал
А именно, на SW#1 посыпались флапы:
Oct 12 23:53:35.816: %SW_MATM-4-MACFLAP_NOTIF: Host 0021.59c4.xxxx in vlan 10 is flapping between port Gi0/10 and port Gi0/7
Oct 12 23:54:45.425: %SW_MATM-4-MACFLAP_NOTIF: Host 0021.59c4.xxxx in vlan 10 is flapping between port Gi0/10 and port Gi0/7
Причём происходит это, только после того как канал уходит за 400Мбит/с.
При этом:
show processes cpu history
- Код: Выделить всё
5555566666666665555555555555555555555555444444444466666555
100
90
80
70
60
50
40
30
20
10 **************************************** ********
0....5....1....1....2....2....3....3....4....4....5....5....
0 5 0 5 0 5 0 5 0 5
CPU% per second (last 60 seconds)
44
2267565675666756667556576666655567565576555756557665575555
100
90
80
70
60
50
40 **
30 **
20 **
10 ####*#**#**#***##****#***#******##*****#***#*#**##********
0....5....1....1....2....2....3....3....4....4....5....5....
0 5 0 5 0 5 0 5 0 5
CPU% per minute (last 60 minutes)
* = maximum CPU% # = average CPU%
1 1 1 1 1 1
5787888888888888888378898888878887777878888787787788877888878877787877
100
90
80
70
60
50
40
30
20 * * * * *
10 ***********#**********************************************************
0....5....1....1....2....2....3....3....4....4....5....5....6....6....7.
0 5 0 5 0 5 0 5 0 5 0 5 0
CPU% per hour (last 72 hours)
* = maximum CPU% # = average CPU%
Первым делом воспользовался поиском на сайте cisco.com, нашёл:
SW_MATM Messages
This section contains the Mac address table manager messages.
Error Message SW_MATM-4-MACFLAP_NOTIF: Host [enet] in [chars] [dec] is flapping
between port [chars] and port [chars]
Recommended Action The switch found the traffic from the specified host flapping between the specified ports. [enet] is the host MAC address, [chars] [dec] is the switch ID, the first and second [chars] are the ports between which the host traffic is flapping.
Recommended Action Check the network switches for misconfigurations that might cause a data-forwarding loop.
Но это не мой случай.
Поэтому просьба поделиться опытом в решении.
Топология канала
Конфигурация интерфейсов
SW#1
- Код: Выделить всё
interface GigabitEthernet0/7
switchport trunk allowed vlan 10,20
switchport mode trunk
switchport nonegotiate
logging event trunk-status
logging event bundle-status
logging event spanning-tree
spanning-tree portfast trunk
spanning-tree bpdufilter enable
end
interface GigabitEthernet0/10
switchport trunk allowed vlan 10,20
switchport mode trunk
switchport nonegotiate
logging event trunk-status
logging event bundle-status
logging event spanning-tree
spanning-tree bpdufilter disable
end
SW#2
- Код: Выделить всё
interface GigabitEthernet0/14
switchport access vlan 10
switchport mode access
switchport nonegotiate
logging event trunk-status
logging event bundle-status
logging event spanning-tree
no cdp enable
spanning-tree portfast trunk
spanning-tree bpdufilter enable
end
interface GigabitEthernet0/23
switchport trunk allowed vlan 10,20
switchport mode trunk
switchport nonegotiate
logging event trunk-status
logging event bundle-status
logging event spanning-tree
spanning-tree bpdufilter disable
end
Коммутатор между собой завязаны оптикой, SFP.
К клиенту смотрит оптика, с двух сторон гигабитные конвертеры.