这已经耗尽了我发现的所有资源,没有任何东西可以解释为什么除了管理 vLAN 之外启用任何 vLAN 都会自动关闭管理 vLAN,从而使它们的交换机端口对 IP 流量无用。
这是一个便携式 CCNA 实验室,并遵循 Cisco 探索 3 和 4 中的练习……创建新的管理 vLAN 或使用默认的管理 vLAN1 仍然在“不关闭”不同的 vLAN 后以管理方式关闭当前运行的 vLAN。
交换机不仅限于一个运行 vLAN,但为什么我的配置会在我“没有关闭”另一个 vLAN 的瞬间立即关闭另一个单一运行的 vLAN。
附上删减的运行配置,彻底穷尽故障排除方法。更多关于其他故障排除的建议是好的......
我需要对我有缺陷的配置进行一些熟练的窥视,而不是更多的建议,因为我已经彻底排除故障并将电缆切换到无限。
到现在为止,我倾向于在工作组交换机中使用一些隐蔽的 Cisco 限制,但 2940 似乎已经执行了所有功能而没有异议。
提前致谢
====运行配置(为了清晰起见而略过)
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
!
interface FastEthernet0/1
switchport access vlan 99
switchport mode dynamic auto
mdix auto
spanning-tree portfast
!
interface FastEthernet0/2
switchport access vlan 99
switchport mode dynamic auto
mdix auto
!
interface FastEthernet0/3
switchport access vlan 30
mdix auto
!
interface FastEthernet0/4
switchport access vlan 20
switchport trunk native vlan 20
switchport mode dynamic auto
mdix auto
===剪辑===
interface Vlan1
no ip address
no ip route-cache
shutdown
!
interface Vlan12
no ip address
no ip route-cache
!
interface Vlan20
ip address 172.16.20.20 255.255.255.0
no ip route-cache
shutdown
!
interface Vlan99
ip address 172.16.1.3 255.255.255.0
no ip route-cache
启用 VLAN 接口:
square(config-if-range)#inte vlan 99
square(config-if)#no shut
square(config-if)#
00:58:52: %LINK-3-UPDOWN: Interface Vlan99, changed state to up
00:58:52: %LINK-5-CHANGED: Interface Vlan20, changed state to administratively down
00:58:53: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan99, changed state to up
做 sh vlan 简短
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Fa0/5, Fa0/6, Fa0/7, Fa0/8
Gi0/1
10 FacultyStaff active
20 Students active Fa0/4
30 Guest active Fa0/3
99 ManagementNative active Fa0/1, Fa0/2
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup