Cisco Bridge 和 MAC 地址阻止

Cisco Bridge 和 MAC 地址阻止

我有两个地点,连接了两台 Cisco 861 路由器。它们使用网桥连接。子网相同,为 192.168.100.x。路由器通过提供商的 E-line 连接。

位置 A 是主位置(有互联网连接和主交换机和路由器),位置 B 是次要位置,只有几台 PC 和一个交换机。几年来一切都运行良好。

几天前,我将位置 B 中的一些 PC 换成了新的。在将它们连接到位置 B 之前,我在位置 A 中对它们进行了配置(加入域等),出于某种原因,这些 PC 的流量不会通过网桥。我直接在位置 B 连接了新的 PC(未配置),它工作正常,因此只有在位置 A 中连接然后移动到位置 B 的 PC 才会被阻止。我更改了 IP,但问题还是一样。我怀疑是 MAC 地址问题,所以我检查了位置 B 路由器上的 MAC 表,它具有正确的关联,但仍然没有流量。

该位置的新 PC 可以互相 PING 通,并且可以 PING 通同一位置的其他旧 PC,但无法 PING 位置 A 的设备,反之亦然。

version 15.0 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname SecondaryRouter ! boot-start-marker boot-end-marker ! enable secret 5 $1$LUD8$FHa3UHfIvd9QsiiCe4JLS1 ! no aaa new-model memory-size iomem 10 ! ! ip source-route ! ! ! ! ip cef ! ! license udi pid CISCO861-K9 sn FCZ1510918C ! ! ! ! ! ! ! bridge irb ! ! ! ! interface FastEthernet0 ! interface FastEthernet1 ! interface FastEthernet2 ! interface FastEthernet3 ! interface FastEthernet4 no ip address duplex auto speed auto ! interface FastEthernet4.1 encapsulation dot1Q 2 bridge-group 1 ! interface Vlan1 no ip address bridge-group 1 ! interface Vlan10 no ip address ! interface BVI1 ip address 192.168.100.151 255.255.255.0 ! ip forward-protocol nd no ip http server no ip http secure-server ! ! ! control-plane ! bridge 1 protocol ieee bridge 1 route ip ! line con 0 no modem enable line aux 0 line vty 0 4 password xxxxxx login ! scheduler max-task-time 5000 end


我忘了说,我清除了两个 861 路由器上的 MAC 表,并切断了所有交换机的电源,但问题仍然存在 -------- 我删除了 ARP 缓存,但问题仍然存在,现在两台 PC 可以 ping 通,并且可以通过网络 B 上的所有其他设备 ping 通,这是卡巴斯基导致的问题。因此,真正的问题一定出在网络 A 中,因为我更换了网络 B 中的交换机,只连接了两台 PC 和 Cisco 路由器,但问题仍然存在。我还清除了网络 A 中一台 PC 的 ARP 缓存,然后我用这台 PC ping 网络 B 中的这两台 PC,尽管我没有收到 ping 回复,但网络 A 中 PC 的 ARP 缓存中填充了这两台 PC 的正确 MAC 地址,因此存在某种流量,但未满,有什么想法吗?提前谢谢 HK

相关内容