Router 1
On Router 1, issue a
pingcommand to theso-0/0/0interface of Router 4 to send traffic across the IPSec tunnel.user@R1>ping 10.1.56.2PING 10.1.56.2 (10.1.56.2): 56 data bytes64 bytes from 10.1.56.2: icmp_seq=0 ttl=253 time=0.917 ms64 bytes from 10.1.56.2: icmp_seq=1 ttl=253 time=0.881 ms64 bytes from 10.1.56.2: icmp_seq=2 ttl=253 time=0.897 ms64 bytes from 10.1.56.2: icmp_seq=3 ttl=253 time=0.871 ms64 bytes from 10.1.56.2: icmp_seq=4 ttl=253 time=0.890 ms64 bytes from 10.1.56.2: icmp_seq=5 ttl=253 time=0.858 ms64 bytes from 10.1.56.2: icmp_seq=6 ttl=253 time=0.904 ms^C--- 10.1.56.2 ping statistics ---7 packets transmitted, 7 packets received, 0% packet lossround-trip min/avg/max/stddev = 0.858/0.888/0.917/0.019 msYou can also issue the
traceroutecommand to verify that traffic to10.1.56.2travels over the IPSec tunnel between Router 2 and Router 3. Notice that the second hop does not reference10.1.15.2—the physical interface on Router 3. Instead, the loopback address of10.0.0.3on Router 3 appears as the second hop. This indicates that the IPSec tunnel is operating correctly.user@R1>traceroute 10.1.56.2traceroute to 10.1.56.2 (10.1.56.2), 30 hops max, 40 byte packets1 10.1.12.1 (10.1.12.1) 0.655 ms 0.549 ms 0.508 ms2 10.0.0.3 (10.0.0.3) 0.833 ms 0.786 ms 0.757 ms