Page 1 of 1

BPDUGUARD ERROR

Posted: Wed Dec 18, 2019 6:02 am
by naveen.cdn
Hi all ,

We are having dedicated server for Eve-ng which is connect with Nexus switches with VPC enabled . The lab can be used within our organization, whenever someone creates lab in such a topology like switch connected with cloud(LAN) we are facing an issue Bpduguard error in Nexus and it disconnects Eve-ng from whole network. In turn whole EVE-NG service goes inaccessible .

As Nexus connected with other servers also we cannot disable Bpduguard for secuity reasons . Is it possible to delete those lab through Vmware EVE_community(CLI) commands ? .

Will someone please support me to resolve this issue permanently.
eve.PNG

Re: BPDUGUARD ERROR

Posted: Wed Dec 18, 2019 6:52 am
by ecze
First of all, it is advised to not use cloud0 ( management ) to interconnect lab switches to external world ( for bpuguard issue for exemple ). Prefer cloud1 ( 2nd server nic card ) to avoid loss of management.
Second, from cli you can stop all nodes from all labs with : unl_wrapper -a stopall

Regards,

E.

Re: BPDUGUARD ERROR

Posted: Wed Dec 18, 2019 7:34 am
by naveen.cdn
Hi ecze,

Thank you for your support . CLI command worked , I will take your advise not to use cloud0 with switch.