efa tenant service bgp peer delete
Deletes the BGP neighbors for a given VRF on the fabric device.
Syntax
Parameters
- --force
- Forces BGP service deletion when set to true.
- --name
- Specifies the name of the BGP service instance.
- --tenant
- Specifies the name of the tenant.
Examples
The following example deletes the BGP peer instance.
(efa:extreme)extreme@node-1:~$ efa tenant service bgp peer delete --name B1 --tenant tenant11 BgpService deleted successfully. --- Time Elapsed: 4.301665698s ---
The following example deletes the BGP peer instance forcefully avoiding any error.
(efa:extreme)extreme@node-1:~$ efa tenant service bgp peer delete --name B1 --tenant tenant11 --force Bgp Service 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: 4.301665698s ---