发新话题
打印

[故障求助] 三层VLAN问题。在线求救。。。

三层VLAN问题。在线求救。。。

screen.width*0.6) {this.width=screen.width*0.6;this.   />


sw1和sw2是3550 sw3 和sw4是29
第一个SW1是主交换。。。第二个SW2为辅交换
两个PC的地址分别为192.168.1.0段的地址

现在要实现两个PC通信。。。。


两个2900
sw(config)#vlan 88 name xx
sw(config)#int f0/1
sw(config-if)#sw trunk en dot1q
sw(config-if)#sw mod tr
sw(config-if)#no shut
sw(config)#int f0/2
sw(config-if)#sw mod acc
sw(config-if)#sw acc vlan 88
sw(config-if)#no shut
f0/2下边接PC


3550 (辅)
sw(config)#int f0/2
sw(config-if)#sw trunk en dot1q
sw(config-if)#sw mod tr
sw(config-if)#sw trun all vlan 88
sw(config-if)#no shut
sw(config)#int f0/3
sw(config-if)#sw trunk en dot1q
sw(config-if)#sw mod tr
sw(config-if)#sw trun all vlan 88
sw(config-if)#no shut
f0/2 连接sw3
f0/3 连接sw4


步揍哪里有错误啊。。。。帮帮我。。两个PC PING 不通

[ 本帖最后由 劣人 于 2007-7-5 16:58 编辑 ]

TOP

去掉。trunk 已经默认所有vlan了,没必要再allow.

TOP

最好把更加详细的配置贴出来,你vlan配置好象是没有什么问题的

TOP

是呀   这样才能看好呢  ~~

TOP

发新话题