
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 编辑 ]