Назад | Перейти на главную страницу

Как подключить два Cisco Catalyst 2950 по локальной сети?

Я пытаюсь подключить (2) Cisco Catalyst 2950 через соответствующие порты FastEthernet 0/1 каждого, но по какой-то причине они не обмениваются данными. Я делаю это, чтобы физически расширить свою сеть и добавить больше сетевых портов.

На SwitchA (10.10.10.1) у меня есть:

!
interface Porth-Channel1
 description UPLINK
 switchport mode trunk
 switchport nonegotiate
 flowcontrol send off
end
!
interface FastEthernet0/1
 description ETHERNET-UPLINK
 switchport mode trunk
 channel-group 1 mode active
end

На SwitchB (10.10.10.2) у меня есть:

!
interface Porth-Channel1
 description UPLINK
 switchport mode trunk
 switchport nonegotiate
 flowcontrol send off
end
!
interface FastEthernet0/1
 description ETHERNET-UPLINK
 switchport mode trunk
 channel-group 1 mode active
end

У меня такая же конфигурация настроена на 8-портовый 2960 (SwitchC), и если я подключу FastEthernet 0/1 SwitchC к SwitchB или SwitchA, он работает. Но если я подключу FastEthernet 0/1 SwitchB к SwitchA, это не сработает.

Я что-то упускаю? Как я могу подключить 2 коммутатора Cisco 2950 вместе?

ОБНОВЛЕНИЕ 1

На SwitchA:

#show int port-channel 1 trunk

Port        Mode         Encapsulation  Status        Native vlan
Po1         on           802.1q         trunking      1

Port      Vlans allowed on trunk
Po1         1-4094

Port        Vlans allowed and active in management domain
Po1         1-2,5,30,112,115,120

Port        Vlans in spanning tree forwarding state and not pruned
Po1         1-2,5,30,112,115,120

На SwitchB:

#show int port-channel 1 trunk

Port        Mode         Encapsulation  Status        Native vlan
Po1         on           802.1q         trunking      1

Port      Vlans allowed on trunk
Po1         none

Port        Vlans allowed and active in management domain
Po1         none

Port        Vlans in spanning tree forwarding state and not pruned
Po1         none

Для SwitchB я попытался добавить все разрешенные vlan, но это ничего не меняет:

#config t
#int port-channel 1
#switchport trunk allowed vlan all

Я также пробовал:

#switchport trunk allowed vlan 1-4094

Но разрешенный vlan не меняется на то, что я ему говорю. Как это исправить?

ОБНОВЛЕНИЕ 2

Я запустил show int po1 switchport на обоих переключателях:

SwitchA

#show int po1 switchport
Name: Po1
Switchport: Enabled
Administrative Mode: trunk
Operational Mode: trunk
Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: dot1q
Negotiation of Trunking: Off
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 1 (default)
Voice VLAN: none
Administrative private-vlan host-association: none
Administrative private-vlan mapping: none
Administrative private-vlan trunk native VLAN: none
Administrative private-vlan trunk encapsulation: dot1q
Administrative private-vlan trunk normal VLANs: none
Administrative private-vlan trunk private VLANs: none
Operational private-vlan: none
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001
Protected: false

Appliance trust: none

SwitchB

#show int po1 switchport
Name: Po1
Switchport: Enabled
Administrative Mode: trunk
Operational Mode: down
Administrative Trunking Encapsulation: dot1q
Negotiation of Trunking: Off
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 1 (default)
Voice VLAN: none
Administrative private-vlan host-association: none
Administrative private-vlan mapping: none
Administrative private-vlan trunk native VLAN: none
Administrative private-vlan trunk encapsulation: dot1q
Administrative private-vlan trunk normal VLANs: none
Administrative private-vlan trunk private VLANs: none
Operational private-vlan: none
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001
Protected: false

Appliance trust: none

До сих пор не знаю, почему show int po1 trunk показывает Vlans allowed on trunk: none

Почему вы в первую очередь используете Порт-канал? Я не вижу, чтобы с этим каналом порта связаны какие-либо интерфейсы.

Попробуйте добавить вланы на Fa0/1.

Switch(config-if)# switchport trunk allowed vlan add 1

Кроме того, у вас включен auto-MDIX? Если нет, убедитесь, что вы используете перекрестные кабели или включите auto-MDIX на интерфейсе:

Switch(config-if)# mdix auto