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> description <description>

Provides a description for an OpenVPN interface.

set interfaces openvpn vtunx description description
delete interfaces openvpn vtunx description
show interfaces openvpn vtunx description
vtunx
The identifier for an OpenVPN interface. This may be vtun0 to vtunx, where x is a non-negative integer.
description
A brief description for the interface. If the description contains spaces, it must be enclosed in quotation marks.

Configuration mode

interfaces {
    openvpn vtunx {
        description description
    }
}

Use this command to provide a description for an OpenVPN interface.

Note: Committing configuration changes to this configuration node does not result in the OpenVPN process being restarted.

Use the set form of this command to provide a description for an interface.

Use the delete form of this command to remove the description for an interface.

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