1、两台PC通过三个交换机实现互通

1、两台PC通过三个交换机实现互通

拓扑图
1、两台PC通过三个交换机实现互通_第1张图片
交换机配置

CE6800-CE5
vlan batch 40 50
interface GE1/0/0
 undo shutdown
 port default vlan 50
interface GE1/0/1
 undo shutdown
 port link-type trunk
 port trunk allow-pass vlan 40 50

CE6800-CE6
vlan batch 40 50
interface GE1/0/0
 undo shutdown
 port default vlan 40
interface GE1/0/1
 undo shutdown
 port link-type trunk
 port trunk allow-pass vlan 40 50

CE6800-CE7
vlan batch 40 50
interface Vlanif40
 ip address 10.10.40.254 255.255.255.0
interface Vlanif50
ip address 10.10.50.254 255.255.255.0
interface GE1/0/1
 undo shutdown
 port link-type trunk
 port trunk allow-pass vlan 40 50
interface GE1/0/2
 undo shutdown
 port link-type trunk
 port trunk allow-pass vlan 40 50

你可能感兴趣的:(1、两台PC通过三个交换机实现互通)