如题·所述。
平台都是linux系统,防火墙全部关闭。
a 与 b能平通,但是 a 往广播地址 224.0.0.23 发包。
但b 从224.0.0.23广播上抓包发现没有包。
a的 ip: 10.22.1.123 netmask 255.0.0.0
a的路由: Destination Gateway
0.0.0.0 10.22.1.254
10.0.0.0 0.0.0.0
10.22.4.0. 10.22.1.254
b的 ip: 10.22.4.11 netmask:255.255.255.0
b的路由: Destination Gateway
0.0.0.0 10.22.4.254
10.22.4.0 0.0.0.0
该如何解决此问题。。。
参考这个:
设置干线trunk
将连接两个交换机的端口设置成trunk。
SWA(config)#int f0/8
SWA(config-if)#switchport mode trunk
SWA(config-if)#switchport trunk allowed vlan 1,2,3
SWA(config-if)#switchport trunk encap dot1q
SWA(config-if)#end
SWA#show run