Difference between revisions of "How to setup a timed reset"
From Tech-Wiki
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Juniper_Networks]] |
If you required to configure the Juniper to reset at a particular time you can use the set timer command. This is useful when configuring the Juniper remotely and need to reset the device as the timed reset does not save the config. | If you required to configure the Juniper to reset at a particular time you can use the set timer command. This is useful when configuring the Juniper remotely and need to reset the device as the timed reset does not save the config. | ||
Line 14: | Line 14: | ||
unset timer <id> | unset timer <id> | ||
+ | |||
+ | or this other command: | ||
+ | request system reboot at 2004111015 | 10:15 |
Latest revision as of 20:22, 22 April 2021
If you required to configure the Juniper to reset at a particular time you can use the set timer command. This is useful when configuring the Juniper remotely and need to reset the device as the timed reset does not save the config.
Set a timed reset.
set timer mm/dd/yyyy hh:mm action reset
Show timed events.
get timer
Stop a timed reset, use the id as show in the get timer output.
unset timer <id>
or this other command:
request system reboot at 2004111015 | 10:15