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 ipsec site-to-site peer <peer> description <desc>

Specifies a description for a VPN peer.

set security vpn ipsec site-to-site peer peer description desc
delete security vpn ipsec site-to-site peer peer description
show security vpn ipsec site-to-site peer peer description
peer
Mandatory. The address of the far-end VPN gateway. The format is an IPv4 address, an IPv6 address, a hostname (IPv4 networks only), an authentication ID, or 0.0.0.0.
desc
A brief description for the VPN peer. If the description contains space characters, it must be enclosed in double quotes.

Configuration mode


security {
        vpn {
            ipsec {
            site-to-site {
                peer peer {
                    description desc
                }
            }
        }
    }
}

Use this command to specify a description for the VPN peer.

Use the set form of this command to specify the description for the VPN peer.

Use the delete form of this command to remove the description for the VPN peer.

Use the show form of this command to view the description for the VPN peer.