top of page

GRE Tunnel

GRE Tunnel

​

​

​

​

​

​

​

​

​

​

​

​

​

 

(Rode is GRE Tunnel)

Eerst lijnen groen maken (IPv4) :

En
Conf t
host R1
int f0/1
ip addr 192.168.1.1 255.255.255.0
no sh
exit

​

Int f0/0
ip addr 10.0.0.1 255.255.255.0
no sh
exit

​

Bij GRE Tunnel EIGRP/Statische route gebruiken!

Router eigrp 23
net 192.168.1.0  0.0.0.255
net 10.0.0.0 0.0.0.255
exit

​

Statiche route voor examen:
Ip route 192.168.2.0 255.255.255.0 192.168.3.2

Nu GRE Tunnel IPv4:

Int tunnel 0
ip addr192.168.3.1 ( tunnel ip met .1) 255.255.255.0
tunnel source f0/0
tunnel destination 10.0.0.2
tunnel mode gre ip
no sh
exit
 


 

​

​

​

​

​

​

​

​


GRE Tunnel IPv6:

Ipv6 unicast-routing
int tunnel 0
ipv6 addr 2500::2/64
tunnel source s0/0/0
tunnel destination 201.150.200.1 ( ip van ander kant )
tunnel mode ipv6ip
no sh
exit  -> Goede

wix1.png
wix2.png
bottom of page