efa tenant service bgp peer-group create

Creates a BGP peer group for the specified tenant.

Syntax

efa tenant service bgp peer-group create [ --description descriptioni| --help | --name peer-group-name| --pg-asn string |--pg-bfd string |--pg-name string | --pg-next-hop-self string | --pg-update-source-ip string | --tenant tenant-name ]

Parameters

--description description
Describes the BGP peer group.
--help
Displays help for the command.
--name peer-group-name
Specifies the name of the BGP peer group instance.
--pg-asn string
Specifies the ASN of the BGP peer group with a string in the following format: device-ip:peer-group-name,remote-asn.
--pg-bfd string
Specifies the BFD properties of the BGP peer group with a string in the following format: device-ip: peer-group-name,bfd-enable(true/false),interval,bfd-min-rx,bfd-multiplier.
--pg-name string
Specifies the BGP peer group name with a string in the following format: device-ip:peer-group-name.
--pg-next-hop-self string
Specifies the next-hop-self for the BGP peer group with a string in the following format: device-ip:peer-group-name,next-hop-self(true/false/always).
--pg-update-source-ip string
Updates the source IP of the BGP peer group with a string in the following format: device-ip:peer-group-name,update-source-ip.
--tenant tenant-name
Specifies the name of the tenant.
This example creates a peer group called ten1BgpPG1.
efa tenant service bgp peer-group create –-name ten1BgpPG1 --tenant tenant1 
--pg-name 10.24.80.134:pg1 --pg-asn 10.24.80.134:pg1,6000 --pg-bfd 10.24.80.134:pg1,true,100,200,5 
--pg-next-hop-self 10.24.80.134:pg1,true --pg-update-source-ip 10.24.80.134:pg1,10.20.30.40