06-29-2020 08:11 AM - edited 06-29-2020 08:12 AM
Hi everybody,
I have a question about GRE tunnels. I have the follow topology connected using dinamic routing (whichever)
and I would like create a GRE tunnel between each router (must be point to point GRE tunnel, to avoid different problems with the topology, I can't use DMVPN) so I need define a GRE tunnel between router 0 -> router 1, router 0 -> router 2, router 0 -> router 3, router 1 -> router 2, .... etc. My question is, can I use same ip to define tunnel betwen different interfaces? I mean, GRE tunnel between router 0 -> 1 will have ip 1.1.1.1 (router 0) and 1.1.1.2 (router1). Can I define same ip between router 0 and router 3 or it's necessary to add new ip?
Tunnel between router 0 and router 1:
Tunnel between router 0 and router 3:
Solved! Go to Solution.
06-29-2020 09:03 AM
Hello @sir_ulrick ,
you can have multiple tunnels using the same source interface.
You can multiplex / demultiplex using the command tunnel key <number>
However, the IP address assigned to the GRE Tunnel must be different in each tunnel (the internal address). Each p2p GRE tunnel will need a different IP subnet for internal addresses.
Hope to help
Giuseppe
06-29-2020 09:03 AM
Hello @sir_ulrick ,
you can have multiple tunnels using the same source interface.
You can multiplex / demultiplex using the command tunnel key <number>
However, the IP address assigned to the GRE Tunnel must be different in each tunnel (the internal address). Each p2p GRE tunnel will need a different IP subnet for internal addresses.
Hope to help
Giuseppe
06-30-2020 01:33 AM
06-30-2020 08:39 AM
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