BGP Peer¶
BGP Peer Create¶
usage: neutron bgp-peer-create [-h]
                               [-f {html,json,json,shell,table,value,yaml,yaml}]
                               [-c COLUMN] [--max-width <integer>]
                               [--noindent] [--prefix PREFIX]
                               [--request-format {json}]
                               [--tenant-id TENANT_ID] --peer-ip
                               PEER_IP_ADDRESS --remote-as PEER_REMOTE_AS
                               [--auth-type PEER_AUTH_TYPE]
                               [--password AUTH_PASSWORD]
                               NAME
Create a BGP Peer.
Positional arguments:
NAMEName of the BGP peer to create
--peer-ip PEER_IP_ADDRESSPeer IP address.
--remote-as PEER_REMOTE_ASPeer AS number. (Integer in [1, 65535] is allowed.)
Optional arguments:
-h, --helpshow this help message and exit
--auth-type PEER_AUTH_TYPEAuthentication algorithm. Supported algorithms: none(default), md5
--password AUTH_PASSWORDAuthentication password.
BGP Peer List¶
usage: neutron bgp-peer-list [-h]
                             [-f {csv,html,json,json,table,value,yaml,yaml}]
                             [-c COLUMN] [--max-width <integer>] [--noindent]
                             [--quote {all,minimal,none,nonnumeric}]
                             [--request-format {json}] [-D] [-F FIELD]
                             [-P SIZE] [--sort-key FIELD]
                             [--sort-dir {asc,desc}]
List BGP peers.
Optional arguments:
-h, --helpshow this help message and exit
-D, --show-detailsShow detailed information.
-F FIELD, --field FIELDSpecify the field(s) to be returned by server. You can repeat this option.
BGP Peer Show¶
usage: neutron bgp-peer-show [-h]
                             [-f {html,json,json,shell,table,value,yaml,yaml}]
                             [-c COLUMN] [--max-width <integer>] [--noindent]
                             [--prefix PREFIX] [--request-format {json}] [-D]
                             [-F FIELD]
                             BGP_PEER
Show information of a given BGP peer.
Positional arguments:
BGP_PEERID or name of the BGP peer to look up.
Optional arguments:
-h, --helpshow this help message and exit
-D, --show-detailsShow detailed information.
-F FIELD, --field FIELDSpecify the field(s) to be returned by server. You can repeat this option.
BGP Peer Delete¶
usage: neutron bgp-peer-delete [-h] [--request-format {json}] BGP_PEER
Delete a BGP peer.
Positional arguments:
BGP_PEERID or name of the BGP peer to delete.
Optional arguments:
-h, --helpshow this help message and exit
BGP Peer Update¶
usage: neutron bgp-peer-update [-h] [--request-format {json}] [--name NAME]
                               [--password AUTH_PASSWORD]
                               BGP_PEER
Update BGP Peer’s information.
Positional arguments:
BGP_PEERID or name of the BGP peer to update.
Optional arguments:
-h, --helpshow this help message and exit
--name NAMEUpdated name of the BGP peer.
--password AUTH_PASSWORDUpdated authentication password.
Add Peer to BGP Speaker¶
usage: neutron bgp-speaker-peer-add [-h] [--request-format {json}]
                                    BGP_SPEAKER BGP_PEER
Add a peer to the BGP speaker.
Positional arguments:
BGP_SPEAKERID or name of the BGP speaker.
BGP_PEERID or name of the BGP peer to add.
Optional arguments:
-h, --helpshow this help message and exit
Delete Peer from BGP Speaker¶
usage: neutron bgp-speaker-peer-remove [-h] [--request-format {json}]
                                       BGP_SPEAKER BGP_PEER
Remove a peer from the BGP speaker.
Positional arguments:
BGP_SPEAKERID or name of the BGP speaker.
BGP_PEERID or name of the BGP peer to remove.
Optional arguments:
-h, --helpshow this help message and exit