* chloe K

>   I am wandering whether any backup process is in juniper
>
>   in cisco
>
>   copy running-config tftp

Not sure about tftp, but you can use scp to get hold of the config file:

  scp router:/config/juniper.conf.gz /backup-dir/

Or use scp from the router itself:

  file copy /config/juniper.conf.gz backup-host:

You'll probably also be able to use plain FTP to the router to grab the 
file.

Regards,
-- 
Tore Anderson
_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to