このコンテンツは選択した言語では利用できません。

Chapter 13. bgpvpn


This chapter describes the commands under the bgpvpn command.

13.1. bgpvpn create

Usage:

openstack bgpvpn create [-h] [-f {json,shell,table,value,yaml}]

                             [-c COLUMN] [--max-width <integer>]
                             [--fit-width] [--print-empty] [--noindent]
                             [--prefix PREFIX] [--project <project>]
                             [--project-domain <project-domain>]
                             [--name <name>] [--route-target <route-target>]
                             [--import-target <import-target>]
                             [--export-target <export-target>]
                             [--route-distinguisher <route-distinguisher>]
                             [--vni VNI] [--local-pref LOCAL_PREF]
                             [--type {l2,l3}]
Copy to Clipboard Toggle word wrap

Create BGP VPN resource

Expand
Table 13.1. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--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.

--name <name>

Name of the bgp vpn

--route-target <route-target>

Add Route Target to import/export list (repeat option for multiple Route Targets)

--import-target <import-target>

Add Route Target to import list (repeat option for multiple Route Targets)

--export-target <export-target>

Add Route Target to export list (repeat option for multiple Route Targets)

--route-distinguisher <route-distinguisher>

Add Route Distinguisher to the list of Route Distinguishers from which a Route Distinguishers will be picked from to advertise a VPN route (repeat option for multiple Route Distinguishers)

--vni VNI

Vxlan network identifier to be used for this bgpvpn when a VXLAN encapsulation is used

--local-pref LOCAL_PREF

Default BGP LOCAL_PREF to use in route advertisementstowards this BGPVPN.

--type {l2,l3}

Bgp vpn type selection between ip vpn (l3) and Ethernet VPN (l2) (default: l3)

Expand
Table 13.2. Output Formatters
ValueSummary

-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

Expand
Table 13.3. Table Formatter
ValueSummary

--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.

Expand
Table 13.4. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 13.5. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

13.2. bgpvpn delete

Usage:

openstack bgpvpn delete [-h] <bgpvpn> [<bgpvpn> ...]
Copy to Clipboard Toggle word wrap

Delete BGP VPN resource(s)

Expand
Table 13.6. Positional Arguments
ValueSummary

<bgpvpn>

Bgp vpn(s) to delete (name or id)

Expand
Table 13.7. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

This command is provided by the python-neutronclient plugin.

13.3. bgpvpn list

Usage:

openstack bgpvpn 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] [--project <project>]
                           [--project-domain <project-domain>] [--long]
                           [--property <key=value>]
Copy to Clipboard Toggle word wrap

List BGP VPN resources

Expand
Table 13.8. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--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.

--long

List additional fields in output

--property <key=value>

Filter property to apply on returned BGP VPNs (repeat to filter on multiple properties)

Expand
Table 13.9. Output Formatters
ValueSummary

-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

Expand
Table 13.10. Table Formatter
ValueSummary

--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.

Expand
Table 13.11. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 13.12. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-neutronclient plugin.

13.4. bgpvpn network association create

Usage:

openstack bgpvpn network association create [-h]

                                                 [-f {json,shell,table,value,yaml}]
                                                 [-c COLUMN]
                                                 [--max-width <integer>]
                                                 [--fit-width]
                                                 [--print-empty]
                                                 [--noindent]
                                                 [--prefix PREFIX]
                                                 [--project <project>]
                                                 [--project-domain <project-domain>]
                                                 <bgpvpn> <network>
Copy to Clipboard Toggle word wrap

Create a BGP VPN network association

Expand
Table 13.13. Positional Arguments
ValueSummary

<bgpvpn>

Bgp vpn to apply the network association (name or id)

<network>

Network to associate the bgp vpn (name or id)

Expand
Table 13.14. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--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.

Expand
Table 13.15. Output Formatters
ValueSummary

-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

Expand
Table 13.16. Table Formatter
ValueSummary

--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.

Expand
Table 13.17. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 13.18. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

13.5. bgpvpn network association delete

Usage:

openstack bgpvpn network association delete [-h]

                                                 <network association ID>
                                                 [<network association ID> ...]
                                                 <bgpvpn>
Copy to Clipboard Toggle word wrap

Delete a BGP VPN network association(s) for a given BGP VPN

Expand
Table 13.19. Positional Arguments
ValueSummary

<network association ID>

Network association ID(s) to remove

<bgpvpn>

Bgp vpn the network association belongs to (name or ID)

Expand
Table 13.20. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

This command is provided by the python-neutronclient plugin.

13.6. bgpvpn network association list

Usage:

openstack bgpvpn network association 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]
                                               [--property <key=value>]
                                               <bgpvpn>
Copy to Clipboard Toggle word wrap

List BGP VPN network associations for a given BGP VPN

Expand
Table 13.21. Positional Arguments
ValueSummary

<bgpvpn>

Bgp vpn listed associations belong to (name or id)

Expand
Table 13.22. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--long

List additional fields in output

--property <key=value>

Filter property to apply on returned BGP VPNs (repeat to filter on multiple properties)

Expand
Table 13.23. Output Formatters
ValueSummary

-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

Expand
Table 13.24. Table Formatter
ValueSummary

--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.

Expand
Table 13.25. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 13.26. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-neutronclient plugin.

13.7. bgpvpn network association show

Usage:

openstack bgpvpn network association show [-h]

                                               [-f {json,shell,table,value,yaml}]
                                               [-c COLUMN]
                                               [--max-width <integer>]
                                               [--fit-width] [--print-empty]
                                               [--noindent]
                                               [--prefix PREFIX]
                                               <network association ID>
                                               <bgpvpn>
Copy to Clipboard Toggle word wrap

Show information of a given BGP VPN network association

Expand
Table 13.27. Positional Arguments
ValueSummary

<network association ID>

Network association ID to look up

<bgpvpn>

Bgp vpn the association belongs to (name or id)

Expand
Table 13.28. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 13.29. Output Formatters
ValueSummary

-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

Expand
Table 13.30. Table Formatter
ValueSummary

--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.

Expand
Table 13.31. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 13.32. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

13.8. bgpvpn port association create

Usage:

openstack bgpvpn port association create [-h]

                                              [-f {json,shell,table,value,yaml}]
                                              [-c COLUMN]
                                              [--max-width <integer>]
                                              [--fit-width] [--print-empty]
                                              [--noindent] [--prefix PREFIX]
                                              [--project <project>]
                                              [--project-domain <project-domain>]
                                              [--advertise-fixed-ips | --no-advertise-fixed-ips]
                                              [--prefix-route prefix=<cidr>[,local_pref=<integer>]]
                                              [--bgpvpn-route bgpvpn=<BGP VPN ID or name>[,local_pref=<integer>]]
                                              <bgpvpn> <port>
Copy to Clipboard Toggle word wrap

Create a BGP VPN port association

Expand
Table 13.33. Positional Arguments
ValueSummary

<bgpvpn>

Bgp vpn to apply the port association (name or id)

<port>

Port to associate the bgp vpn (name or id)

Expand
Table 13.34. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--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.

--advertise-fixed-ips

Fixed IPs of the port will be advertised to the BGP VPN (default)

--no-advertise-fixed-ips

Fixed IPs of the port will not be advertised to the BGP VPN

--prefix-route prefix=<cidr>[,local_pref=<integer>]

Add prefix route in CIDR notation. Optionally, can control the value of the BGP LOCAL_PREF of the routes that will be advertised (repeat option for multiple prefix routes)

--bgpvpn-route bgpvpn=<BGP VPN ID or name>[,local_pref=<integer>]

Add BGP VPN route for route leaking. Optionally, can control the value of the BGP LOCAL_PREF of the routes that will be advertised (repeat option for multiple BGP VPN routes)

Expand
Table 13.35. Output Formatters
ValueSummary

-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

Expand
Table 13.36. Table Formatter
ValueSummary

--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.

Expand
Table 13.37. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 13.38. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

13.9. bgpvpn port association delete

Usage:

openstack bgpvpn port association delete [-h]

                                              <port association ID>
                                              [<port association ID> ...]
                                              <bgpvpn>
Copy to Clipboard Toggle word wrap

Delete a BGP VPN port association(s) for a given BGP VPN

Expand
Table 13.39. Positional Arguments
ValueSummary

<port association ID>

Port association ID(s) to remove

<bgpvpn>

Bgp vpn the port association belongs to (name or id)

Expand
Table 13.40. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

This command is provided by the python-neutronclient plugin.

13.10. bgpvpn port association list

Usage:

openstack bgpvpn port association 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]
                                            [--property <key=value>]
                                            <bgpvpn>
Copy to Clipboard Toggle word wrap

List BGP VPN port associations for a given BGP VPN

Expand
Table 13.41. Positional Arguments
ValueSummary

<bgpvpn>

Bgp vpn listed associations belong to (name or id)

Expand
Table 13.42. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--long

List additional fields in output

--property <key=value>

Filter property to apply on returned BGP VPNs (repeat to filter on multiple properties)

Expand
Table 13.43. Output Formatters
ValueSummary

-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

Expand
Table 13.44. Table Formatter
ValueSummary

--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.

Expand
Table 13.45. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 13.46. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-neutronclient plugin.

13.11. bgpvpn port association set

Usage:

openstack bgpvpn port association set [-h]

                                           [--advertise-fixed-ips | --no-advertise-fixed-ips]
                                           [--prefix-route prefix=<cidr>[,local_pref=<integer>]]
                                           [--bgpvpn-route bgpvpn=<BGP VPN ID or name>[,local_pref=<integer>]]
                                           [--no-prefix-route]
                                           [--no-bgpvpn-route]
                                           <port association ID> <bgpvpn>
Copy to Clipboard Toggle word wrap

Set BGP VPN port association properties

Expand
Table 13.47. Positional Arguments
ValueSummary

<port association ID>

Port association ID to update

<bgpvpn>

Bgp vpn the port association belongs to (name or id)

Expand
Table 13.48. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--advertise-fixed-ips

Fixed IPs of the port will be advertised to the BGP VPN

--no-advertise-fixed-ips

Fixed IPs of the port will not be advertised to the BGP VPN

--prefix-route prefix=<cidr>[,local_pref=<integer>]

Add prefix route in CIDR notation. Optionally, can control the value of the BGP LOCAL_PREF of the routes that will be advertised (repeat option for multiple prefix routes)

--bgpvpn-route bgpvpn=<BGP VPN ID or name>[,local_pref=<integer>]

Add BGP VPN route for route leaking. Optionally, can control the value of the BGP LOCAL_PREF of the routes that will be advertised (repeat option for multiple BGP VPN routes)

--no-prefix-route

Empty prefix route list

--no-bgpvpn-route

Empty bgp vpn route list

This command is provided by the python-neutronclient plugin.

13.12. bgpvpn port association show

Usage:

openstack bgpvpn port association show [-h]

                                            [-f {json,shell,table,value,yaml}]
                                            [-c COLUMN]
                                            [--max-width <integer>]
                                            [--fit-width] [--print-empty]
                                            [--noindent] [--prefix PREFIX]
                                            <port association ID> <bgpvpn>
Copy to Clipboard Toggle word wrap

Show information of a given BGP VPN port association

Expand
Table 13.49. Positional Arguments
ValueSummary

<port association ID>

Port association ID to look up

<bgpvpn>

Bgp vpn the association belongs to (name or id)

Expand
Table 13.50. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 13.51. Output Formatters
ValueSummary

-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

Expand
Table 13.52. Table Formatter
ValueSummary

--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.

Expand
Table 13.53. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 13.54. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

13.13. bgpvpn port association unset

Usage:

openstack bgpvpn port association unset [-h]

                                             [--advertise-fixed-ips | --no-advertise-fixed-ips]
                                             [--prefix-route <cidr>]
                                             [--bgpvpn-route <BGP VPN ID or name>]
                                             [--all-prefix-routes]
                                             [--all-bgpvpn-routes]
                                             <port association ID> <bgpvpn>
Copy to Clipboard Toggle word wrap

Unset BGP VPN port association properties

Expand
Table 13.55. Positional Arguments
ValueSummary

<port association ID>

Port association ID to update

<bgpvpn>

Bgp vpn the port association belongs to (name or id)

Expand
Table 13.56. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--advertise-fixed-ips

Fixed IPs of the port will not be advertised to the BGP VPN

--no-advertise-fixed-ips

Fixed IPs of the port will be advertised to the BGP VPN

--prefix-route <cidr>

Remove prefix route in CIDR notation (repeat option for multiple prefix routes)

--bgpvpn-route <BGP VPN ID or name>

Remove BGP VPN route (repeat option for multiple BGP VPN routes)

--all-prefix-routes

Empty prefix route list

--all-bgpvpn-routes

Empty bgp vpn route list

This command is provided by the python-neutronclient plugin.

13.14. bgpvpn router association create

Usage:

openstack bgpvpn router association create [-h]

                                                [-f {json,shell,table,value,yaml}]
                                                [-c COLUMN]
                                                [--max-width <integer>]
                                                [--fit-width]
                                                [--print-empty] [--noindent]
                                                [--prefix PREFIX]
                                                [--project <project>]
                                                [--project-domain <project-domain>]
                                                <bgpvpn> <router>
Copy to Clipboard Toggle word wrap

Create a BGP VPN router association

Expand
Table 13.57. Positional Arguments
ValueSummary

<bgpvpn>

Bgp vpn to apply the router association (name or id)

<router>

Router to associate the bgp vpn (name or id)

Expand
Table 13.58. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--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.

Expand
Table 13.59. Output Formatters
ValueSummary

-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

Expand
Table 13.60. Table Formatter
ValueSummary

--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.

Expand
Table 13.61. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 13.62. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

13.15. bgpvpn router association delete

Usage:

openstack bgpvpn router association delete [-h]

                                                <router association ID>
                                                [<router association ID> ...]
                                                <bgpvpn>
Copy to Clipboard Toggle word wrap

Delete a BGP VPN router association(s) for a given BGP VPN

Expand
Table 13.63. Positional Arguments
ValueSummary

<router association ID>

Router association ID(s) to remove

<bgpvpn>

Bgp vpn the router association belongs to (name or id)

Expand
Table 13.64. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

This command is provided by the python-neutronclient plugin.

13.16. bgpvpn router association list

Usage:

openstack bgpvpn router association 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]
                                              [--property <key=value>]
                                              <bgpvpn>
Copy to Clipboard Toggle word wrap

List BGP VPN router associations for a given BGP VPN

Expand
Table 13.65. Positional Arguments
ValueSummary

<bgpvpn>

Bgp vpn listed associations belong to (name or id)

Expand
Table 13.66. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--long

List additional fields in output

--property <key=value>

Filter property to apply on returned BGP VPNs (repeat to filter on multiple properties)

Expand
Table 13.67. Output Formatters
ValueSummary

-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

Expand
Table 13.68. Table Formatter
ValueSummary

--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.

Expand
Table 13.69. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 13.70. CSV Formatter
ValueSummary

--quote {all,minimal,none,nonnumeric}

when to include quotes, defaults to nonnumeric

This command is provided by the python-neutronclient plugin.

13.17. bgpvpn router association show

Usage:

openstack bgpvpn router association show [-h]

                                              [-f {json,shell,table,value,yaml}]
                                              [-c COLUMN]
                                              [--max-width <integer>]
                                              [--fit-width] [--print-empty]
                                              [--noindent] [--prefix PREFIX]
                                              <router association ID>
                                              <bgpvpn>
Copy to Clipboard Toggle word wrap

Show information of a given BGP VPN router association

Expand
Table 13.71. Positional Arguments
ValueSummary

<router association ID>

Router association ID to look up

<bgpvpn>

Bgp vpn the association belongs to (name or id)

Expand
Table 13.72. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 13.73. Output Formatters
ValueSummary

-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

Expand
Table 13.74. Table Formatter
ValueSummary

--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.

Expand
Table 13.75. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 13.76. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

13.18. bgpvpn set

Usage:

openstack bgpvpn set [-h] [--name <name>]

                          [--route-target <route-target>]
                          [--no-route-target]
                          [--import-target <import-target>]
                          [--no-import-target]
                          [--export-target <export-target>]
                          [--no-export-target]
                          [--route-distinguisher <route-distinguisher>]
                          [--no-route-distinguisher] [--vni VNI]
                          [--local-pref LOCAL_PREF]
                          <bgpvpn>
Copy to Clipboard Toggle word wrap

Set BGP VPN properties

Expand
Table 13.77. Positional Arguments
ValueSummary

<bgpvpn>

Bgp vpn to update (name or id)

Expand
Table 13.78. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--name <name>

Name of the bgp vpn

--route-target <route-target>

Add Route Target to import/export list (repeat option for multiple Route Targets)

--no-route-target

Empty route target list

--import-target <import-target>

Add Route Target to import list (repeat option for multiple Route Targets)

--no-import-target

Empty import route target list

--export-target <export-target>

Add Route Target to export list (repeat option for multiple Route Targets)

--no-export-target

Empty export route target list

--route-distinguisher <route-distinguisher>

Add Route Distinguisher to the list of Route Distinguishers from which a Route Distinguishers will be picked from to advertise a VPN route (repeat option for multiple Route Distinguishers)

--no-route-distinguisher

Empty route distinguisher list

--vni VNI

Vxlan network identifier to be used for this bgpvpn when a VXLAN encapsulation is used

--local-pref LOCAL_PREF

Default BGP LOCAL_PREF to use in route advertisementstowards this BGPVPN.

This command is provided by the python-neutronclient plugin.

13.19. bgpvpn show

Usage:

openstack bgpvpn show [-h] [-f {json,shell,table,value,yaml}]

                           [-c COLUMN] [--max-width <integer>] [--fit-width]
                           [--print-empty] [--noindent] [--prefix PREFIX]
                           <bgpvpn>
Copy to Clipboard Toggle word wrap

Show information of a given BGP VPN

Expand
Table 13.79. Positional Arguments
ValueSummary

<bgpvpn>

Bgp vpn to display (name or id)

Expand
Table 13.80. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

Expand
Table 13.81. Output Formatters
ValueSummary

-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

Expand
Table 13.82. Table Formatter
ValueSummary

--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.

Expand
Table 13.83. JSON Formatter
ValueSummary

--noindent

Whether to disable indenting the json

Expand
Table 13.84. shell formatter
ValueSummary

--prefix PREFIX

Add a prefix to all variable names

This command is provided by the python-neutronclient plugin.

13.20. bgpvpn unset

Usage:

openstack bgpvpn unset [-h] [--route-target <route-target>]

                            [--all-route-target]
                            [--import-target <import-target>]
                            [--all-import-target]
                            [--export-target <export-target>]
                            [--all-export-target]
                            [--route-distinguisher <route-distinguisher>]
                            [--all-route-distinguisher] [--vni VNI]
                            [--local-pref LOCAL_PREF]
                            <bgpvpn>
Copy to Clipboard Toggle word wrap

Unset BGP VPN properties

Expand
Table 13.85. Positional Arguments
ValueSummary

<bgpvpn>

Bgp vpn to update (name or id)

Expand
Table 13.86. Optional Arguments
ValueSummary

-h, --help

Show this help message and exit

--route-target <route-target>

Remove Route Target from import/export list (repeat option for multiple Route Targets)

--all-route-target

Empty route target list

--import-target <import-target>

Remove Route Target from import list (repeat option for multiple Route Targets)

--all-import-target

Empty import route target list

--export-target <export-target>

Remove Route Target from export list (repeat option for multiple Route Targets)

--all-export-target

Empty export route target list

--route-distinguisher <route-distinguisher>

Remove Route Distinguisher from the list of Route Distinguishers from which a Route Distinguishers will be picked from to advertise a VPN route (repeat option for multiple Route Distinguishers)

--all-route-distinguisher

Empty route distinguisher list

--vni VNI

Vxlan network identifier to be used for this bgpvpn when a VXLAN encapsulation is used

--local-pref LOCAL_PREF

Default BGP LOCAL_PREF to use in route advertisementstowards this BGPVPN.

This command is provided by the python-neutronclient plugin.

トップに戻る
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

Theme

© 2025 Red Hat