07-09-2008 03:03 AM - edited 03-06-2019 12:05 AM
Hi,
Pl help me, What is the need of Tunnel interface in router?
Arun.
07-09-2008 03:52 AM
Hi Arun
The basic use of a gre tunnel between two locations is to route private ip blocks (RFC 1918 blocks) through public ip network.
regds
07-09-2008 07:09 AM
GRE tunnel interfaces are used to facilitate encapsulation of traffic that would otherwise not be routable.
As stated by the other respondent, this may be private addresses, but it may also be non-IP traffic (IPX, AppleTalk, etc.), or multicast traffic such as dynamic routing protocols (OSPF, EIGRP, etc.).
GRE is often combined with IPSec to extend a routing domain because of IPSec's limitations.
In this case, the routing protocol (passenger protocol) is encapsulated within GRE, which is then encapsulated within IPSec (usually ESP).
GRE encapsulation results in an additional IP header (tunnel source IP, and tunnel destination IP).
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide