Log in to ask questions, share your expertise, or stay connected to content you value. Don’t have a login? Learn how to become a member.
Hi Guys,
I am trying to list the entire config of an SSG-550 without the "--- more ---" lines. I am writing a small script to autobackup a few network devices. On the Juniper MXs, I use "set cli terminal screen-length 0" . Is there something similar for the SSGs.
Thanks.
Richard
Best way might be to use a tftp server and use save config from flash to tftp <IP_of_server> <filename>.
Or get conf > tftp <IP_of_server> <filename>.
Thanks for your response. I was hoping to avoid setting up a tftp server since the other configs are retrieved by running show commands.
Looks like I have no choice.
Richard.
Quick note. Did some more poking around.
'set console page 0' does the trick.
you can also remotely backup the configs (f.i. from a Windows server, using Scheduled Tasks and pscp)
http://www.corelan.be:8800/index.php/2008/06/22/juniper-firewall-screenos-basics-cjfv/
(search for "schedule a backup")