此内容没有您所选择的语言版本。
Chapter 77. vpn
This chapter describes the commands under the vpn command.
77.1. vpn endpoint group create 复制链接链接已复制到粘贴板!
Usage:
openstack vpn endpoint group create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description <description>]
--type TYPE --value ENDPOINTS
[--project <project>]
[--project-domain <project-domain>]
<name>
Create an endpoint group
| Value | Summary |
|---|---|
| <name> | Name for the endpoint group |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the endpoint group |
| --type TYPE | Type of endpoints in group (e.g. subnet, cidr) |
| --value ENDPOINTS | Endpoint(s) for the group. must all be of the same type. (--value) option can be repeated |
| --project <project> | Owner’s project (name or id) |
| --project-domain <project-domain> | Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.2. vpn endpoint group delete 复制链接链接已复制到粘贴板!
Usage:
openstack vpn endpoint group delete [-h]
<endpoint-group>
[<endpoint-group> ...]
Delete endpoint group(s)
| Value | Summary |
|---|---|
| <endpoint-group> | Endpoint group(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
77.3. vpn endpoint group list 复制链接链接已复制到粘贴板!
Usage:
openstack vpn endpoint group list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List endpoint groups that belong to a given project
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
77.4. vpn endpoint group set 复制链接链接已复制到粘贴板!
Usage:
openstack vpn endpoint group set [-h] [--description <description>]
[--name <name>]
<endpoint-group>
Set endpoint group properties
| Value | Summary |
|---|---|
| <endpoint-group> | Endpoint group to set (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the endpoint group |
| --name <name> | Set a name for the endpoint group |
This command is provided by the python-neutronclient plugin.
77.5. vpn endpoint group show 复制链接链接已复制到粘贴板!
Usage:
openstack vpn endpoint group show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<endpoint-group>
Display endpoint group details
| Value | Summary |
|---|---|
| <endpoint-group> | Endpoint group to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.6. vpn ike policy create 复制链接链接已复制到粘贴板!
Usage:
openstack vpn ike policy create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description <description>]
[--auth-algorithm {sha1,sha256,sha384,sha512}]
[--encryption-algorithm {aes-128,3des,aes-192,aes-256}]
[--phase1-negotiation-mode {main}]
[--ike-version {v1,v2}]
[--pfs {group5,group2,group14}]
[--lifetime units=UNITS,value=VALUE]
[--project <project>]
[--project-domain <project-domain>]
<name>
Create an IKE policy
| Value | Summary |
|---|---|
| <name> | Name of the ike policy |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the IKE policy |
| --auth-algorithm {sha1,sha256,sha384,sha512} | Authentication algorithm |
| --encryption-algorithm {aes-128,3des,aes-192,aes-256} | Encryption algorithm |
| --phase1-negotiation-mode {main} | IKE Phase1 negotiation mode |
| --ike-version {v1,v2} | IKE version for the policy |
| --pfs {group5,group2,group14} | Perfect Forward Secrecy |
| --lifetime units=UNITS,value=VALUE | IKE lifetime attributes. 'units'-seconds, default:seconds. 'value'-non negative integer, default:3600. |
| --project <project> | Owner’s project (name or id) |
| --project-domain <project-domain> | Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.7. vpn ike policy delete 复制链接链接已复制到粘贴板!
Usage:
openstack vpn ike policy delete [-h] <ike-policy> [<ike-policy> ...]
Delete IKE policy (policies)
| Value | Summary |
|---|---|
| <ike-policy> | Ike policy to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
77.8. vpn ike policy list 复制链接链接已复制到粘贴板!
Usage:
openstack vpn ike policy list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List IKE policies that belong to a given project
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
77.9. vpn ike policy set 复制链接链接已复制到粘贴板!
Usage:
openstack vpn ike policy set [-h] [--description <description>]
[--auth-algorithm {sha1,sha256,sha384,sha512}]
[--encryption-algorithm {aes-128,3des,aes-192,aes-256}]
[--phase1-negotiation-mode {main}]
[--ike-version {v1,v2}]
[--pfs {group5,group2,group14}]
[--lifetime units=UNITS,value=VALUE]
[--name <name>]
<ike-policy>
Set IKE policy properties
| Value | Summary |
|---|---|
| <ike-policy> | Ike policy to set (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the IKE policy |
| --auth-algorithm {sha1,sha256,sha384,sha512} | Authentication algorithm |
| --encryption-algorithm {aes-128,3des,aes-192,aes-256} | Encryption algorithm |
| --phase1-negotiation-mode {main} | IKE Phase1 negotiation mode |
| --ike-version {v1,v2} | IKE version for the policy |
| --pfs {group5,group2,group14} | Perfect Forward Secrecy |
| --lifetime units=UNITS,value=VALUE | IKE lifetime attributes. 'units'-seconds, default:seconds. 'value'-non negative integer, default:3600. |
| --name <name> | Name of the ike policy |
This command is provided by the python-neutronclient plugin.
77.10. vpn ike policy show 复制链接链接已复制到粘贴板!
Usage:
openstack vpn ike policy show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<ike-policy>
Display IKE policy details
| Value | Summary |
|---|---|
| <ike-policy> | Ike policy to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.11. vpn ipsec policy create 复制链接链接已复制到粘贴板!
Usage:
openstack vpn ipsec policy create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description <description>]
[--auth-algorithm {sha1,sha256,sha384,sha512}]
[--encapsulation-mode {tunnel,transport}]
[--encryption-algorithm {3des,aes-128,aes-192,aes-256}]
[--lifetime units=UNITS,value=VALUE]
[--pfs {group2,group5,group14}]
[--transform-protocol {esp,ah,ah-esp}]
[--project <project>]
[--project-domain <project-domain>]
<name>
Create an IPsec policy
| Value | Summary |
|---|---|
| <name> | Name of the ipsec policy |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the IPsec policy |
| --auth-algorithm {sha1,sha256,sha384,sha512} | Authentication algorithm for IPsec policy |
| --encapsulation-mode {tunnel,transport} | Encapsulation mode for IPsec policy |
| --encryption-algorithm {3des,aes-128,aes-192,aes-256} | Encryption algorithm for IPsec policy |
| --lifetime units=UNITS,value=VALUE | IPsec lifetime attributes. 'units'-seconds, default:seconds. 'value'-non negative integer, default:3600. |
| --pfs {group2,group5,group14} | Perfect Forward Secrecy for IPsec policy |
| --transform-protocol {esp,ah,ah-esp} | Transform protocol for IPsec policy |
| --project <project> | Owner’s project (name or id) |
| --project-domain <project-domain> | Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.12. vpn ipsec policy delete 复制链接链接已复制到粘贴板!
Usage:
openstack vpn ipsec policy delete [-h]
<ipsec-policy> [<ipsec-policy> ...]
Delete IPsec policy(policies)
| Value | Summary |
|---|---|
| <ipsec-policy> | Ipsec policy to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
77.13. vpn ipsec policy list 复制链接链接已复制到粘贴板!
Usage:
openstack vpn ipsec policy list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List IPsec policies that belong to a given project
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
77.14. vpn ipsec policy set 复制链接链接已复制到粘贴板!
Usage:
openstack vpn ipsec policy set [-h] [--description <description>]
[--auth-algorithm {sha1,sha256,sha384,sha512}]
[--encapsulation-mode {tunnel,transport}]
[--encryption-algorithm {3des,aes-128,aes-192,aes-256}]
[--lifetime units=UNITS,value=VALUE]
[--pfs {group2,group5,group14}]
[--transform-protocol {esp,ah,ah-esp}]
[--name <name>]
<ipsec-policy>
Set IPsec policy properties
| Value | Summary |
|---|---|
| <ipsec-policy> | Ipsec policy to set (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the IPsec policy |
| --auth-algorithm {sha1,sha256,sha384,sha512} | Authentication algorithm for IPsec policy |
| --encapsulation-mode {tunnel,transport} | Encapsulation mode for IPsec policy |
| --encryption-algorithm {3des,aes-128,aes-192,aes-256} | Encryption algorithm for IPsec policy |
| --lifetime units=UNITS,value=VALUE | IPsec lifetime attributes. 'units'-seconds, default:seconds. 'value'-non negative integer, default:3600. |
| --pfs {group2,group5,group14} | Perfect Forward Secrecy for IPsec policy |
| --transform-protocol {esp,ah,ah-esp} | Transform protocol for IPsec policy |
| --name <name> | Name of the ipsec policy |
This command is provided by the python-neutronclient plugin.
77.15. vpn ipsec policy show 复制链接链接已复制到粘贴板!
Usage:
openstack vpn ipsec policy show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<ipsec-policy>
Display IPsec policy details
| Value | Summary |
|---|---|
| <ipsec-policy> | Ipsec policy to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.16. vpn ipsec site connection create 复制链接链接已复制到粘贴板!
Usage:
openstack vpn ipsec site connection create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--prefix PREFIX]
[--description <description>]
[--dpd action=ACTION,interval=INTERVAL,timeout=TIMEOUT]
[--mtu MTU]
[--initiator {bi-directional,response-only}]
[--peer-cidr PEER_CIDRS | --local-endpoint-group LOCAL_ENDPOINT_GROUP]
[--peer-endpoint-group PEER_ENDPOINT_GROUP]
[--enable | --disable]
[--local-id LOCAL_ID]
--peer-id PEER_ID
--peer-address PEER_ADDRESS
--psk PSK --vpnservice
VPNSERVICE --ikepolicy
IKEPOLICY --ipsecpolicy
IPSECPOLICY
[--project <project>]
[--project-domain <project-domain>]
<name>
Create an IPsec site connection
| Value | Summary |
|---|---|
| <name> | Set friendly name for the connection |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the connection |
| --dpd action=ACTION,interval=INTERVAL,timeout=TIMEOUT | Ipsec connection Dead Peer Detection attributes. 'action'-hold,clear,disabled,restart,restart-by-peer. 'interval' and 'timeout' are non negative integers. 'interval' should be less than 'timeout' value. 'action', default:hold 'interval', default:30, 'timeout', default:120. |
| --mtu MTU | Mtu size for the connection |
| --initiator {bi-directional,response-only} | Initiator state |
| --peer-cidr PEER_CIDRS | Remote subnet(s) in CIDR format. Cannot be specified when using endpoint groups. Only applicable, if subnet provided for VPN service. |
| --local-endpoint-group LOCAL_ENDPOINT_GROUP | Local endpoint group (name or ID) with subnet(s) for IPsec connection |
| --peer-endpoint-group PEER_ENDPOINT_GROUP | Peer endpoint group (name or ID) with CIDR(s) for IPSec connection |
| --enable | Enable ipsec site connection |
| --disable | Disable ipsec site connection |
| --local-id LOCAL_ID | An id to be used instead of the external ip address for a virtual router |
| --peer-id PEER_ID | Peer router identity for authentication. can be IPv4/IPv6 address, e-mail address, key id, or FQDN |
| --peer-address PEER_ADDRESS | Peer gateway public IPv4/IPv6 address or FQDN |
| --psk PSK | Pre-shared key string. |
| --vpnservice VPNSERVICE | VPN service instance associated with this connection (name or ID) |
| --ikepolicy IKEPOLICY | IKE policy associated with this connection (name or ID) |
| --ipsecpolicy IPSECPOLICY | IPsec policy associated with this connection (name or ID) |
| --project <project> | Owner’s project (name or id) |
| --project-domain <project-domain> | Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.17. vpn ipsec site connection delete 复制链接链接已复制到粘贴板!
Usage:
openstack vpn ipsec site connection delete [-h]
<ipsec-site-connection>
[<ipsec-site-connection> ...]
Delete IPsec site connection(s)
| Value | Summary |
|---|---|
| <ipsec-site-connection> | IPsec site connection to delete (name or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
77.18. vpn ipsec site connection list 复制链接链接已复制到粘贴板!
Usage:
openstack vpn ipsec site connection list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long]
List IPsec site connections that belong to a given project
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
77.19. vpn ipsec site connection set 复制链接链接已复制到粘贴板!
Usage:
openstack vpn ipsec site connection set [-h]
[--description <description>]
[--dpd action=ACTION,interval=INTERVAL,timeout=TIMEOUT]
[--mtu MTU]
[--initiator {bi-directional,response-only}]
[--peer-cidr PEER_CIDRS | --local-endpoint-group LOCAL_ENDPOINT_GROUP]
[--peer-endpoint-group PEER_ENDPOINT_GROUP]
[--enable | --disable]
[--local-id LOCAL_ID]
[--peer-id PEER_ID]
[--peer-address PEER_ADDRESS]
[--name <name>]
<ipsec-site-connection>
Set IPsec site connection properties
| Value | Summary |
|---|---|
| <ipsec-site-connection> | IPsec site connection to set (name or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the connection |
| --dpd action=ACTION,interval=INTERVAL,timeout=TIMEOUT | Ipsec connection Dead Peer Detection attributes. 'action'-hold,clear,disabled,restart,restart-by-peer. 'interval' and 'timeout' are non negative integers. 'interval' should be less than 'timeout' value. 'action', default:hold 'interval', default:30, 'timeout', default:120. |
| --mtu MTU | Mtu size for the connection |
| --initiator {bi-directional,response-only} | Initiator state |
| --peer-cidr PEER_CIDRS | Remote subnet(s) in CIDR format. Cannot be specified when using endpoint groups. Only applicable, if subnet provided for VPN service. |
| --local-endpoint-group LOCAL_ENDPOINT_GROUP | Local endpoint group (name or ID) with subnet(s) for IPsec connection |
| --peer-endpoint-group PEER_ENDPOINT_GROUP | Peer endpoint group (name or ID) with CIDR(s) for IPSec connection |
| --enable | Enable ipsec site connection |
| --disable | Disable ipsec site connection |
| --local-id LOCAL_ID | An id to be used instead of the external ip address for a virtual router |
| --peer-id PEER_ID | Peer router identity for authentication. can be IPv4/IPv6 address, e-mail address, key id, or FQDN |
| --peer-address PEER_ADDRESS | Peer gateway public IPv4/IPv6 address or FQDN |
| --name <name> | Set friendly name for the connection |
This command is provided by the python-neutronclient plugin.
77.20. vpn ipsec site connection show 复制链接链接已复制到粘贴板!
Usage:
openstack vpn ipsec site connection show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<ipsec-site-connection>
Show information of a given IPsec site connection
| Value | Summary |
|---|---|
| <ipsec-site-connection> | IPsec site connection to display (name or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.21. vpn service create 复制链接链接已复制到粘贴板!
Usage:
openstack vpn service create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
[--description <description>]
[--subnet <subnet>] [--flavor <flavor>]
[--enable | --disable] --router ROUTER
[--project <project>]
[--project-domain <project-domain>]
<name>
Create an VPN service
| Value | Summary |
|---|---|
| <name> | Name for the vpn service |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the VPN service |
| --subnet <subnet> | Local private subnet (name or id) |
| --flavor <flavor> | Flavor for the vpn service (name or id) |
| --enable | Enable vpn service |
| --disable | Disable vpn service |
| --router ROUTER | Router for the vpn service (name or id) |
| --project <project> | Owner’s project (name or id) |
| --project-domain <project-domain> | Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.22. vpn service delete 复制链接链接已复制到粘贴板!
Usage:
openstack vpn service delete [-h] <vpn-service> [<vpn-service> ...]
Delete VPN service(s)
| Value | Summary |
|---|---|
| <vpn-service> | Vpn service to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
77.23. vpn service list 复制链接链接已复制到粘贴板!
Usage:
openstack vpn service list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List VPN services that belong to a given project
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
77.24. vpn service set 复制链接链接已复制到粘贴板!
Usage:
openstack vpn service set [-h] [--description <description>]
[--subnet <subnet>] [--flavor <flavor>]
[--enable | --disable] [--name <name>]
<vpn-service>
Set VPN service properties
| Value | Summary |
|---|---|
| <vpn-service> | Vpn service to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the VPN service |
| --subnet <subnet> | Local private subnet (name or id) |
| --flavor <flavor> | Flavor for the vpn service (name or id) |
| --enable | Enable vpn service |
| --disable | Disable vpn service |
| --name <name> | Name for the vpn service |
This command is provided by the python-neutronclient plugin.
77.25. vpn service show 复制链接链接已复制到粘贴板!
Usage:
openstack vpn service show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<vpn-service>
Display VPN service details
| Value | Summary |
|---|---|
| <vpn-service> | Vpn service to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.