We are migrating to a new networksetup. If i enable port 41 (port from Arista to Dell switch) on the Arista switch we get the following errors @ the Cisco switch:
*Dec 11 13:26:58.742: %SPANTREE-2-UNBLOCK_CONSIST_PORT: Unblocking GigabitEthernet1/0/1 on VLAN0001. Port consistency restored.
*Dec 11 13:34:53.722: %SPANTREE-7-RECV_1Q_NON_TRUNK: Received 802.1Q BPDU on non trunk GigabitEthernet1/0/1 VLAN1.
Is it not possible to trunk with PVST over the network and convert the trunk to a vlan access port?
Or is the reason that we use RSTP on the Dell switch and the Dell switch don't sees the PVST-packets and forward it dumb to the access port?
Setup:
Arista switch <----> Dell switch <----> Cisco switch
Configs:
Arista switch:
spanning-tree mode rapid-pvst
spanning-tree mst 0 priority 8192
vlan 134
interface Ethernet41
description linktoDellSwitch
switchport mode trunk
Dell Switch:
vlan 134
(RSTP configured, IEEE 802.1w)
spanning-tree priority 4096
interface Te1/0/2
description "linktoArista"
switchport mode general
switchport general allowed vlan add 134 tagged
interface Te1/0/21
description "linktoCisco"
switchport access vlan 134
Cisco switch:
spanning-tree mode pvst
spanning-tree extend system-id
interface GigabitEthernet1/0/1
description linktoDell
* Default VLAN1 configurerd all ports.
No comments:
Post a Comment