efa tenant service bgp peer create

Creates a BGP neighbor for a VRF on the fabric device.

Syntax

efa tenant service bgp peer create [ --description | --help | --ipv4-uc-dyn-nbr < device-ip,vrf-name:ipv4-listen-range,peer-group-name,listen-limit > |--ipv4-uc-nbr < device-ip,vrf-name:ipv4-neighbor,remote-as > | --ipv4-uc-nbr-bfd < device-ip,vrf-name:ipv4-neighbor,bfd-enable(true/false),bfd-interval,bfd-min-rx,bfd-multiplier > | --ipv4-uc-nbr-next-hop-self < device-ip,vrf-name:ipv4-neighbor,next-hop-self > | --ipv4-uc-nbr-update-source-ip < device-ip,vrf-name:ipv4-neighbor,update-source-ip > | --ipv6-uc-dyn-nbr < device-ip,vrf-name:ipv6-listen-range,peer-group-name,listen-limit > | --ipv6-uc-nbr < device-ip,vrf-name:ipv6-neighbor,remote-as > | --ipv6-uc-nbr-bfd < device-ip,vrf-name:ipv6-neighbor,bfd-enable(true/false),bfd-interval,bfd-min-rx,bfd-multiplier > | --ipv6-uc-nbr-next-hop-self < device-ip,vrf-name:ipv6-neighbor,next-hop-self(true/false/always) > | --ipv6-uc-nbr-update-source-ip < device-ip,vrf-name:ipv6-neighbor,update-source-ip > | --name | --tenant ]

Parameters

--description
Displays service BGP description.
--help
Displays help for create.
--ipv4-uc-dyn-nbr
Specifies the IPv4 Unicast Dynamic Neighbor in the format device-ip,vrf-name:ipv4-listen-range,peer-group-name,listen-limit. listen-limit is optional.
--ipv4-uc-nbr
Specifies the IPv4 Unicast Neighbor in the format device-ip,vrf-name:ipv4-neighbor,remote-as.
--ipv4-uc-nbr-bfd
Specifies the IPv4 Unicast Neighbor BFD in the format device-ip,vrf-name:ipv4-neighbor,bfd-enable(true/false),bfd-interval,bfd-min-rx,bfd-multiplier.
--ipv4-uc-nbr-next-hop-self
Specifies the IPv4 Unicast Neighbor next hop self in the format device-ip,vrf-name:ipv4-neighbor,next-hop-self(true/false/always).
--ipv4-uc-nbr-update-source-ip
Specifies the IPv4 Unicast Neighbor update source IP in the format device-ip,vrf-name:ipv4-neighbor,update-source-ip.
--ipv6-uc-dyn-nbr
Specifies the IPv6 Unicast Dynamic Neighbor in the format device-ip,vrf-name:ipv6-listen-range,peer-group-name,listen-limit. listen-limit is optional.
--ipv6-uc-nbr
Specifies the IPv6 Unicast Neighbor in the format device-ip,vrf-name:ipv6-neighbor,remote-as.
--ipv6-uc-nbr-bfd
Specifies the IPv6 Unicast Neighbor BFD in the format device-ip,vrf-name:ipv6-neighbor,bfd-enable(true/false),bfd-interval,bfd-min-rx,bfd-multiplier.
--ipv6-uc-nbr-next-hop-self
Specifies the IPv6 Unicast Neighbor next hop self in the format device-ip,vrf-name:ipv6-neighbor,next-hop-self(true/false/always).
--ipv6-uc-nbr-update-source-ip
Specifies the IPv6 Unicast Neighbor update source IP in the format device-ip,vrf-name:ipv6-neighbor,update-source-ip.
--name
Specifies the name of the BGP service instance.
--tenant
Specifies the name of the tenant.
# efa tenant service bgp peer create --name bgpb20 --tenant tb --ipv4-uc-nbr 10.20.61.91,vrfb20:60.1.1.1,69000 --ipv4-uc-nbr-bfd 10.20.61.91,vrfb20:60.1.1.1,true,123,456,3 --ipv4-uc-nbr-next-hop-self 10.20.61.91,vrfb20:60.1.1.1,true --ipv6-uc-nbr-update-source-ip 10.20.61.91,vrfb20:60.1.1.1,9.9.9.9

# efa tenant service bgp peer create --name bgpb28 --tenant tb --ipv6-uc-nbr 10.20.61.91,vrfb20:6000::6,69000 --ipv6-uc-nbr-bfd 10.20.61.91,vrfb20:6000::6,true,120,456,3 --ipv6-uc-nbr-next-hop-self 10.20.61.91,vrfb20:6000::6,true --ipv6-uc-nbr-update-source-ip 10.20.61.91,vrfb20:6000::6,9999:9::9:9