cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1050
Views
2
Helpful
8
Replies

Problems pinging interface between VRF's

Hi,

On a VRF lab im trying to ping between VRF interfaces. "ping vrf 100 10.0.0.1" but get no reply on some interfaces.

Ive got three routers connected as below

R1------------------------------------R2----------------------------------R3

10.0.0.1/30       10.0.0.2/30    10.0.1.2/30                 10.0.1.1/30
VRF 100                                                                VRF 100

From router R1 i can ping 10.0.0.2 & 10.0.1.2 but NOT 10.0.1.1

From router R3 i can ping 10.0.1.2 & 10.0.0.2 but NOT 10.0.0.1

From router R2 i can ping 10.0.0.1 & 10.0.1.1

Router R2 only is only routing between those two nets and have no VRF's configured.

What have i missed???

Short config below

R1

---------------------------------

ip cef
ip vrf 100
rd 1:100

!
interface Ethernet1
ip vrf forwarding 100
ip address 10.0.0.1 255.255.255.252
duplex auto
                                                                      
ip classless                                                            
ip route vrf 100 10.0.1.0 255.255.255.252 10.0.0.2

R3

-------------------------------------

ip cef
         ip vrf 100
          rd 1:100

         !
         interface Ethernet1
          ip vrf forwarding 100
          ip address 10.0.1.1 255.255.255.252
          duplex auto

         ip classless
         ip route vrf 100 10.0.0.0 255.255.255.252 10.0.1.2

R2

---------------------------------------

ip cef       

     interface Ethernet0
      ip address 10.0.0.2 255.255.255.252

      duplex auto

!

     interface Ethernet1
      ip address 10.0.1.2 255.255.255.252

      duplex auto

8 Replies 8

Tharak Abraham
Level 3
Level 3

Do you have multiple links to the other router ?

If Yes, you need to recheck the interface status of 10.0.0.1 !

Please enable icmp debugs or ip packet detail with an access list for destination 10.0.0.1

I checked it out now and its working with the basic vrf ping.

Hi,

Single link only between the routers.

Interface status of 10.0.0.1?? -i can ping 10.0.0.1 from R2.

And i can ping all but R3's interface from 10.0.0.1.

Any other ideas?

i remember - in some ios there is problem with source ip in vrf - is there another interface on R1,R3? Try to ping with specify source ip. And, of course, debug.

Some ping results from R1 to R2 and R3 with debugs

Router1#ping vrf 100 10.0.0.2 source eth 1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.2, timeout is 2 seconds:
Packet sent with a source address of 10.0.0.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/8/20 ms
Router1#
*Mar  1 22:41:39.739: IP: tableid=1, s=10.0.0.1 (local), d=10.0.0.2 (Ethernet1), routed via FIB
*Mar  1 22:41:39.739: IP: s=10.0.0.1 (local), d=10.0.0.2 (Ethernet1), len 100, sending
*Mar  1 22:41:39.739:     ICMP type=8, code=0
*Mar  1 22:41:39.755: IP: tableid=1, s=10.0.0.2 (Ethernet1), d=10.0.0.1 (Ethernet1), routed via RIB
*Mar  1 22:41:39.759: IP: s=10.0.0.2 (Ethernet1), d=10.0.0.1 (Ethernet1), len 100, rcvd 3
*Mar  1 22:41:39.759:     ICMP type=0, code=0
*Mar  1 22:41:39.759: ICMP: echo reply rcvd, src 10.0.0.2, dst 10.0.0.1
*Mar  1 22:41:39.759: IP: tableid=1, s=10.0.0.1 (local), d=10.0.0.2 (Ethernet1), routed via FIB
*Mar  1 22:41:39.759: IP: s=10.0.0.1 (local), d=10.0.0.2 (Ethernet1), len 100, sending
*Mar  1 22:41:39.763:     ICMP type=8, code=0
*Mar  1 22:41:39.763: IP: tableid=1, s=10.0.0.2 (Ethernet1), d=10.0.0.1 (Ethernet1), routed via RIB
*Mar  1 22:41:39.763: IP: s=10.0.0.2 (Ethernet1), d=10.0.0.1 (Ethernet1), len 100, rcvd 3
*Mar  1 22:41:39.763:     ICMP type=0, code=0
*Mar  1 22:41:39.767: ICMP: echo reply rcvd, src 10.0.0.2, dst 10.0.0.1
*Mar  1 22:41:39.767: IP: tableid=1, s=10.0.0.1 (local), d=10.0.0.2 (Ethernet1), routed via FIB
*Mar  1 22:41:39.767: IP: s=10.0.0.1 (local), d=10.0.0.2 (Ethernet1), len 100, sending
*Mar  1 22:41:39.767:     ICMP type=8, code=0
*Mar  1 22:41:39.771: IP: tableid=1, s=10.0.0.2 (Ethernet1), d=10.0.0.1 (Ethernet1), routed via RIB
*Mar  1 22:41:39.771: IP: s=10.0.0.2 (Ethernet1), d=10.0.0.1 (Ethernet1), len 100, rcvd 3
*Mar  1 22:41:39.771:     ICMP type=0, code=0
*Mar  1 22:41:39.771: ICMP: echo reply rcvd, src 10.0.0.2, dst 10.0.0.1
*Mar  1 22:41:39.771: IP: tableid=1, s=10.0.0.1 (local), d=10.0.0.2 (Ethernet1), routed via FIB
*Mar  1 22:41:39.771: IP: s=10.0.0.1 (local), d=10.0.0.2 (Ethernet1), len 100, sending
*Mar  1 22:41:39.775:     ICMP type=8, code=0
*Mar  1 22:41:39.775: IP: tableid=1, s=10.0.0.2 (Ethernet1), d=10.0.0.1 (Ethernet1), routed via RIB
*Mar  1 22:41:39.775: IP: s=10.0.0.2 (Ethernet1), d=10.0.0.1 (Ethernet1), len 100, rcvd 3
*Mar  1 22:41:39.779:     ICMP type=0, code=0
*Mar  1 22:41:39.779: ICMP: echo reply rcvd, src 10.0.0.2, dst 10.0.0.1
*Mar  1 22:41:39.779: IP: tableid=1, s=10.0.0.1 (local), d=10.0.0.2 (Ethernet1), routed via FIB
*Mar  1 22:41:39.779: IP: s=10.0.0.1 (local), d=10.0.0.2 (Ethernet1), len 100, sending
*Mar  1 22:41:39.779:     ICMP type=8, code=0
*Mar  1 22:41:39.783: IP: tableid=1, s=10.0.0.2 (Ethernet1), d=10.0.0.1 (Ethernet1), routed via RIB
*Mar  1 22:41:39.783: IP: s=10.0.0.2 (Ethernet1), d=10.0.0.1 (Ethernet1), len 100, rcvd 3
*Mar  1 22:41:39.783:     ICMP type=0, code=0
*Mar  1 22:41:39.783: ICMP: echo reply rcvd, src 10.0.0.2, dst 10.0.0.1

Router1#ping vrf 100 10.0.1.2 source eth 1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.1.2, timeout is 2 seconds:
Packet sent with a source address of 10.0.0.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/5/8 ms
Router1#
*Mar  1 22:41:55.223: IP: tableid=1, s=10.0.0.1 (local), d=10.0.1.2 (Ethernet1), routed via FIB
*Mar  1 22:41:55.227: IP: s=10.0.0.1 (local), d=10.0.1.2 (Ethernet1), len 100, sending
*Mar  1 22:41:55.227:     ICMP type=8, code=0
*Mar  1 22:41:55.227: IP: tableid=1, s=10.0.1.2 (Ethernet1), d=10.0.0.1 (Ethernet1), routed via RIB
*Mar  1 22:41:55.227: IP: s=10.0.1.2 (Ethernet1), d=10.0.0.1 (Ethernet1), len 100, rcvd 3
*Mar  1 22:41:55.231:     ICMP type=0, code=0
*Mar  1 22:41:55.231: ICMP: echo reply rcvd, src 10.0.1.2, dst 10.0.0.1
*Mar  1 22:41:55.231: IP: tableid=1, s=10.0.0.1 (local), d=10.0.1.2 (Ethernet1), routed via FIB
*Mar  1 22:41:55.231: IP: s=10.0.0.1 (local), d=10.0.1.2 (Ethernet1), len 100, sending
*Mar  1 22:41:55.231:     ICMP type=8, code=0
*Mar  1 22:41:55.235: IP: tableid=1, s=10.0.1.2 (Ethernet1), d=10.0.0.1 (Ethernet1), routed via RIB
*Mar  1 22:41:55.235: IP: s=10.0.1.2 (Ethernet1), d=10.0.0.1 (Ethernet1), len 100, rcvd 3
*Mar  1 22:41:55.235:     ICMP type=0, code=0
*Mar  1 22:41:55.235: ICMP: echo reply rcvd, src 10.0.1.2, dst 10.0.0.1
*Mar  1 22:41:55.239: IP: tableid=1, s=10.0.0.1 (local), d=10.0.1.2 (Ethernet1), routed via FIB
*Mar  1 22:41:55.239: IP: s=10.0.0.1 (local), d=10.0.1.2 (Ethernet1), len 100, sending
*Mar  1 22:41:55.239:     ICMP type=8, code=0
*Mar  1 22:41:55.239: IP: tableid=1, s=10.0.1.2 (Ethernet1), d=10.0.0.1 (Ethernet1), routed via RIB
*Mar  1 22:41:55.243: IP: s=10.0.1.2 (Ethernet1), d=10.0.0.1 (Ethernet1), len 100, rcvd 3
*Mar  1 22:41:55.243:     ICMP type=0, code=0
*Mar  1 22:41:55.243: ICMP: echo reply rcvd, src 10.0.1.2, dst 10.0.0.1
*Mar  1 22:41:55.243: IP: tableid=1, s=10.0.0.1 (local), d=10.0.1.2 (Ethernet1), routed via FIB
*Mar  1 22:41:55.243: IP: s=10.0.0.1 (local), d=10.0.1.2 (Ethernet1), len 100, sending
*Mar  1 22:41:55.247:     ICMP type=8, code=0
*Mar  1 22:41:55.247: IP: tableid=1, s=10.0.1.2 (Ethernet1), d=10.0.0.1 (Ethernet1), routed via RIB
*Mar  1 22:41:55.247: IP: s=10.0.1.2 (Ethernet1), d=10.0.0.1 (Ethernet1), len 100, rcvd 3
*Mar  1 22:41:55.247:     ICMP type=0, code=0
*Mar  1 22:41:55.251: ICMP: echo reply rcvd, src 10.0.1.2, dst 10.0.0.1
*Mar  1 22:41:55.251: IP: tableid=1, s=10.0.0.1 (local), d=10.0.1.2 (Ethernet1), routed via FIB
*Mar  1 22:41:55.251: IP: s=10.0.0.1 (local), d=10.0.1.2 (Ethernet1), len 100, sending
*Mar  1 22:41:55.251:     ICMP type=8, code=0
*Mar  1 22:41:55.255: IP: tableid=1, s=10.0.1.2 (Ethernet1), d=10.0.0.1 (Ethernet1), routed via RIB
*Mar  1 22:41:55.255: IP: s=10.0.1.2 (Ethernet1), d=10.0.0.1 (Ethernet1), len 100, rcvd 3
*Mar  1 22:41:55.255:     ICMP type=0, code=0
*Mar  1 22:41:55.255: ICMP: echo reply rcvd, src 10.0.1.2, dst 10.0.0.1

Router1#ping vrf 100 10.0.1.1 source eth 1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.1.1, timeout is 2 seconds:
Packet sent with a source address of 10.0.0.1

*Mar  1 22:42:14.775: IP: tableid=1, s=10.0.0.1 (local), d=10.0.1.1 (Ethernet1), routed via FIB
*Mar  1 22:42:14.775: IP: s=10.0.0.1 (local), d=10.0.1.1 (Ethernet1), len 100, sending
*Mar  1 22:42:14.775:     ICMP type=8, code=0.
*Mar  1 22:42:16.771: IP: tableid=1, s=10.0.0.1 (local), d=10.0.1.1 (Ethernet1), routed via FIB
*Mar  1 22:42:16.771: IP: s=10.0.0.1 (local), d=10.0.1.1 (Ethernet1), len 100, sending
*Mar  1 22:42:16.771:     ICMP type=8, code=0.
*Mar  1 22:42:18.771: IP: tableid=1, s=10.0.0.1 (local), d=10.0.1.1 (Ethernet1), routed via FIB
*Mar  1 22:42:18.771: IP: s=10.0.0.1 (local), d=10.0.1.1 (Ethernet1), len 100, sending
*Mar  1 22:42:18.771:     ICMP type=8, code=0.
*Mar  1 22:42:20.771: IP: tableid=1, s=10.0.0.1 (local), d=10.0.1.1 (Ethernet1), routed via FIB
*Mar  1 22:42:20.771: IP: s=10.0.0.1 (local), d=10.0.1.1 (Ethernet1), len 100, sending
*Mar  1 22:42:20.771:     ICMP type=8, code=0.
*Mar  1 22:42:22.771: IP: tableid=1, s=10.0.0.1 (local), d=10.0.1.1 (Ethernet1), routed via FIB
*Mar  1 22:42:22.771: IP: s=10.0.0.1 (local), d=10.0.1.1 (Ethernet1), len 100, sending
*Mar  1 22:42:22.771:     ICMP type=8, code=0.
Success rate is 0 percent (0/5)
Router1#

Seems like there is no reply from R3, but routing table is correct on R3.

Any ideas???

I guess you try e.g. traceroute - what was result? Did you have turned on debug on r3 if you tried to ping from r1 (and vice versa)? Are there any incoming on the other side? If not, lets make focus on r2 (turn off cef, torn on debug ip packet).

Solved, R2 was behaving strange, disabled routing & enabled it again and rebooted. Now it works.

Thanks everybody.

... did you try switch it off and on ?... Nice excercising in troubleshooting :-))

Ping results from R3 to R2 and R1

Router3#ping vrf 100 10.0.1.2 source eth1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.1.2, timeout is 2 seconds:
Packet sent with a source address of 10.0.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/6/8 ms
Router3#
*Mar  1 18:56:34.911: IP: tableid=1, s=10.0.1.1 (local), d=10.0.1.2 (Ethernet1), routed via FIB
*Mar  1 18:56:34.911: IP: s=10.0.1.1 (local), d=10.0.1.2 (Ethernet1), len 100, sending
*Mar  1 18:56:34.911:     ICMP type=8, code=0
*Mar  1 18:56:34.915: IP: tableid=1, s=10.0.1.2 (Ethernet1), d=10.0.1.1 (Ethernet1), routed via RIB
*Mar  1 18:56:34.915: IP: s=10.0.1.2 (Ethernet1), d=10.0.1.1 (Ethernet1), len 100, rcvd 3
*Mar  1 18:56:34.915:     ICMP type=0, code=0
*Mar  1 18:56:34.915: ICMP: echo reply rcvd, src 10.0.1.2, dst 10.0.1.1
*Mar  1 18:56:34.915: IP: tableid=1, s=10.0.1.1 (local), d=10.0.1.2 (Ethernet1), routed via FIB
*Mar  1 18:56:34.919: IP: s=10.0.1.1 (local), d=10.0.1.2 (Ethernet1), len 100, sending
*Mar  1 18:56:34.919:     ICMP type=8, code=0
*Mar  1 18:56:34.919: IP: tableid=1, s=10.0.1.2 (Ethernet1), d=10.0.1.1 (Ethernet1), routed via RIB
*Mar  1 18:56:34.923: IP: s=10.0.1.2 (Ethernet1), d=10.0.1.1 (Ethernet1), len 100, rcvd 3
*Mar  1 18:56:34.923:     ICMP type=0, code=0
*Mar  1 18:56:34.923: ICMP: echo reply rcvd, src 10.0.1.2, dst 10.0.1.1
*Mar  1 18:56:34.923: IP: tableid=1, s=10.0.1.1 (local), d=10.0.1.2 (Ethernet1), routed via FIB
*Mar  1 18:56:34.923: IP: s=10.0.1.1 (local), d=10.0.1.2 (Ethernet1), len 100, sending
*Mar  1 18:56:34.923:     ICMP type=8, code=0
*Mar  1 18:56:34.927: IP: tableid=1, s=10.0.1.2 (Ethernet1), d=10.0.1.1 (Ethernet1), routed via RIB
*Mar  1 18:56:34.927: IP: s=10.0.1.2 (Ethernet1), d=10.0.1.1 (Ethernet1), len 100, rcvd 3
*Mar  1 18:56:34.927:     ICMP type=0, code=0
*Mar  1 18:56:34.927: ICMP: echo reply rcvd, src 10.0.1.2, dst 10.0.1.1
*Mar  1 18:56:34.931: IP: tableid=1, s=10.0.1.1 (local), d=10.0.1.2 (Ethernet1), routed via FIB
*Mar  1 18:56:34.931: IP: s=10.0.1.1 (local), d=10.0.1.2 (Ethernet1), len 100, sending
*Mar  1 18:56:34.931:     ICMP type=8, code=0
*Mar  1 18:56:34.935: IP: tableid=1, s=10.0.1.2 (Ethernet1), d=10.0.1.1 (Ethernet1), routed via RIB
*Mar  1 18:56:34.935: IP: s=10.0.1.2 (Ethernet1), d=10.0.1.1 (Ethernet1), len 100, rcvd 3
*Mar  1 18:56:34.935:     ICMP type=0, code=0
*Mar  1 18:56:34.935: ICMP: echo reply rcvd, src 10.0.1.2, dst 10.0.1.1
*Mar  1 18:56:34.935: IP: tableid=1, s=10.0.1.1 (local), d=10.0.1.2 (Ethernet1), routed via FIB
*Mar  1 18:56:34.935: IP: s=10.0.1.1 (local), d=10.0.1.2 (Ethernet1), len 100, sending
*Mar  1 18:56:34.939:     ICMP type=8, code=0
*Mar  1 18:56:34.939: IP: tableid=1, s=10.0.1.2 (Ethernet1), d=10.0.1.1 (Ethernet1), routed via RIB
*Mar  1 18:56:34.939: IP: s=10.0.1.2 (Ethernet1), d=10.0.1.1 (Ethernet1), len 100, rcvd 3
*Mar  1 18:56:34.943:     ICMP type=0, code=0
*Mar  1 18:56:34.943: ICMP: echo reply rcvd, src 10.0.1.2, dst 10.0.1.1

Router3#ping vrf 100 10.0.0.2 source eth1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.2, timeout is 2 seconds:
Packet sent with a source address of 10.0.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/9/24 ms
Router3#
*Mar  1 18:56:51.155: IP: tableid=1, s=10.0.1.1 (local), d=10.0.0.2 (Ethernet1), routed via FIB
*Mar  1 18:56:51.155: IP: s=10.0.1.1 (local), d=10.0.0.2 (Ethernet1), len 100, sending
*Mar  1 18:56:51.155:     ICMP type=8, code=0
*Mar  1 18:56:51.159: IP: tableid=1, s=10.0.0.2 (Ethernet1), d=10.0.1.1 (Ethernet1), routed via RIB
*Mar  1 18:56:51.159: IP: s=10.0.0.2 (Ethernet1), d=10.0.1.1 (Ethernet1), len 100, rcvd 3
*Mar  1 18:56:51.159:     ICMP type=0, code=0
*Mar  1 18:56:51.163: ICMP: echo reply rcvd, src 10.0.0.2, dst 10.0.1.1
*Mar  1 18:56:51.163: IP: tableid=1, s=10.0.1.1 (local), d=10.0.0.2 (Ethernet1), routed via FIB
*Mar  1 18:56:51.163: IP: s=10.0.1.1 (local), d=10.0.0.2 (Ethernet1), len 100, sending
*Mar  1 18:56:51.163:     ICMP type=8, code=0
*Mar  1 18:56:51.183: IP: tableid=1, s=10.0.0.2 (Ethernet1), d=10.0.1.1 (Ethernet1), routed via RIB
*Mar  1 18:56:51.183: IP: s=10.0.0.2 (Ethernet1), d=10.0.1.1 (Ethernet1), len 100, rcvd 3
*Mar  1 18:56:51.183:     ICMP type=0, code=0
*Mar  1 18:56:51.183: ICMP: echo reply rcvd, src 10.0.0.2, dst 10.0.1.1
*Mar  1 18:56:51.187: IP: tableid=1, s=10.0.1.1 (local), d=10.0.0.2 (Ethernet1), routed via FIB
*Mar  1 18:56:51.187: IP: s=10.0.1.1 (local), d=10.0.0.2 (Ethernet1), len 100, sending
*Mar  1 18:56:51.187:     ICMP type=8, code=0
*Mar  1 18:56:51.191: IP: tableid=1, s=10.0.0.2 (Ethernet1), d=10.0.1.1 (Ethernet1), routed via RIB
*Mar  1 18:56:51.191: IP: s=10.0.0.2 (Ethernet1), d=10.0.1.1 (Ethernet1), len 100, rcvd 3
*Mar  1 18:56:51.191:     ICMP type=0, code=0
*Mar  1 18:56:51.191: ICMP: echo reply rcvd, src 10.0.0.2, dst 10.0.1.1
*Mar  1 18:56:51.191: IP: tableid=1, s=10.0.1.1 (local), d=10.0.0.2 (Ethernet1), routed via FIB
*Mar  1 18:56:51.191: IP: s=10.0.1.1 (local), d=10.0.0.2 (Ethernet1), len 100, sending
*Mar  1 18:56:51.195:     ICMP type=8, code=0
*Mar  1 18:56:51.195: IP: tableid=1, s=10.0.0.2 (Ethernet1), d=10.0.1.1 (Ethernet1), routed via RIB
*Mar  1 18:56:51.195: IP: s=10.0.0.2 (Ethernet1), d=10.0.1.1 (Ethernet1), len 100, rcvd 3
*Mar  1 18:56:51.199:     ICMP type=0, code=0
*Mar  1 18:56:51.199: ICMP: echo reply rcvd, src 10.0.0.2, dst 10.0.1.1
*Mar  1 18:56:51.199: IP: tableid=1, s=10.0.1.1 (local), d=10.0.0.2 (Ethernet1), routed via FIB
*Mar  1 18:56:51.199: IP: s=10.0.1.1 (local), d=10.0.0.2 (Ethernet1), len 100, sending
*Mar  1 18:56:51.199:     ICMP type=8, code=0
*Mar  1 18:56:51.203: IP: tableid=1, s=10.0.0.2 (Ethernet1), d=10.0.1.1 (Ethernet1), routed via RIB
*Mar  1 18:56:51.203: IP: s=10.0.0.2 (Ethernet1), d=10.0.1.1 (Ethernet1), len 100, rcvd 3
*Mar  1 18:56:51.203:     ICMP type=0, code=0
*Mar  1 18:56:51.203: ICMP: echo reply rcvd, src 10.0.0.2, dst 10.0.1.1

Router3#ping vrf 100 10.0.0.1 source eth1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.0.1, timeout is 2 seconds:
Packet sent with a source address of 10.0.1.1

*Mar  1 18:57:05.295: IP: tableid=1, s=10.0.1.1 (local), d=10.0.0.1 (Ethernet1), routed via FIB
*Mar  1 18:57:05.295: IP: s=10.0.1.1 (local), d=10.0.0.1 (Ethernet1), len 100, sending
*Mar  1 18:57:05.295:     ICMP type=8, code=0.
*Mar  1 18:57:07.295: IP: tableid=1, s=10.0.1.1 (local), d=10.0.0.1 (Ethernet1), routed via FIB
*Mar  1 18:57:07.295: IP: s=10.0.1.1 (local), d=10.0.0.1 (Ethernet1), len 100, sending
*Mar  1 18:57:07.295:     ICMP type=8, code=0.
*Mar  1 18:57:09.295: IP: tableid=1, s=10.0.1.1 (local), d=10.0.0.1 (Ethernet1), routed via FIB
*Mar  1 18:57:09.295: IP: s=10.0.1.1 (local), d=10.0.0.1 (Ethernet1), len 100, sending
*Mar  1 18:57:09.295:     ICMP type=8, code=0.
*Mar  1 18:57:11.295: IP: tableid=1, s=10.0.1.1 (local), d=10.0.0.1 (Ethernet1), routed via FIB
*Mar  1 18:57:11.295: IP: s=10.0.1.1 (local), d=10.0.0.1 (Ethernet1), len 100, sending
*Mar  1 18:57:11.295:     ICMP type=8, code=0.
*Mar  1 18:57:13.295: IP: tableid=1, s=10.0.1.1 (local), d=10.0.0.1 (Ethernet1), routed via FIB
*Mar  1 18:57:13.295: IP: s=10.0.1.1 (local), d=10.0.0.1 (Ethernet1), len 100, sending
*Mar  1 18:57:13.295:     ICMP type=8, code=0.
Success rate is 0 percent (0/5)
Router3#

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: