Description

This article provides quick guidance on how to re-enable the links when Marvis AI does not re-enable a link disabled due to Rogue DHCP event.

Symptoms

Marvis AI detected a Rogue DHCP event on a device connected to interfaces ge-2/0/45 and disabled those interfaces. After resolving the problem link stays disabled even using the commands recommended by Marvis.

Solution

The suggestion is to check if the links are disabled by the ephemeral configuration instance.

Check the ephemeral instances available under


system {

   configuration-database {

       ephemeral {

           instance bounce-port;

           instance mist-synthetic-test;

           instance mist-pcap;

           instance mist-marvis;

           commit-synchronize-model synchronous;

           purge-on-version 50;

           allow-commit-synchronize-with-gres;

       }

   }


And then from the instance itself:


show ephemeral-configuration instance mist-marvis



mist@ex4100> ...marvis | display set | no-more           

set interfaces ge-0/0/0 disable



To recover, delete the command under the instance:


configure ephemeral mist-marvis

delete interfaces ge-0/0/0 disable

 

commit

Modification History

2026-08-07 : Article Created