Command introduced before Junos OS Release 7.4.
Command introduced in Junos OS Release 9.0 for EX Series switches.
Command introduced in Junos OS Release 11.1 for the QFX Series.
Display a rescue configuration, if one exists.
![]() | Note: The [edit system configuration] hierarchy is not available on QFabric switches. |
This command has no options.
maintenance
show system configuration rescue
user@switch> show system configuration rescue version "7.3"; groups {
global {
system {
host-name router1;
domain-name customer.net;
domain-search [ customer.net ];
backup-router 192.168.124.254;
name-server {
172.17.28.11;
172.17.28.101;
172.17.28.100;
172.17.28.10;
}
login {
user regress {
uid 928;
class ;
shell csh;
authentication {
encrypted-password "$1$kPU..$w.4FGRAGanJ8U4Yq6sbj7."; ## SECRET-DATA
}
}
}
services {
ftp;
rlogin;
rsh;
telnet;
}
}
}
....