Este contenido no está disponible en el idioma seleccionado.
Chapter 10. bgp
This chapter describes the commands under the bgp command.
10.1. bgp peer create Copiar enlaceEnlace copiado en el portapapeles!
Usage:
Create a BGP peer
| Value | Summary |
|---|---|
| <name> | Name of the bgp peer to create |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --peer-ip <peer-ip-address> | Peer IP address |
| --remote-as <peer-remote-as> | Peer AS number. (Integer in [1, 65535] is allowed) |
| --auth-type <peer-auth-type> | Authentication algorithm. Supported algorithms: none (default), md5 |
| --password <auth-password> | Authentication password |
| --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.