Thursday, March 1, 2018

Nexus not sending packets to 1 host?

I have a host on 10.1.16.253.

The nexus can ping everything in that subnet except one host.

10.1.16.0/24, ubest/mbest: 1/0, attached *via 10.101.16.2, Vlan16, [0/0], 2y21w, direct 10.1.16.1/32, ubest/mbest: 1/0 *via 10.101.16.1, Vlan16, [0/0], 2y21w, vrrp_engine 10.1.16.2/32, ubest/mbest: 1/0, attached *via 10.101.16.2, Vlan16, [0/0], 2y21w, local NEX5K01# ping 10.1.16.1 PING 10.1.16.1 (10.1.16.1): 56 data bytes 64 bytes from 10.1.16.1: icmp_seq=0 ttl=255 time=0.535 ms 64 bytes from 10.1.16.1: icmp_seq=1 ttl=255 time=0.629 ms 64 bytes from 10.1.16.1: icmp_seq=2 ttl=255 time=0.568 ms 64 bytes from 10.1.16.1: icmp_seq=3 ttl=255 time=0.567 ms 64 bytes from 10.1.16.1: icmp_seq=4 ttl=255 time=0.567 ms --- 10.1.16.1 ping statistics --- 5 packets transmitted, 5 packets received, 0.00% packet loss round-trip min/avg/max = 0.535/0.573/0.629 ms NEX5K01# ping 10.1.16.32 PING 10.1.16.32 (10.1.16.32): 56 data bytes 64 bytes from 10.1.16.32: icmp_seq=0 ttl=126 time=5.454 ms 64 bytes from 10.1.16.32: icmp_seq=1 ttl=126 time=0.963 ms 64 bytes from 10.1.16.32: icmp_seq=2 ttl=126 time=2.202 ms 64 bytes from 10.1.16.32: icmp_seq=3 ttl=126 time=1.145 ms 64 bytes from 10.1.16.32: icmp_seq=4 ttl=126 time=7.468 ms --- 10.1.16.32 ping statistics --- 5 packets transmitted, 5 packets received, 0.00% packet loss round-trip min/avg/max = 0.963/3.446/7.468 ms NEX5K01# ping 10.1.16.253 PING 10.1.16.253 (10.1.16.253): 56 data bytes Request 0 timed out Request 1 timed out Request 2 timed out Request 3 timed out Request 4 timed out 

Host is not shoing any RX packets:

veth0.16 Link encap:Ethernet HWaddr 00:60:16:68:C2:C2 inet addr:10.1.16.253 Bcast:10.1.16.255 Mask:255.255.255.0 inet6 addr: fe80:::c2c2/64 Scope:Link UP BROADCAST RUNNING MASTER MULTICAST MTU:9000 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:1198312 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:155909564 (148.6 MiB) 

The mac address-table is showing that it is in Po5 which is in vlan 12? * 12 0060.1668.c2c2 dynamic 20 F F Po5

So because I haven't really touched a nexus...I just want to double check.

would doing the following resolve the issue?

config t interface port-channel5 switchport trunk allowed vlan add 16 end copy running-config startup-config

Basically just adding the vlan. All my instinct are screaming yes...but just want to double check. added info. Host is a physical host, other hosts are virtual.



No comments:

Post a Comment