04-15-2009 02:29 AM - edited 03-04-2019 04:22 AM
Hi,
We have the following problem :
We have two sites, site A and site B which are interconnected as following :
(Site A)--Router A---Firewall A---------WAN--------Firewall B---Router B-----(Site B)
The two routers are 3825 Cisco Routers.
On each of theses routers, there are multiple VRF created in order to separate user traffic.
Each Cisco router is interconnected with its firewall by an ip adress in the global routing table.
We wanted to create as much GRE tunnel as VRF.However, all the GRE tunnel must have the same source and destination address which is the address of the interface linked to the firewall (address in the global routing table).
Here is an exemple of our configuration :
interface Tunnel 1
ip vrf forwarding vrf_1
ip address 10.0.0.1 255.255.255.0
keepalive 10 3
tunnel destination GigabitEthernet 0/1
tunnel destination 93.2.3.2
interface Tunnel 2
ip vrf forwarding vrf_2
ip address 11.0.0.1 255.255.255.0
keepalive 10 3
tunnel destination GigabitEthernet 0/1
tunnel destination 93.2.3.2
interface Tunnel 3
ip vrf forwarding vrf_3
ip address 11.0.0.1 255.255.255.0
keepalive 10 3
tunnel destination GigabitEthernet 0/1
tunnel destination 93.2.3.2
When we set up a unique Tunnel, it works very well (Interfave Tunnel up).
But as soon as we create another tunnel with the same source and destination address, these tunnels fall down.
So, is it impossible to create Tunnels with the same source and destination address? So is there any other solution to fix our problem?
Thanks you very much for your responses
Best Regards
Solved! Go to Solution.
04-15-2009 02:58 AM
Use "tunnel key".
04-15-2009 02:58 AM
Use "tunnel key".
04-15-2009 04:14 AM
Thank you very much! This command solved our problem.
01-09-2019 04:17 AM
Добрый день! у меня такое проблема я настроил gre T0 между 4 роутер туннели работает они видит себя толка по один стороны. у меня 3 роутера по середине 1 роутер вот по этой картинки
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