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 profile <profile-name> bind tunnel <tunx>

Specifies the tunnel interface to associate the IPsec profile configuration with.

set security vpn ipsec profile profile-name bind tunnel tunx
delete security vpn ipsec profile profile-name bind tunnel
show security vpn ipsec profile profile-name bind tunnel
profile-name
Multi-node. The name of the IPsec configuration profile.

You can define more than one IPsec profile by creating multiple profile configuration nodes.

tunx
The name of the tunnel interface to associate the IPsec profile configuration with.

Configuration mode

security {
        vpn {
            ipsec {
                profile profile-name {
                        bind {
                            tunnel tunx
                }
            }
        }
    }
}

Use this command to specify the tunnel interface to associate the IPsec profile configuration with.

Use the set form of this command to specify the tunnel interface to associate the IPsec profile configuration with.

Use the delete form of this command to remove the bind configuration.

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