Below is a very helpful config to use while working on an Allied Telesyn if you don't have someone on site to reboot the router after messing up the config and locking yourself out.
- Build a file called reboot.cfg
SecOff>edit reboot.cfg
- Type commands to initiate during this script
restart reboot
- Ctrl+K+X .... exit editor, with save
- Show system time
SecOff> show time
- Create Trigger script to reboot at given time allowing you to complete configs.
SecOff>create trigger=1 time=16:13 name="reboot" script=reboot.cfg
- View triggers
SecOff>sho trigger
- Enable the trigger when you are ready to start the countdown
SecOff>enable trigger
- Destroy Trigger when you are complete with your config
SecOff>disable trigger
SecOff>destroy trigger=1
- Save config
SecOff>save
SecOff>backup





