I hope that anyone here can guide me in the right direction regarding the following scenario:
RouterBOARD 1:
ether1 has a tagged VLAN 10 “subinterface” with a /30 IP address
eoip-tunnel1 is bridged with ether2
RouterBOARD 2:
ether1 has also a tagged VLAN 10 “subinterface” with the other /30 IP address
eoip-tunnel1 is bridged with ether2
The MTU of the switch where both RouterBOARDs ether1 interfaces are connected to is 1536.
Now I want a Cisco 3550 on both sides connected to ether2 to be able to run dot1q-tunnels accross the eoip-tunnel1, which means the tagged port between the 3550s (which is the eoip-tunnel1) has additional 4bytes attached for the second VLAN tag next to the standard 4byte VLAN tag.
So please let me know which parameter (MTU or L2MTU) of which interface I have to set to which value that this scenario works without problems??
I already searched the forum but didn’t find a straigt answer
I advice you to use BCP over L2TP with MLPPP support over single link instead of EoIP, then you don’t have to mind about the packet size through the tunnel.
Regarding the MTU size, it’s the L2MTU you should look at.
L2MTU is the maximum size of a packet in the physical interface, read the second guide above.
does EoIP runs over the vlan10?
Then I agree that the ether2 L2MTU should be 1504
In your example, it’s not QinQ you’re running, since EoIP encapsulates the whole ethernet frame from ether2
I still advice you to run BCP with L2TP instead of EoIP it’s less CPU intensive.