User Tools

Site Tools


Sidebar

CCNA Notes

Resources

GNS3 - Graphical Network Simulator for Win / Mac / Linux

r/CCNA - CCNA subreddit

icnd1:gre

This is an old revision of the document!


GRE

Generic Routing Encapsulation protocol can be used as logical point-to-point links, encapsulating most any traffic over a tunnel as unicast. The unicast feature being useful over IPSEC as IPSEC only works over unicast traffic.

Configuration Example

Topology

Assuming all destinations are routable – creating a basic GRE Tunnel over the following topology:

Simple Topology–

  • 3 routers / 2 subnets
  • R1 and R3 Loopback0 interfaces
  • We will create the 172.16.0.0 /30 GRE Tunnels over R1 and R3.

Tunnel Configuration

R1–

R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#int tunnel 100
R1(config-if)#tunnel source loopback 0
R1(config-if)#tunnel destination 10.35.0.1
*Mar  1 00:01:05.803: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel100, changed state to up

R3–

CODE HERE
icnd1/gre.1710434218.txt.gz · Last modified: 2024/03/14 16:36 by 114.119.138.183