Dear Viewer,


#GRE (Generic Routing Encapsulation) tunnels are one of the most versatile tools available to a network engineer.


In this tutorial we will  learn that How GRE Tunnel works and How to configure the Gre VPN Tunnel on Cisco Routers.We will Configure GRE VPN using Command Line on Cisco Routers.
  

LAB - 2







CLI COMMANDS  : 



! 1. Configure the Tunnel Interface

R1


Interface Tunnel 1
 ip address 192.168.1.1 255.255.255.0
 tunnel source 199.1.1.1
 tunnel destination 200.1.1.1


R2


Interface Tunnel 1
 ip address 192.168.1.2 255.255.255.0
 tunnel source 200.1.1.1
 tunnel destination 199.1.1.1


! 2. Configure the Routing Protocol on the Tunnel Interface and the Internal LAN Segments.


R1


Router eigrp 111
 network 192.168.1.0
 network 10.0.0.0


R2


Router eigrp 111
network 192.168.1.0
network 10.0.0.0

How to Configure GRE VPN | GRE-Generic Routing Encapsulation | GRE Based VPN Tunnel










GRE-Generic Routing Encapsulation | GRE Based VPN Tunnel







How to Configure IPSEC LAN - To - LAN Tunnel | LAN to LAN IPsec VPN







IPSEC Site to Site VPN | IPSEC VPN Explained | Internet Protocol Security (IPsec) VPN Tunnel










What is Hashing ? | How it Works? | Types of Hashing | Hashing in VPN









What is VPN? | VPN Technology | VPN Fundamentals | Why we use VPN?