cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
325
Views
0
Helpful
1
Replies

VXLAN ESI issue

verma-rohit
Level 1
Level 1

hi, I am trying to establish ESI between Swicth5 and leaf swicthes, NXOS2 and NXOS3, but for some reason, it fails on swicth 5. It comes up for a minute and then goes down citing "channel-misconfig (STP) error detected on Po10". 

Code on NXOS: nxos.9.3.10.bin

Code on vIOS: vios_l2-adventerprisek9-m

Note: I have attached  show run as an attachment. Shared below is the design. 

vermarohit_0-1685794299386.png

 

 

NXOS2
----------
interface port-channel10
  switchport mode trunk
  switchport trunk allowed vlan 100,200
  ethernet-segment 1234
    system-mac 0000.0000.2011

interface Ethernet1/3

  switchport mode trunk
  switchport trunk allowed vlan 100,200
  channel-group 10 mode active

Spanning tree config 
--------------------
spanning-tree mode mst
spanning-tree domain enable
spanning-tree mst 0-1 priority 8192
spanning-tree mst configuration
  name VXLAN-FABRIC
  instance 1 vlan 100,200
  
LEAF-101(config)# show spanning-tree summary 
Switch is in mst mode (IEEE Standard)
L2 Gateway Domain ID: 1
Port Type Default                        is disable
Edge Port [PortFast] BPDU Guard Default  is disabled
Edge Port [PortFast] BPDU Filter Default is disabled
Bridge Assurance                         is enabled
Loopguard Default                        is disabled
Pathcost method used                     is long
PVST Simulation                          is enabled
STP-Lite                                 is disabled

 

 

 

 

 

 
NXOS3
 ---------------------------------------
interface port-channel10
  switchport mode trunk
  switchport trunk allowed vlan 100,200
  ethernet-segment 1234
    system-mac 0000.0000.2011

interface Ethernet1/3

  switchport mode trunk
  switchport trunk allowed vlan 100,200
  channel-group 10 mode active
  
 Spanning tree config 
--------------------
spanning-tree mode mst
panning-tree domain enable
spanning-tree mst 0-1 priority 8192
spanning-tree mst configuration
  name VXLAN-FABRIC
  instance 1 vlan 100,200
  
LEAF-102# show spanning-tree summary 
Switch is in mst mode (IEEE Standard)
L2 Gateway Domain ID: 1
Port Type Default                        is disable
Edge Port [PortFast] BPDU Guard Default  is disabled
Edge Port [PortFast] BPDU Filter Default is disabled
Bridge Assurance                         is enabled
Loopguard Default                        is disabled
Pathcost method used                     is long
PVST Simulation                          is enabled
STP-Lite                                 is disabled
Swicth5
----------

*Jun  3 11:46:54.085: %PM-4-ERR_DISABLE: channel-misconfig (STP) error detected on Po10, putting Gi0/0 in err-disable state
*Jun  3 11:46:54.088: %PM-4-ERR_DISABLE: channel-misconfig (STP) error detected on Po10, putting Gi0/1 in err-disable state
*Jun  3 11:46:54.091: %PM-4-ERR_DISABLE: channel-misconfig (STP) error detected on Po10, putting Po10 in err-disable state
*Jun  3 11:46:55.086: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to down
*Jun  3 11:46:55.088: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to down
*Jun  3 11:46:56.088: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state to down
*Jun  3 11:46:56.090: %LINK-3-UPDOWN: Interface Port-channel10, changed state to down
*Jun  3 11:46:56.091: %LINK-3-UPDOWN: Interface GigabitEthernet0/1, changed state to down
*Jun  3 11:46:57.090: %LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel10, changed state to down

show interface status , when po 10 was up 
------------------------------------------
Port      Name               Status       Vlan       Duplex  Speed Type 
Gi0/0                        connected    trunk      a-full   auto RJ45
Gi0/1                        connected    trunk      a-full   auto RJ45

Spanning tree configuration 
----------------------------
spanning-tree mode mst
spanning-tree mst configuration
 name VXLAN-FABRIC
 instance 1 vlan 100, 200
spanning-tree mst 0-1 priority 61440

FEX-1#show run int gig 0/0
Building configuration...

Current configuration : 145 bytes
!
interface GigabitEthernet0/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
 negotiation auto
 channel-group 10 mode active
end

Interface configuration 
--------------------------------------
FEX-1#show run int gig 0/1
Building configuration...

Current configuration : 145 bytes
!
interface GigabitEthernet0/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
 negotiation auto
 channel-group 10 mode active
end

FEX-1#show run int po 10
Building configuration...

Current configuration : 93 bytes
!
interface Port-channel10
 switchport trunk encapsulation dot1q
 switchport mode trunk
end

 

 

 

 

 

1 Reply 1

verma-rohit
Level 1
Level 1

Attaching running configuration