home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

security vpn l2tp remote-access outside-nexthop <ipv4>

Sets the IP address of the next hop on the external network.

set security vpn l2tp remote-access outside-nexthop ipv4
delete security vpn l2tp remote-access outside-nexthop ipv4
show security vpn l2tp remote-access outside-nexthop
ipv4
The IPv4 address of the next hop on the outside network.

Configuration mode


security {
       vpn {
          l2tp {
             remote-access {
                outside-nexthop ipv4            
          }   
        
       } 
    }
}

Use this command to set the next hop on the external network for a remote access L2TP VPN connection.

Use the set form of this command to set the L2TP VPN outside next hop.

Use the delete form of this command to remove the L2TP VPN outside next hop.

Use the show form of this command to display L2TP VPN outside next-hop configuration.