Hello! We have a problem with two switchs.
So, we have a switch (IP 172.16.35.254) extreme x440 that is a gateway and in a port 20 of this switch we have a proxy server (IP 172.16.32.51) and in another port 48 we have other switch extreme x440 (IP 172.16.35.211). When I try to ping the proxy server on gateway switch, I received this:
SW-DataCenter.24 # ping 172.16.32.51
Ping(ICMP) 172.16.32.51: 4 packets, 8 data bytes, interval 1 second(s).
44 bytes from 172.16.35.254: icmp_seq=0 Redirect Host
44 bytes from 172.16.35.254: icmp_seq=0 Redirect Host
44 bytes from 172.16.35.254: icmp_seq=0 Time to live exceeded
44 bytes from 172.16.35.254: icmp_seq=1 Redirect Host
44 bytes from 172.16.35.254: icmp_seq=1 Time to live exceeded
44 bytes from 172.16.35.254: icmp_seq=2 Redirect Host
44 bytes from 172.16.35.254: icmp_seq=2 Time to live exceeded
44 bytes from 172.16.35.254: icmp_seq=3 Redirect Host
44 bytes from 172.16.35.254: icmp_seq=3 Time to live exceeded
And, when I run a traceroute I have this:
SW-DataCenter.25 # traceroute 172.16.32.51
traceroute to 172.16.32.51, 30 hops max
1 172.16.35.211 2 ms 2 ms 5 ms
2 172.16.35.254 2 ms 3 ms 1 ms
3 172.16.35.211 1 ms 2 ms 7 ms
4 172.16.35.254 1 ms 2 ms 14 ms
5 *
5 172.16.35.211 11 ms *
6 172.16.35.254 1 ms 2 ms 1 ms
7 172.16.35.211 13 ms * 4 ms
8 172.16.35.254 4 ms 14 ms 1 ms
9 172.16.35.211 5 ms * 13 ms
10 172.16.35.254 12 ms 19 ms 1 ms
11 *
11 172.16.35.211 13 ms *
12 172.16.35.254 6 ms 2 ms 1 ms
13 172.16.35.211 11 ms 10 ms *
14 172.16.35.254 2 ms 4 ms 5 ms
15 172.16.35.211 4 ms * 3 ms
16 172.16.35.254 2 ms 10 ms 2 ms
17 172.16.35.211 14 ms * 7 ms
18 172.16.35.254 3 ms 3 ms 14 ms
19 *
19 172.16.35.211 1 ms *
20 172.16.35.254 1 ms 12 ms 26 ms
21 172.16.35.211 8 ms 19 ms *
22 172.16.35.254 1 ms 11 ms 23 ms
23 172.16.35.211 5 ms * 20 ms
24 172.16.35.254 4 ms 2 ms 11 ms
25 *
25 172.16.35.211 14 ms 3 ms
26 172.16.35.254 7 ms 8 ms 17 ms
27 *
27 172.16.35.211 15 ms *
28 172.16.35.254 6 ms 21 ms 1 ms
29 172.16.35.211 5 ms * 4 ms
30 172.16.35.254 5 ms 5 ms 15 ms
What is happening? Someone can help to solve this?
Thanks!!!