In a VC environment, due to management interface up, vme interface is down and causes duplicate IP in the monitoring tool.
VME is showing physically down.Issue will be observed in devices which are in VC configuration.
> We can delete the em interface and configure the vme interface as management to make vme interface up.#delete interface em -------------> (To delete the management interface)#set interfaces vme unit 0 family inet address < ip address > -------> (To configure vme interface)The idea of the vme is that you use only one IP to manage the whole stack, so you basically can get to the vme's ip address from any of the physical management interfaces on each VC member always using the same IP.
> Perform the master switch over, the below command helps you with master switch over: > request chassis routing-engine master switch
> After the mastership exchange verify the vme interface status again.