diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 1900/cmd_user.txt | |
| download | Studium-master.tar.gz Studium-master.tar.bz2 | |
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 1900/cmd_user.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 1900/cmd_user.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 1900/cmd_user.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 1900/cmd_user.txt new file mode 100644 index 0000000..a992759 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 1900/cmd_user.txt @@ -0,0 +1,25 @@ +
+userC.addSC("enable", "Turn on privileged commands");
+ userC.enable.addSC("<1-15>", "Level number");
+userC.addSC("exit", "Exit from the EXEC");
+userC.addSC("help", "Description of the interactive help system");
+userC.addSC("ping", "Send echo messages");
+ userC.ping.addSC("WORD", "Ping destination address or Hostname");
+userC.addSC("session", "Tunnel to module");
+ userC.session.addSC("<1-1>", "Slot number of module");
+ userC.session.addSC("<2-2>", "Slot number of module");
+ userC.session.addSC("A", "Slot number of module");
+ userC.session.addSC("B", "Slot number of module");
+userC.addSC("show", "Show running system information");
+ userC.show.addSC("cdp", "cdp information");
+ userC.show.addSC("history", "Display the session command history");
+ userC.show.addSC("ip", "Display IP configuration");
+ userC.show.addSC("tacacs", "Shows tacacs+ server configuration");
+ userC.show.addSC("terminal", "Display console/RS-232 port configuration");
+ userC.show.addSC("usage", "Display usage summaries");
+ userC.show.addSC("version", "System hardware and software status");
+userC.addSC("terminal", "Set terminal line parameters");
+ userC.terminal.addSC("databits", "Set number of data bits per character");
+ userC.terminal.addSC("parity", "Set terminal parity");
+ userC.terminal.addSC("speed", "Set transmit and receive speeds");
+ userC.terminal.addSC("stopbits", "Set asynch line stop bits");
|
