01-10-2017 02:51 AM - edited 03-08-2019 08:51 AM
Hello community,
We have seen something bizarre on a Nexus switch. We were having disconnection issues on a 10GE FEX B22 interface that was configured as trunk. On the client side, there is an HP UNIX blade system connected. It has two interfaces that are configured as active/standby trunk interface (an APA, Auto Port Aggregation interface)
On the Nexus side, the interfaces were configured as follows:
interface <1>
switchport mode trunk
switchport trunk native vlan 999
switchport trunk allowed vlan 371,377
interface <2>
switchport mode trunk
switchport access vlan 371
switchport trunk native vlan 999
switchport trunk allowed vlan 371,377
Interface <2> had a logical status of "down" on the HP side, but the interface was physical UP on the Nexus side. The fact that interface <2> sometimes goes to down on the unix side is the main problem.
Now, i have always thought that the command "switchport access vlan 371" has no effect and doesn't really do anything when the interface is configured in trunk like it is. But, when we just removed this line:
interface <2>
no switchport access vlan 371
exit
the interface on the HP UNIX side changed to "UP". Is it possible that this command triggered some sort of soft-reset of the interface, because in my opinion, it has not changed anything, the vlans allowed are still the same, the native vlan is also still the same. For example, might it renegotiate duplex or speed settings (fast link pulses) or anything like that ?
Nexus switch was Nexus 56128P, running 7.2(1)N1(1)
regards,
Geert
01-10-2017 04:11 AM
I would check what the port sees itself as when it has that command enabled and when not , it should be access or trunk but both should be the same each side , usually yes your right trunk overrides access and it will work as trunk but there may have been a software issue , it will be difficult to tell unless you can fully replicate it , did anything appear in either logs on the 5ks ?
this command shows it
xxxxxxxxxxxxxx# sh int e140/1/16 switchport
Name: Ethernet140/1/16
Switchport: Enabled
Switchport Monitor: Not enabled
Operational Mode: access
Access Mode VLAN: 17 (DataCentre_Network_2)
Trunking Native Mode VLAN: 1 (default)
Trunking VLANs Allowed: 1-4094
Voice VLAN: none
Extended Trust State : not trusted [COS = 0]
Administrative private-vlan primary host-association: none
Administrative private-vlan secondary host-association: none
Administrative private-vlan primary mapping: none
Administrative private-vlan secondary mapping: none
Administrative private-vlan trunk native VLAN: none
Administrative private-vlan trunk encapsulation: dot1q
Administrative private-vlan trunk normal VLANs: none
Administrative private-vlan trunk private VLANs: none
Operational private-vlan: none
Unknown unicast blocked: disabled
Unknown multicast blocked: disabled
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide