I have a host that frequently reports 'ping unreachable,' and packet captures confirm no response. However, manual pinging works fine at the same time.
unreachable icmp packet sequence
1:
Sequence Number (BE): 0 (0x0000)
Sequence Number (LE): 0 (0x0000)
2:
Sequence Number (BE): 2 (0x0002)
Sequence Number (LE): 512 (0x0200)
3:
Sequence Number (BE): 4 (0x0004)
Sequence Number (LE): 1024 (0x0400)
at the same time
use fping -C3 -i0 ipaddress
sequence is 0 1 2 3 4 5 ...
I'm not sure if the switch has any issues, but based on the feedback from the network administrator, the device should be operating normally.
unreachable icmp packet sequence
1:
Sequence Number (BE): 0 (0x0000)
Sequence Number (LE): 0 (0x0000)
2:
Sequence Number (BE): 2 (0x0002)
Sequence Number (LE): 512 (0x0200)
3:
Sequence Number (BE): 4 (0x0004)
Sequence Number (LE): 1024 (0x0400)
at the same time
use fping -C3 -i0 ipaddress
sequence is 0 1 2 3 4 5 ...
I'm not sure if the switch has any issues, but based on the feedback from the network administrator, the device should be operating normally.
Comment