Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
8.25. neutron bgp-speaker-create
usage: neutron bgp-speaker-create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--request-format {json}]
[--tenant-id TENANT_ID] --local-as LOCAL_AS
[--ip-version {4,6}]
[--advertise-floating-ip-host-routes {True,False}]
[--advertise-tenant-networks {True,False}]
NAME
Positional arguments
- NAME
Name of the BGP speaker to create.
Optional arguments
- -h, --help
show this help message and exit
- --request-format {json}
DEPRECATED! Only JSON request format is supported.
- --tenant-id TENANT_ID
The owner tenant ID.
- --local-as LOCAL_AS
Local AS number. (Integer in [1, 65535] is allowed.)
- --ip-version {4,6} IP
version for the BGP speaker (default is 4).
- --advertise-floating-ip-host-routes {True,False}
Whether to enable or disable the advertisement of
floating-ip host routes by the BGP speaker. By default
floating ip host routes will be advertised by the BGP
speaker.
- --advertise-tenant-networks {True,False}
Whether to enable or disable the advertisement of
tenant network routes by the BGP speaker. By default
tenant network routes will be advertised by the BGP
speaker.