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 client-ip-pool stop <ipv4>

Specifies the ending address of a pool of IP addresses for L2TP VPN remote clients.

set security vpn l2tp remote-access client-ip-pool stop ipv4
delete security vpn l2tp remote-access client-ip-pool stop
show security vpn l2tp remote-access client-ip-pool stop

The default ending address is 10.255.255.255.

ipv4
The IP address that designates the end of the address pool.

Configuration mode


security {
       vpn {
          l2tp {
             remote-access {
                client-ip-pool {
                          stop ipv4
             }   
          }  
       } 
    }
}

Use this command to specify the ending address of an address pool for remote L2TP VPN clients. Each L2TP VPN connection requires a client address and a server address. Both the beginning and ending addresses must be specified for the remote L2TP VPN clients. Use the security vpn 12tp remote-access client-ip-pool start ipv4 command to specify the beginning address for the L2TP VPN clients.

For information on how to specify the range of addresses for an L2TP server, refer to the security vpn 12tp remote-access server-ip-pool start ipv4 and security vpn 12tp remote-access server-ip-pool stop ipv4 commands.

Use the set form of this command to specify the ending address.

Use the delete form of this command to delete the ending address.

Use the show form of this command to display the ending address.