Vlan Trunk 问题
拓扑如上,SW1,SW2的e0/3端口做Trunk,R1连在SW1的e0/0,R2连在SW2的e0/0,端口配置如下,
R1:
interface Ethernet0/0
ip address 1.1.1.1 255.255.255.0
end
R2:
interface Ethernet0/0
ip address 1.1.1.2 255.255.255.0
end
SW1:
SW1(config)#do sh run int e0/0
Building configuration...
Current configuration : 93 bytes
!
interface Ethernet0/0
switchport access vlan 11
switchport mode access
duplex auto
end
SW2:
SW2(config)#do sh run int e0/0
Building configuration...
Current configuration : 93 bytes
!
interface Ethernet0/0
switchport access vlan 11
switchport mode access
duplex auto
end
R1是ping不通的R2的,在两台2960交换机上做是可以的,请问这是IOU的Bug?
从配置上来看,没有问题的,属于正常场景连接。
可以在出现问题的时候,在交换机上用show int trun和show int et0/0给我看下。
我们再做判断。 Jeff. 发表于 2013-12-11 20:55
从配置上来看,没有问题的,属于正常场景连接。
可以在出现问题的时候,在交换机上用show int trun和sho ...
ikez 发表于 2013-12-13 09:54
建议把SW2的show int trunk 也show 出来,还有show ip int brief?
根据你给出的信息无法判断。
交换机没有vlan11
页:
[1]