Situatie
Solutie
show system configuration rescue
Syntax
show system configuration rescue
Description
Display a rescue configuration, if one exists.
NOTE:
The [edit system configuration] hierarchy is not available on QFabric systems.
Options
This command has no options.
Required Privilege Level
maintenance
Sample Output
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.0.2.0;
name-server {
192.0.2.11;
192.0.2.101;
192.0.2.100;
192.0.2.10;
}
login {
user user1 {
uid 928;
class ;
shell csh;
authentication {
encrypted-password "$ABC123"; ## SECRET-DATA
}
}
}
services {
ftp;
rlogin;
rsh;
telnet;
}
}
}
....
Leave A Comment?