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.

interfaces openvpn <vtunx> disable

Disables an OpenVPN interface without discarding the configuration.

set interfaces openvpn vtunx disable
delete interfaces openvpn vtunx disable
show interfaces openvpn vtunx

The OpenVPN interface configuration is enabled.

vtunx
The identifier for the OpenVPN interface. This may be vtun0 to vtunx, where x is a non-negative integer.

Configuration mode

interfaces {
    openvpn vtunx {
        disable
    }
}

Use this command to disable an OpenVPN interface without discarding configuration. The interface can then be re-enabled at a later time without the need to redefine the configuration.

Use the set form of this command to disable an interface.

Use the delete form of this command to enable an interface.

Use the show form of this command to view the configuration of an interface.