Route-Based VPN

Overview of Route-Based VPN

Route-Based VPNClosed A routing method for participants in a VPN community, defined by network routes. provides a flexible and scalable approach to secure communication between Security Gateways. Unlike traditional domain-based VPNs, Route-Based VPN leverages virtual interfaces - known as VPN TunnelClosed An encrypted connection between two hosts using standard protocols (such as L2TP) to encrypt traffic going in and decrypt it coming out, creating an encapsulated network through which data can be safely shared as though on a physical private line. Interfaces (VTIs) - to route traffic dynamically based on IP routing decisions.

Each VTI acts as a virtual point-to-point link between peer Security Gateways, enabling encrypted traffic to flow seamlessly across the VPN tunnel, that are defined with all of its properties within a VPN CommunityClosed A named collection of VPN domains, each protected by a VPN gateway..

Traffic destined for a peer's VPN domain is automatically routed through the corresponding VTI, allowing the use of dynamic routing protocols such as OSPF or BGP. This setup enables routing daemons on each gateway to exchange information as if they were directly connected, improving network adaptability and performance.

Route-Based VPN can only be implemented between Security Gateways within the same VPN Community.

Simplified Route-Based VPN

Manual Route-Based VPN