Creates a BGP peer for a specified VRF.
device-ip,vrf-name:ipv4-listen-range,peer-group-name,listen-limit.
For example: 10.x.x.x,red:11::22/127. The listen-limit
value is optional.device-ip,vrf-name:ipv4-neighbor,remote-as. For example:
10.x.x.x,red:10.20.30.40,5000.device-ip,vrf-name:ipv4-neighbor,bfd-enable(true/false),bfd-interval,bfd-min-rx,bfd-multiplier.
For example: 10.x.x.x,red:10.20.30.40,true,100,200,5. device-ip,vrf-name:ipv4-neighbor,next-hop-self(true/false/always).
For example: 10.x.x.x,red:10.y.y.y,true.device-ip,vrf-name:ipv4-neighbor,update-source-ip. For
example: 10.x.x.x,red:10.y.y.y,11.x.x.x.device-ip,vrf-name:ipv6-listen-range,peer-group-name,listen-limit.
The listen-limit value is optional.device-ip,vrf-name:ipv6-neighbor,remote-as. For example:
10.x.x.x,red:10::40,5000. device-ip,vrf-name:ipv6-neighbor,bfd-enable(true/false),bfd-interval,bfd-min-rx,bfd-multiplier.
For example: 10.x.x.x,red:10::40,true,100,200,5. device-ip,vrf-name:ipv6-neighbor,next-hop-self(true/false/always).
For example: 10.x.x.x,red:10::40,true.device-ip,vrf-name:ipv6-neighbor,update-source-ip. For
example: 10.x.x.x,red:10::40,11::22.# 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