Skip to main content

Questions tagged [gre]

Generic Routing Encapsulation is a tunnelling protocol, used to carry network layer protocols through encapsulation inside others.

2 votes
1 answer
488 views

What I have learnt is that whenever protocol X is encapsulated inside another protocol Y, then we say protocol X over protocol Y. eg: we say video over http or text over http, that's because video/...
rooni's user avatar
  • 191
0 votes
0 answers
177 views

Implementing VXLAN is widely documented for Juniper MX routers on connecting two networks. However, I find it's rather difficult to find a equivalent implement of the following Linux command: ip link ...
Lingfeng Xiong's user avatar
1 vote
1 answer
165 views

What should be at Inner header and Outer header in tunnel packet ? And then we have tunnel IP address(for both router), tunnel source IP address, tunnel destination IP address. In my understanding, ...
jacky chong's user avatar
1 vote
2 answers
678 views

I was going through this feature of GRE called GRE-in-UDP encapsulation. The RFC says it is unidirectional and the tunnel traffic is not expected to be returned back to the UDP source port values used ...
RootPhoenix's user avatar
1 vote
1 answer
321 views

There are a number of virtual internet exchanges that BGP peer over VPN links when local presence is not available. Given the IP encapsulation overhead, and the fact that these routes still cross the ...
KJ7LNW's user avatar
  • 283
0 votes
1 answer
166 views

I wanted to know if this is a valid scenario and if it is possible to implement. There is a remote site A. and a Data center site B. Both A and B have a edge router which runs an IPSec tunnel. An ...
RootPhoenix's user avatar
0 votes
1 answer
74 views

If I have edge router and core router (kind of Hub) and few ISP lines between them what are the most relevant technologies to be used for mobile broadband bonding? Expected result is: if one of ISP ...
baltasvejas's user avatar
1 vote
3 answers
868 views

I'm trying to build the following network architecture: Where clients try to connect to a backend server (e.g. SSH) by using a Public Anycast IP adddress (1.2.3.4), that routes the client to the ...
John's user avatar
  • 11
1 vote
2 answers
384 views

I've read this blog post, which said that "Unlike some other protocols, the source for GRE packets cannot be faked or spoofed." But why? What is preventing me from setting an arbitrary ...
Gabscap's user avatar
  • 111
0 votes
2 answers
2k views

Background My workplace has 2 office areas which is only 200 meters away from each other. They have their own local networks, their own Internet connections, with routers configured to fallback to the ...
Livy's user avatar
  • 453
1 vote
2 answers
3k views

Many sources site GRE as supporting broadcast/multicast and IPsec does not. Both GRE and IPsec are merely tunneling protocols. Therefore there is nothing inherent about tunneling protocols which ...
jester's user avatar
  • 127
4 votes
1 answer
1k views

NEW INFO_7-12-21 R1#sho ipv6 rout 2001:db8:B2:200::2:2 Routing entry for 2001:db8:B2:200::2:2/128 Known via "static", distance 1, metric 0 Route count is 1/1, share count 0 Routing ...
Ben's user avatar
  • 157
0 votes
1 answer
401 views

Is it possible to achieve 1500 byte MTU at the end host connections ignoring fragmentation overhead in this simple scenario using GRE. I would like to configure R1 and R2 to do the fragmentation ...
ebilcari's user avatar
  • 121
0 votes
1 answer
131 views

Given for instance, interface Tunnel200 tunnel destination 110.153.1.1 There's a static route for 110.153.1.1, pointing to physical interface Gi0/0. Gi0/0 is only used for tunnel200. Under show ...
iridescent's user avatar
2 votes
0 answers
213 views

I have configured GRE tunnel between the Dublin and Carlow routers with the following commands: //Carlow int tunnel 0 ip address 172.16.12.1 255.255.255.252 tunnel source s0/0/0 tunnel destination 87....
Anthony's user avatar
  • 21

15 30 50 per page
1
2 3 4 5