06-20-2005 03:38 AM - edited 03-03-2019 09:50 AM
I saw a GRE Tunnel configuration and i would like some advice. There is loopback interface loopbacko configured. There is a tunnel0 interface configured with ip address in different subnet and tunnel source pointing towards loopback0. How GRE Tunnel Works. Is there any good documentation where i can get all the information?
Thanks in Advance
06-20-2005 05:52 AM
The essential concept of GRE tunnels is that the router takes some packet (it might be IP or might be some other protocol) and re-encapsulates it producing a new IP packet with the original packet as the payload of the new packet. The source address of the GRE packet is some interface on the originating router and the destination address is some address on the receiving router.
There is no rule about which interface to choose as the GRE source (or destination). Many times the loopback is chosen as the GRE source/destination address. This is particularly advantageous when there are multiple paths to the other router and multiple interfaces over which the GRE packet might be sent. But there are also situations where it is advantageous to choose a physical interface as the GRE source/destination address.
This link should give you some information to get started in becoming more familiar with GRE tunnels:
HTH
Rick
06-27-2005 02:18 AM
Thanks a lot for your information. I will go through the doucmentation link that you have provided and will get back if i have any queries.
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