efa tenant service bgp peer-group delete

Deletes the specified BGP peer group.

Syntax

efa tenant service bgp peer-group delete [ --force | --name peer-group-name |--tenant tenant-name ]

Parameters

--force
Forces the deletion of the BGP service when set to true.
--name peer-group-name
Specifies the name of the BGP peer instance.
--tenant tenant-name
Specifies the name of the tenant.

Examples

This example removes a peer-group instance.

(efa:extreme)extreme@node-1:~$ efa tenant service bgp peer-group delete --name PG1 --tenant tenant11

BgpService deleted successfully.

--- Time Elapsed: 1.359719067s ---

This example removes an instance forcefully and ignores any error.

(efa:extreme)extreme@node-1:~$ efa tenant service bgp peer-group delete --name PG1 --tenant tenant11 --force

Bgp service peer-group delete with "force" option will delete the device configuration corresponding to the bgp and 
also deletes the bgp record from the application. Do you want to proceed (Y/N): y

BgpService deleted successfully.

--- Time Elapsed: 1.359719067s ---