Skip to main content
ipopov
New Member
September 19, 2017
Question

Auto revert CLI configuration

  • September 19, 2017
  • 1 reply
  • 10028 views

Hi there, 

 

First time to use FG in a big deployment and I'll be thankful if you can help me with a annoying problem I hit:

Is there a feature or option  to use something like "Safe mode" config like in Mikrotik's RouterOS, or "commit confirm" like Juniper's Junos or at least "reload in X min" like Cisco IOS? 

I don't know how to search such option through knowledge base or how to find it (or enabled it) in cli or web manager.

 

 

    1 reply

    emnoc
    New Member
    September 19, 2017

    Yes this is doable.  You enable it in the CLI config sys global

     

    config system global     set admin-sport 11443     set cfg-save revert     set cfg-revert-timeout 10 end

     

    ipopov
    ipopovAuthor
    New Member
    September 20, 2017

    Thank you for attention emnoc

    This is closet to Cisco's "reload in" :) 

    I'll try this a "Try to not shoot yourself in a knee" solution