03-18-2023 04:56 PM
03-18-2023 05:34 PM - edited 03-18-2023 06:20 PM
There is l2vpn between two site
The frame is encapsulated inside the IP packet in one side and send to other side which decapsulate the packe and forward frame.
This way two branch look like connect to virtual SW
03-18-2023 05:35 PM - edited 03-18-2023 06:37 PM
as per your case, until Router A and Router B have any kind of L2VPN VPN L2L extended, IP addresses RFC1918 can not go beyond your Router - even if they go the ISP will drop that request. So Router A and Router B do the NAT with an external Routable IP address always.
you can get more information here : (how routing takes place between Routers)
https://networklessons.com/cisco/ccnp-encor-350-401/introduction-to-routers-and-routing
In other cases if you have L2 VPN you can have duplicate address space using the same IP address on both the sides ( you need to do NAT again if both the side hosts using the same IP address: for example Host A 10.10.10.100 and Host B also have 10.10.10.100
EDIT - due to misunderstanding other posters my views.
03-18-2023 06:22 PM
Vpn l2l not support l2 over it,
And if you talk about overlapping subnet then I dont think the arp will flow through vpn tunnel.
He need l2vpn.
03-18-2023 06:35 PM
Maybe I was not clear about my last port
VPN L2L - I meant to L2 VPN - it may be my typo. - that clears the whole confusion.
And if you talk about overlapping subnet then I dont think the arp will flow through vpn tunnel.
- not that i have mentioned ARP will pass, I was just aware duplicate address space.
03-18-2023 06:27 PM
Hi, thank you both.
Do ISPs drop packets with RFC 1918 addresses in the destination field in all cases, or are they configured to do so if and only if those kinds of packets arrive on their WAN interfaces? I assume the latter, because if they were hard-coded to never work with private IP addresses, they would need public IPs when routing things internally (so within the ISP's autonomous system), but that would clearly be inefficient. I'd like to ask for confirmation, though. So could ISP routers be (mis)configured to route private IPs as well on the WAN?
Thanks.
03-18-2023 07:02 PM
There are a several ways to transport L2 over L3, including across the Internet, such as Ethernet VPN, L2TPv2 or VLL, etc. (Take note of references in those Wiki articles for additional information and/or technologies.)
Basically, all are different approaches to encapsulate L2 frames within L3 packets (still within their own L2 frames).
In concept, the forgoing is similar to L3 encapsulation of L3, e.g. GRE.
If the concept of a "router" forwarding L2 between interfaces is unknown to you, you might also want to read about Cisco's IRB.
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