GRE Tunnel Between CISCO and Fortigate
=======================================================
Fortigate GRE Tunnel
=======================================================
config system gre-tunnel
edit "OKHLA_NEW_DELHI"
set interface "SIFY-MPLS" (System interface under which to create VPN)
set local-gw 192.168.90.130 (Tunnel Wan sOURCE)
set remote-gw 192.168.91.162 (Tunnel Wan Destiation)
next
end
edit "OKHLA_NEW_DELHI" (Main Tunnel interface under WAN)
set ip 6.6.6.10 255.255.255.255 (Tunnel IP Address)
set type tunnel
set remote-ip 6.6.6.9 (Set Remote Tunnel ip Address)
set interface "SIFY-MPLS" (Main ISP INterface)
next
=================================================
CISCO GRE Tunnel
=================================================
interface Tunnel301
bandwidth 1024
ip address 6.6.6.9 255.255.255.252
tunnel source 192.168.91.162
tunnel destination 192.168.90.130
Fortigate GRE Tunnel
=======================================================
config system gre-tunnel
edit "OKHLA_NEW_DELHI"
set interface "SIFY-MPLS" (System interface under which to create VPN)
set local-gw 192.168.90.130 (Tunnel Wan sOURCE)
set remote-gw 192.168.91.162 (Tunnel Wan Destiation)
next
end
edit "OKHLA_NEW_DELHI" (Main Tunnel interface under WAN)
set ip 6.6.6.10 255.255.255.255 (Tunnel IP Address)
set type tunnel
set remote-ip 6.6.6.9 (Set Remote Tunnel ip Address)
set interface "SIFY-MPLS" (Main ISP INterface)
next
=================================================
CISCO GRE Tunnel
=================================================
interface Tunnel301
bandwidth 1024
ip address 6.6.6.9 255.255.255.252
tunnel source 192.168.91.162
tunnel destination 192.168.90.130
Comments
Post a Comment