I am trying to figure out the behavior of rstp/per-vlan when two link's vlan port association(VPA) are different: one end is untagged, the other end is tagged.
original topo:
Code: Select all
(untag) (untag) (untag) (untag)
2/1/18 1/1/18 1/1/3 1/1/4
os6900-202 +----------+ os6900-203 +----------+ os6860-204
When I change the os6900-202's 2/1/18 from untagged to tagged. According to the aos 8 network configuration guide, os6900-203's single spantree instance will untag bpdu through 1/1/18, but os6900-202 could not received it because 2/1/18 is a tagged port.
So os6900-202 should take the root bridge role and 2/1/18 should be desginated port. but the real is os6900-202 is designated bridge, and 2/1/18 is root port. why?
result:
Code: Select all
os6900-202 > show spantree vlan 21
Spanning Tree Parameters for Vlan 21
Spanning Tree Status : ON,
Protocol : IEEE Rapid STP,
mode : Per VLAN (1 STP per Vlan),
Priority : 32768 (0x8000),
Bridge ID : 8000-e8:e7:32:4a:58:99,
Designated Root : 1000-e8:e7:32:4a:5b:a9,
Cost to Root Bridge : 2,
Root Port : 2/1/18,
TxHoldCount : 3,
Topology Changes : 16,
Topology age : 00:31:40,
Last TC Rcvd Port : 2/1/18,
Last TC Rcvd Bridge : 1000-e8:e7:32:4a:5b:a9,
Current Parameters (seconds)
Max Age = 20,
Forward Delay = 15,
Hello Time = 2
Parameters system uses when attempting to become root
System Max Age = 20,
System Forward Delay = 15,
System Hello Time = 2
os6900-202 > show spantree vlan 21 ports
Spanning Tree Port Summary for Vlan 21
Oper Path Desig Prim. Op Op Loop
Port St Cost Cost Role Port Cnx Edg Guard Desig Bridge ID Note
-------+----+-------+-------+----+-------+---+---+------+----------------------+------
2/1/18 FORW 2 0 ROOT 2/1/18 PTP NO DIS 1000-e8:e7:32:4a:5b:a9
os6900-203 > show spantree vlan 21
Spanning Tree Parameters for Vlan 21
Spanning Tree Status : ON,
Protocol : IEEE Rapid STP,
mode : Per VLAN (1 STP per Vlan),
Priority : 4096 (0x1000),
Bridge ID : 1000-e8:e7:32:4a:5b:a9,
Designated Root : 1000-e8:e7:32:4a:5b:a9,
Cost to Root Bridge : 0,
Root Port : None,
TxHoldCount : 3,
Topology Changes : 15,
Topology age : 01:51:52,
Last TC Rcvd Port : 1/1/3,
Last TC Rcvd Bridge : 8000-e8:e7:32:fa:94:db,
Current Parameters (seconds)
Max Age = 20,
Forward Delay = 15,
Hello Time = 2
Parameters system uses when attempting to become root
System Max Age = 20,
System Forward Delay = 15,
System Hello Time = 2
os6900-203 > show spantree vlan 21 ports
Spanning Tree Port Summary for Vlan 21
Oper Path Desig Prim. Op Op Loop
Port St Cost Cost Role Port Cnx Edg Guard Desig Bridge ID Note
-------+----+-------+-------+----+-------+---+---+------+----------------------+------
1/1/3 FORW 4 0 DESG 1/1/3 PTP NO DIS 1000-e8:e7:32:4a:5b:a9
1/1/18 FORW 2 0 DESG 1/1/18 PTP EDG DIS 1000-e8:e7:32:4a:5b:a9
