RouteBasedL3VpnSession

RouteBasedL3VpnSession
RouteBasedL3VpnSession

A Route Based L3Vpn is more flexible, more powerful and recommended over policy based. IP Tunnel subnet is created and all traffic routed through tunnel subnet is sent over tunnel. Routes can be learned through BGP. A route based L3Vpn is required when using redundant L3Vpn.

AllOf
This class requires all of the following:
JSON Example
{
    "resource_type": "string",
    "default_rule_logging": false,
    "force_whitelisting": false,
    "routing_config_path": "string",
    "tunnel_subnets": [
        {
            "ip_addresses": [
                "string"
            ],
            "prefix_length": 0
        }
    ]
}