Hi, I have 3 x HP-2610-24 switches and would like to expand the configuration so they connect like a triangle, so if one link goes down, traffic will automatically flow the other way.
An overview of connections is below.
HP-2610-CORE (port 27) -> HP-2610-SW1 (port 27)
HP-2610-CORE (port 28) -> HP-2610-SW2 (port 27)
HP-2610-SW1 (port 28) -> HP-2610-SW2 (port 28)
My basic configuration is below, could you please advise how I can achieve the above with spanning tree or other technique.
Do i need to enable port-fast or anything similair?
Many thanks in advance
hostname "HP-2610-CORE"
qos dscp-map 101110 priority 6
ip default-gateway 192.168.0.1
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-25
ip address 192.168.0.32 255.255.255.0
tagged 27-28
no untagged 26
exit
vlan 43
name "VOICE_VLAN"
untagged 26
ip address 192.168.43.1 255.255.255.0
qos priority 6
tagged 1-25,27-28
exit
qos device-priority 192.168.43.2 priority 6
spanning-tree
spanning-tree priority 1
hostname "HP-2610-SW1"
qos dscp-map 101110 priority 6
ip default-gateway 192.168.0.1
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-24
ip address 192.168.0.33 255.255.255.0
tagged 25-28
exit
vlan 43
name "VOICE_VLAN"
tagged 1-28
exit
spanning-tree
hostname "HP-2610-SW2"
qos dscp-map 101110 priority 6
ip default-gateway 192.168.0.1
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-24
ip address 192.168.0.34 255.255.255.0
tagged 25-28
exit
vlan 43
name "VOICE_VLAN"
tagged 1-28
exit
spanning-tree
An overview of connections is below.
HP-2610-CORE (port 27) -> HP-2610-SW1 (port 27)
HP-2610-CORE (port 28) -> HP-2610-SW2 (port 27)
HP-2610-SW1 (port 28) -> HP-2610-SW2 (port 28)
My basic configuration is below, could you please advise how I can achieve the above with spanning tree or other technique.
Do i need to enable port-fast or anything similair?
Many thanks in advance
hostname "HP-2610-CORE"
qos dscp-map 101110 priority 6
ip default-gateway 192.168.0.1
ip routing
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-25
ip address 192.168.0.32 255.255.255.0
tagged 27-28
no untagged 26
exit
vlan 43
name "VOICE_VLAN"
untagged 26
ip address 192.168.43.1 255.255.255.0
qos priority 6
tagged 1-25,27-28
exit
qos device-priority 192.168.43.2 priority 6
spanning-tree
spanning-tree priority 1
hostname "HP-2610-SW1"
qos dscp-map 101110 priority 6
ip default-gateway 192.168.0.1
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-24
ip address 192.168.0.33 255.255.255.0
tagged 25-28
exit
vlan 43
name "VOICE_VLAN"
tagged 1-28
exit
spanning-tree
hostname "HP-2610-SW2"
qos dscp-map 101110 priority 6
ip default-gateway 192.168.0.1
snmp-server community "public" Unrestricted
vlan 1
name "DEFAULT_VLAN"
untagged 1-24
ip address 192.168.0.34 255.255.255.0
tagged 25-28
exit
vlan 43
name "VOICE_VLAN"
tagged 1-28
exit
spanning-tree