cancel
Showing results for 
Search instead for 
Did you mean: 

Extreme Summit X440 to Cisco Catalyst C2960X Spanning tree

Extreme Summit X440 to Cisco Catalyst C2960X Spanning tree

Edgar_Dattoli
New Contributor
Hi.
I need to add and connect a X440 stack to an on-production Cisco switch ring.
Somebody can help me to know the right spanning tree configuration for the X440 to be compatible with the existing Cisco spanning tree configuration?
This is the spanning tree an uplink interfaces config at the Cisco switches:

spanning-tree mode rapid-pvstspanning-tree loopguard default
spanning-tree portfast default
spanning-tree extend system-id
spanning-tree vlan 1-4094 priority 61440

interface GigabitEthernet1/0/25
switchport mode trunk
switchport nonegotiate
load-interval 30
storm-control broadcast level 30.00
end

interface GigabitEthernet1/0/26
switchport mode trunk
switchport nonegotiate
load-interval 30
storm-control broadcast level 30.00
end

Exos version: 15.3.1.4

Thanks!
8 REPLIES 8

a) Yes that should work
b) Yes these would be the uplink/ring ports

a) then if I have 25 vlans, I can use your example config and just add a line 'configure stpd "domain_test" add vlan' for each of the 25 vlans. Right?

b) The parameter refers to the uplink ports?

Edgar_Dattoli
New Contributor
Hi Dorian, and thanks for the reply.
Some questions:

1. The Extreme pvst-plus is compatible with the Cisco rapid-past?
2. About the sample, the what is the VLAN 10?
3. I must create a stpd domain for each VLAN y my network?

Bests

Dorian_Perry
Extreme Employee
Hi Edgar,

Here is a sample EXOS configuration that should work with what you have on the Cisco Side:

#Extreme Configuration (EXOS)#
conf vlan default delete port 1,3
create vlan test
config vlan test tag 10
config vlan test add ports 1,3 tagged
disable edp port 1,3

create stpd domain_test
conf stpd "domain_test" add vlan "test" ports 1,3 pvst-plus
conf stpd "domain_test" tag 10
configure stpd "domain_test" mode dot1w
conf stpd "domain_test" default-encapsulation pvst-plus
conf stpd "domain_test" ports link-type point-to-point 1,3
enable stpd "domain_test"

GTM-P2G8KFN