VPN management in the CLI
The primary commands associated with VPNaaS in the Neutron CLI include:
vpn-ikepolicy-create
vpn-ikepolicy-delete
vpn-ikepolicy-list
vpn-ikepolicy-show
vpn-ikepolicy-update
vpn-ipsecpolicy-create
vpn-ipsecpolicy-delete
vpn-ipsecpolicy-list
vpn-ipsecpolicy-show
vpn-ipsecpolicy-update
vpn-service-create
vpn-service-delete
vpn-service-list
vpn-service-show
vpn-service-update
ipsec-site-connection-create
ipsec-site-connection-delete
ipsec-site-connection-list
ipsec-site-connection-show
ipsec-site-connection-update
Managing IKE policies
IKE policies define the parameters used to establish phase 1 of an IPSec tunnel and are a required component of IPSec site connections.
Creating an IKE policy in the CLI
To create an IKE policy in the CLI, use the Neutron vpn-ikepolicy-create
command as shown in the following example:
usage: vpn-ikepolicy-create [--tenant-id TENANT_ID] [--description DESCRIPTION] [--auth-algorithm {sha1}] [--encryption-algorithm ENCRYPTION_ALGORITHM...