我遇到网络问题。我的客户可以 ping Oracle ERP 服务器,但在访问 ERP 应用程序时经常遇到会话超时。我已经为 oracle 交换机配置了两个端口通道,并且两个端口通道配置在相同的设置中。我在 cisco siwtch 日志中找到了该消息,%SW_MATM-4-MACFLAP_NOTIF: Host 0010.e05c.ac14 in vlan 3 is flapping between port Po4 and port Po5
(核心开关)
在 cisco 核心交换机上运行配置:
interface
Port-channel4
description To Oracle Switch 2
switchport mode trunk
!
interface
Port-channel5
description To Oacle Switch 1
switchport mode trunk
!
interface GigabitEthernet1/0/11
description To Oracle switch 1
switchport mode trunk
channel-group 5 mode active
!
interface GigabitEthernet1/0/12
description To Oracle Switch 2
switchport mode trunk
channel-group 4 mode active
!
interface GigabitEthernet2/0/11
description To Oracle switch 1
switchport mode trunk
channel-group 5 mode active
!
interface GigabitEthernet2/0/12
description To Oracle Switch 2
switchport mode trunk
channel-group 4 mode active
!
如何处理mac地址飘动问题?我感谢任何建议和回应:)