08-30-2024 03:47 PM
Hello,
I have a topology as below. Switch101 and switch102 are vPC peer, and switch201 and switch202 are another vPC peer. All the switches are Nexus 93180-EX
HostA is connecting to swtich101 with a orphan port (port-channel)
HostB is connecting to switch201/switch202 with vPC link.
HostA and HostB are put in the same vPC vlan and well trunked between switches.
I'm seeing some strange connection issues.
HostA and HostB can't ping each other on ipv6 but OK on ipv4
When I changed the subneting ipv4 (/29 -> /31), ipv6 (/125 -> 127), Ping over ipv6 start working which ping over ipv4 stops.
Capture packet showing the ICMP request didn't reach to the other host when pinging which makes me thinking it could be the switch dropping packets somewhere.
Any ideas are appreciated!
Thank you!
09-06-2024 02:12 PM
Hey, sorry for the late. Tried that, it is all pinging from HostB to the SVI on 4 switches.
I changed the HostA to vPC and then HostB starts pinging HostA without any problem. It seems we have problem only when HostA is connect to an orphan port.
09-09-2024 12:36 AM
Friend I think I found issue here
In SW101 are you use vpc xx under the PO of orphan?
If yes remove it and try ping again
MHM
09-04-2024 04:53 AM
It seems you're experiencing an issue that could be related to the Nexus switches handling of IPv6 traffic, especially in a mixed environment with both vPC and orphan ports involved. This type of issue might be caused by various factors such as incorrect configurations, vPC consistency problems, or even bugs in the switch software.
Here are some steps to troubleshoot and possibly resolve the issue:
If after these steps the issue persists, consider engaging Cisco TAC for more detailed troubleshooting, especially if it might involve a deeper bug in the NX-OS software.
09-11-2024 06:50 AM
any update
MHM
09-11-2024 02:42 PM
Hey, checked that, there isn't a vpc xx under the orphan PO. Otherwise it won't be showing in the "show vpc orphan-ports".
Still have no idea of the reason.....
interface port-channel25 description [HOSTA] switchport switchport mode trunk switchport trunk allowed vlan 982,984 spanning-tree port type edge trunk spanning-tree bpdufilter enable
switch101# show vpc orphan-ports Note: --------::Going through port database. Please be patient.::-------- VLAN Orphan Ports ------- ------------------------- 984 Po25 switch101#
09-14-2024 04:36 AM - edited 09-14-2024 04:39 AM
The ping from R4 to R6 success if the R3-PO-NSKs is healthy up
when I down e1/3 in NSK-1 the ping start failed
Lab I use is single not double sided vPC and face same issue'
The traffic since pass peer-link os not allow to pass to orphan port' and that opposite of what cisco mention for NSK.
So I search and I dont find any link about you can use PO as orphan' and that I think the issue here.
To check
Can you only use single link access port first and ping from host to host.
Thanks for waiting
MHM
09-16-2024 06:24 PM
Hello, thanks for testing this.
Tried it, it worked at the beginning, and it started dropping packets after a while. Keep monitoring the status.
I made it mostly like what you did, but as you know our topology has another peer of vPC switches.
Cheers
09-16-2024 10:33 PM
""I made it mostly like what you did""
Can I know how you config orphan?
Also keep monitoring traffic I hope it will work.
MHM
09-17-2024 07:57 PM
Hey, the orphan port config is pretty simple, seems still dropping packet from time to time.
switch101# show run interface eth 1/25
interface Ethernet1/25
description [HostA-ens3f1np1]
switchport
switchport access vlan 984
spanning-tree port type edge
fec off
no shutdown
switch101# show vpc orphan-ports
Note:
--------::Going through port database. Please be patient.::--------
VLAN Orphan Ports
------- -------------------------
984 Eth1/25
switch101#
The only difference is our topology has another peer of vPC switches (201 and 202) for the connection to HostB
09-17-2024 11:03 PM
The orphan is good and if you see some drops, then last thing remove link between hostB and NSK-202 and check ping from hostA to HostB with repeat 100 and share result.
In your design there are two issue
1-orphan use PO
2-there is no cross between two NSK pairs
MHM
09-21-2024 02:57 PM
Hello, some update for this.
I tried following and the result so far:
1. Use standalone physical orphan port for Host A uplink, issue exist
2. Use PO orphan port for Host A uplink, issue exist
3. Use vPC connection on switch101 and switch102 for Host A uplink, issue still exist
-------------------
I set up another two hosts, Host C and Host D.
Host C using the same connection type as Host A
Host D using the same connection type as Host B
Tried above 3 connection types, not observing the same issue as we had on HostA-HostB connection.
The connection between HostA and HostD is also healthy.
This made me thinking it could be something wrong with HostB itself, but not the network, although I'm still not 100% confidence on this.
09-22-2024 03:58 AM
For hostA and hostB
Did you try below when HostA is use single access link
"" then last thing remove link between hostB and NSK-202 and check ping from hostA to HostB with repeat 100 and share result.""??
MHM
09-22-2024 02:27 PM
Yes, should have mentioned it.
Tried removing link hostB--NSK-202, same result.
Also tried removing link hostB--NSK-201 to eliminate link issue, nothing changed.
09-30-2024 10:34 AM
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