SWITCH DOESNT RECOGNISE ROOT PORT WHEN CONNECT WITH HUAWEI SWITCH
Hi @Maximums
Thanks for posting in our business forum.
Maximums wrote
@Clive_A thank you for Replying.
We are an isp and we have arround 30+ switches in RSTP.
we have Huawei switch as core Switch.. when we connect Tplink with Huawei switch say huawei port 1 to tplink port 1. Port gets up but it shows port role Designated on tplink port1. the same port should become Root.
when i connect maipu or edgcore switch in between huawei and tplink .. port 1 on tplink becomes port role Root.
kindly give us a solution over this ...
Change the priority of the RSTP on the TP-Link. Will it be recognized as the Root?
The priority of other vendors might be higher than our default value. That might be the case where you see a different result.
---------------------------------------------------------------------------------------------------------------------------------
Hello, @Clive_A
sorry we couldn't continue on this rectification.
Change the priority of the RSTP on the TP-Link. Will it be recognized as the Root?
We tried this but didnt work
The priority of other vendors might be higher than our default value. That might be the case where you see a different result.
32768 this same on all switches in network
Im sharing you configuration as below..
location ""
contact-info "Alien"
serial_port baud_rate 38400
#
#
system-time ntp UTC+08:00
no system-time dst
#
#
#
#
user name admin privilege admin secret 5
no service reset-disable
#
#
#
#
#
#
#
#
#
ip ssh server
#
#
spanning-tree
spanning-tree mode rstp
#
snmp-server
snmp-server community "" read-only "viewDefault"
#
#
ip route 0.0.0.0 0.0.0.0
#
#
#
#
#
#
#
#
#
#
#
no controller cloud-based
interface vlan 1
ip address-alloc dhcp
ipv6 enable
#
interface vlan 200
ip address 10.10.220.55 255.255.255.0
no ipv6 enable
#
interface ten-gigabitEthernet 1/0/1
switchport general allowed vlan 907 untagged
switchport pvid 907
#
interface ten-gigabitEthernet 1/0/2
switchport general allowed vlan 2-500,907 tagged
switchport general allowed vlan all
spanning-tree
spanning-tree common-config point-to-point close
spanning-tree bpdufilter
spanning-tree bpduguard
#
interface ten-gigabitEthernet 1/0/3
switchport general allowed vlan 2-500,907 tagged
switchport general allowed vlan all
spanning-tree
#
interface ten-gigabitEthernet 1/0/4
switchport general allowed vlan 2-500,907 tagged
switchport general allowed vlan all
spanning-tree
#
interface ten-gigabitEthernet 1/0/5
switchport general allowed vlan 907 untagged
switchport pvid 907
#
interface ten-gigabitEthernet 1/0/6
spanning-tree
#
interface ten-gigabitEthernet 1/0/7
#
interface ten-gigabitEthernet 1/0/8
#
end
When we Checked STP we got below
TL-SX3008F#show spanning-tree active
Spanning tree is enabled
Spanning-tree's mode: RSTP (802.1w Rapid Spanning Tree Protocol)
Latest topology change time: 2024-11-12 16:44:54
Root Bridge
Priority : 32768
Address : 28-87-ba-a5-98-54
Local bridge is the root bridge
Designated Bridge
Priority : 32768
Address : 28-87-ba-a5-98-54
Local Bridge
Priority : 32768
Address : 28-87-ba-a5-98-54
Interface State Prio Ext-Cost Int-Cost Edge P2p Mode Role Status LAG
--------- ------- ---- -------- -------- ---- --------- ----- ----- ------ ----
Te1/0/2 Enable 128 2000 2000 No No Rstp Desg Fwd N/A
If you check here it Status Shows as Forwarding..
kindly give us a solution ....