

Now Do routing for created VPN Tunnel on Both Router R and R3: R3#ping 172.16.1.1 Type escape sequence to abort. NOW CREATE A VPN TUNNEL ON ROUTER R3: r3#config t r3(config)#interface tunnel 100 r3(config-if)#ip address 172.16.1.2 255.255.0.0 r3(config-if)#tunnel source fa0/0 r3(config-if)#tunnel destination 1.0.0.1 r3(config-if)#no shut Now test communication between these two routers again by pinging eah other: 1#ping 172.16.1.2 Type escape sequence to abort. You can clearly see both router pinging each other successfully.įIRST CREATE A VPN TUNNEL ON ROUTER R3: r1#config t r1(config)#interface tunnel 10 r1(config-if)#ip address 172.16.1.1 255.255.0.0 r1(config-if)#tunnel source fa0/1 r1(config-if)#tunnel destination 2.0.0.2 r1(config-if)#no shut Sending 5, 100-byte ICMP Echos to 1.0.0.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 25/28/32 ms r3#ping 1.0.0.1 Type escape sequence to abort. Now we go to router r3 and test network by pinging router r1 interface. Sending 5, 100-byte ICMP Echos to 2.0.0.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 26/28/33 ms Now check the connection by pinging each other.įirst we go to router r1 and ping with router r3: r1#ping 2.0.0.2 Type escape sequence to abort.

r1(config)#ip route 0.0.0.0 0.0.0.0 1.0.0.2 r1(config)#ĭEFAULT ROUTING CONFIGURATION ON ROUTER r3: r3>enable r3#config t Enter configuration commands, one per line. Now its time to do routing.here i am going to configure default routing.ĭEFAULT ROUTING CONFIGURATION ON ROUTER R1: r1>enable r1#config t Enter configuration commands, one per line.

Now first thing we will do here in this lab is to assign ip address on each and every interface of router and also assign ip address on computers taken here.ĬONFIGURATION ON ROUTER R1: Router>enable
#Packet tracer labs ccnp route how to#
Now as you can clearly see i have taken three routers here for showing vpn configuration on routers.This is an example lab showing you how to configure vpn tunnel using cisco packet tracer.

In this tutorial we will learn how to configure and use vpn on routers.We will learn to create a vpn tunnel between routers for safe communication.
