efa tenant service bgp peer-group
create
Creates a BGP neighbor for a VRF on the
fabric device.
Syntax
efa tenant service bgp peer-group
create
[
--description
|
--help
|
--name
|
--pg-asn
<
device-ip,peer-group-name:remote-asn >
|--pg-bfd
<
device-ip,peer-group-name:bfd-interval,bfd-min-rx,bfd-multiplier >
|
--pg-bfd-enable
<
device-ip,peer-group-name:bfd-enable(true/false) >
|
--pg-name
<
device-ip:peer-group-name >
|
--pg-next-hop-self
<
device-ip,peer-group-name:next-hop-self(true/false/always)>
|
--pg-update-source-ip
<
device-ip,peer-group-name:update-source-ip >
|
--tenant
]
Parameters
- --description
- Displays BGP Peer Group Instance
description.
- --help
- Displays help for create.
- --name
- Specifies the name of the BGP
service instance.
- --pg-asn
- Specifies the BGP peer-group ASN in the
format device-ip,peer-group-name:remote-asn.
- --pg-bfd
- Specifies the BGP peer-group BFD Properties
in the format
device-ip,peer-group-name:bfd-interval,bfd-min-rx,bfd-multiplier.
- --pg-bfd-enable
- Enables BGP peer-group BFD in the format
device-ip,peer-group-name:bfd-enable(true/false).
- --pg-name
- Specifies the BGP peer-group name in the format
device-ip:peer-group-name.
- --pg-next-hop-self
- Specifies the BGP peer-group next-hop-self in the format
device-ip,peer-group-name:next-hop-self(true/false/always).
- --pg-update-source-ip
- Specifies the BGP peer-group update source IP in the format
device-ip,peer-group-name:update-source-ip.
- --tenant
- Specifies the name of the tenant.
# efa tenant service bgp peer-group create --name pgb30 --tenant tb --pg-name 10.20.61.90:peerb30 --pg-asn 10.20.61.90,peerb30:4294967295 --pg-bfd 10.20.61.90,peerb30:30000,30000,50 --pg-bfd-enable 10.20.61.90,peerb30:true --pg-next-hop-self 10.20.61.90,peerb30:true --pg-update-source-ip 10.20.61.90,peerb30:2.3.3.3