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> vti bind <vtix>

Binds the IPsec site-to-site VPN tunnel to a virtual tunnel interface.

set security vpn ipsec site-to-site peer peer vti bind vtix
delete security vpn ipsec site-to-site peer peer vti bind
show security vpn ipsec site-to-site peer peer vti bind
peer
Mandatory. The address of the far-end VPN gateway. The format is an IPv4 address.
vtix
Mandatory. The virtual tunnel interface to bind the IPsec site-to-site VPN tunnel to. The virtual tunnel interface must have already been defined, using interfaces vti <vtix>.

Configuration mode

security {
        vpn {
            ipsec {
                site-to-site {
                    peer peer {
                        vti {
                            bind vtix 
                   }
                }
            }
        }
    }
}

Use this command to bind an IPsec site-to-site VPN tunnel to a virtual tunnel interface.

Use the set form of this command to bind the IPsec site-to-site VPN tunnel to the specified virtual tunnel interface.

Use the delete form of this command to remove the bind to the virtual tunnel interface.

Use the show form of this command to view the bind configuration.