I seriously cannot get STP to work between these two for the life of me, any help would be appreciated.
Everything will connect and be fine for a while, but then I miss 10-20 pings for some reason. I am having a hard time even finding anything to work from in the logs/debugs. So if there is any suggestions for logs/debugs I need to turn on please let me know.
I have tried general ports vs trunk ports, trunking and not trunking specific vlans, even using RSTP instead of pvst but I still get the same issues.
Here is relevant configs from each switch
N4032
interface vlan 15 2
ip address 10.22.15.250 255.255.255.0
spanning-tree priority 28672
spanning-tree mode rapid-pvst
spanning-tree vlan 1 priority 36864
spanning-tree vlan 15 priority 36864
spanning-tree vlan 16 priority 36864
interface Te1/0/17
switchport mode trunk
switchport general pvid 15
switchport general allowed vlan add 15,16 tagged
switchport general allowed vlan add 1 tagged
exit
interface Te2/0/17
switchport mode trunk
switchport general pvid 15
switchport general allowed vlan add 15,16 tagged
switchport general allowed vlan add 1 tagged
exit
MXL 10/40gbE
protocol spanning-tree pvst
no disable
vlan 1-16 bridge-priority 61440
interface TenGigabitEthernet 0/51
no ip address
portmode hybrid
switchport
no spanning-tree pvst err-dis cause invalid-pvst-bpdu
no shutdown
!
interface TenGigabitEthernet 0/52
no ip address
portmode hybrid
switchport
no spanning-tree pvst err-dis cause invalid-pvst-bpdu
no shutdown
interface Vlan 15
ip address 10.22.15.122/24
tagged TenGigabitEthernet 0/1-5,51-52
no shutdown
!
interface Vlan 16
no ip address
tagged TenGigabitEthernet 0/1-5,51-52
no shutdown
Please Help!