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 2950/cmd_use.txt | |
| download | Studium-master.tar.gz Studium-master.tar.bz2 | |
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_use.txt')
| -rw-r--r-- | Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_use.txt | 168 |
1 files changed, 168 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_use.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_use.txt new file mode 100644 index 0000000..2757711 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2950/cmd_use.txt @@ -0,0 +1,168 @@ +
+userC.addSC("access-enable" , "Create a temporary Access-List entry" );
+ // access-enable host
+ // NOT IMPLEMENTED
+ userC["access-enable"].addSC("host", "Enable a specific host only");
+
+ // access-enable host timeout
+ // NOT IMPLEMENTED
+ userC["access-enable"].host.addSC("timeout", "Maximum idle time to expire this entry");
+
+ // access-enable timeout
+ // NOT IMPLEMENTED
+ userC["access-enable"].addSC("timeout", "Maximum idle time to expire this entry");
+
+ // access-enable timeout <1-9999>
+ // NOT IMPLEMENTED
+ userC["access-enable"].timeout.addSC("<1-9999>", "Access-List Idle timeout", true);
+
+userC.addSC("clear" , "Reset functions" );
+ userC.clear.addSC("controllers", "Clear interface controller info");
+
+userC.addSC("connect" , "Open a terminal connection" );
+ userC.connect.addSC("WORD", "IP address or hostname of a remote system");
+
+userC.addSC("disable" , "Turn off privileged commands" );
+ userC.disable.addSC("<0-15>", "Privilege level to go to");
+userC.addSC("disconnect" , "Disconnect an existing network connection" );
+ userC.disconnect.addSC("<1-20>", "The number of an active network connection");
+ userC.disconnect.addSC("WORD", "The name of an active network connection");
+
+userC.addSC("enable" , "Turn on privileged commands" );
+ userC.enable.addSC("<0-15>", "Privilege level to go to");
+userC.addSC("exit" , "Exit from the EXEC" );
+userC.addSC("help" , "Description of the interactive help system" );
+userC.addSC("lock" , "Lock the terminal" );
+userC.addSC("login" , "Log in as a particular user" );
+userC.addSC("logout" , "Exit from the EXEC" );
+userC.addSC("name-connection" , "Name an existing network connection" );
+userC.addSC("ping" , "Send echo messages" );
+ userC.ping.addSC("WORD", "Ping destination address or hostname");
+ userC.ping.addSC("ip", "IP echo");
+ userC.ping.ip.addSC("WORD", "Ping destination address or hostname");
+
+ userC.ping.addSC("tag", "Tag encapsulated IP echo");
+
+userC.addSC("rcommand" , "Run command on remote switch" );
+ userC.rcommand.addSC("<0-15>", "Member number");
+ userC.rcommand.addSC("commander", "Run command on command switch");
+ userC.rcommand.addSC("mac-address", "MAC address of a member");
+ userC.rcommand["mac-address"].addSC("H.H.H", "MAC Address of the member");
+
+userC.addSC("resume" , "Resume an active network connection" );
+ userC.resume.addSC("/debug", "Print parameter changes & messages" );
+ userC.resume.addSC("/echo", "Perform local echo" );
+ userC.resume.addSC("/line", "Enable telnet line mode" );
+ userC.resume.addSC("/next", "Step to next network connection" );
+ userC.resume.addSC("/nodebug", "Do not print parameter changes & messages" );
+ userC.resume.addSC("/noecho", "Disable local echo" );
+ userC.resume.addSC("/noline", "Disable telnet line mode" );
+ userC.resume.addSC("/nostream", "Disable stream processing" );
+ userC.resume.addSC("/set", "Set X3 connection options" );
+ userC.resume.addSC("/stream", "Enable stream processing" );
+ userC.resume.addSC("<1-20>", "The number of an active network connection" );
+ userC.resume.addSC("WORD", "The name of an active network connection or Connection options" );
+
+
+userC.addSC("set" , "Set system parameter (not config)" );
+userC.addSC("show" , "Show running system information" );
+
+ userC.show.addSC("access-lists", "List access lists" );
+ userC.show.addSC("aliases", "Display alias commands" );
+ userC.show.addSC("arp", "ARP table" );
+ userC.show.addSC("buffers", "Buffer pool statistics" );
+ userC.show.addSC("cdp", "CDP information" );
+ userC.show.addSC("class-map", "Show QoS Class Map" );
+ userC.show.addSC("clock", "Display the system clock" );
+ userC.show.addSC("cluster", "Cluster information" );
+ userC.show.addSC("controllers", "Interface controller status" );
+ userC.show.addSC("debugging", "State of each debugging option" );
+ userC.show.addSC("env", "Environamental facilities" );
+ userC.show.addSC("etherchannel", "EtherChannel information" );
+ userC.show.addSC("exception", "exception informations" );
+ userC.show.addSC("flash:", "display information about flash: file system" );
+ userC.show.addSC("history", "Display the session command history" );
+ userC.show.addSC("hosts", "IP domain-name, lookup style, nameservers, and host table" );
+ userC.show.addSC("interfaces", "Interface status and configuration" );
+ userC.show.addSC("ip", "IP information" );
+ userC.show.addSC("line", "TTY line information" );
+ userC.show.addSC("location", "Display the system location" );
+ userC.show.addSC("logging", "Show the contents of logging buffers" );
+ userC.show.addSC("memory", "Memory statistics" );
+ userC.show.addSC("ntp", "Network time protocol" );
+ userC.show.addSC("policy-map", "Show QoS Policy Map" );
+ userC.show.addSC("privilege", "Show current privilege level" );
+ userC.show.addSC("processes", "Active process statistics" );
+ userC.show.addSC("queue", "Show queue contents" );
+ userC.show.addSC("queueing", "Show queueing configuration" );
+ userC.show.addSC("registry", "Function registry information" );
+ userC.show.addSC("reload", "Scheduled reload information" );
+ userC.show.addSC("rmon", "rmon statistics" );
+ userC.show.addSC("sessions", "Information about Telnet connections" );
+ userC.show.addSC("snmp", "snmp statistics" );
+ userC.show.addSC("spanning-tree", "Spanning tree topology" );
+ userC.show.addSC("stacks", "Process stack utilization" );
+ userC.show.addSC("standby", "Hot standby protocol information" );
+ userC.show.addSC("subsys", "Show subsystem information" );
+ userC.show.addSC("tacacs", "Shows tacacs+ server statistics " );
+ userC.show.addSC("tcp", "Status of TCP connections" );
+ userC.show.addSC("tech-support", "Show system information for Tech-Support" );
+ userC.show.addSC("terminal", "Display terminal configuration parameters" );
+ userC.show.addSC("udld", "UDLD information" );
+ userC.show.addSC("users", "Display information about terminal lines" );
+ userC.show.addSC("version", "System hardware and software status" );
+ userC.show.addSC("vlan", "VTP VLAN status" );
+ userC.show.addSC("vtp", "VTP information" );
+ userC.show.addSC("wrr-queue", "WRR queue" );
+
+userC.addSC("systat" , "Display information about terminal lines" );
+ userC.systat.addSC("all", "Include information about inactive ports");
+userC.addSC("telnet" , "Open a telnet connection" );
+ userC.telnet.addSC("WORD", "IP address or hostname of a remote system");
+
+userC.addSC("terminal" , "Set terminal line parameters" );
+ userC.terminal.addSC("data-character-bits", "Size of characters being handled" );
+ userC.terminal.addSC("databits", "Set number of data bits per character" );
+ userC.terminal.addSC("default", "Set a command to its defaults" );
+ userC.terminal.addSC("domain-lookup", "Enable domain lookups in show commands" );
+ userC.terminal.addSC("download", "Put line into 'download' mode" );
+ userC.terminal.addSC("editing", "Enable command line editing" );
+ userC.terminal.addSC("escape-character", "Change the current line's escape character" );
+ userC.terminal.addSC("exec-character-bits", "Size of characters to the command exec" );
+ userC.terminal.addSC("flowcontrol", "Set the flow control" );
+ userC.terminal.addSC("full-help", "Provide help to unprivileged user" );
+ userC.terminal.addSC("help", "Description of the interactive help system" );
+ userC.terminal.addSC("history", "Enable and control the command history function" );
+ userC.terminal.addSC("international", "Enable international 8-bit character support" );
+ userC.terminal.addSC("ip", "IP options" );
+ userC.terminal.addSC("lenth", "Set number of lines on a screen" );
+ userC.terminal.addSC("no", "Negate a command or set its defaults" );
+ userC.terminal.addSC("notify", "Inform users of output from concurrent sessions" );
+ userC.terminal.addSC("padding", "Set padding for a specified output character" );
+ userC.terminal.addSC("parity", "Set terminal parity" );
+ userC.terminal.addSC("rxspeed", "Set the receive speed" );
+ userC.terminal.addSC("special-character-bits", "Size of the escape (and other special) characters" );
+ userC.terminal.addSC("speed", "Set the transmit and receive speeds" );
+ userC.terminal.addSC("start-character", "Define the start character" );
+ userC.terminal.addSC("stop-character", "Define the stop character" );
+ userC.terminal.addSC("stopbits", "Set async line stop bits" );
+ userC.terminal.addSC("terminal-type", "Set the terminal type" );
+ userC.terminal.addSC("transport", "Define transport protocols for line" );
+ userC.terminal.addSC("txspeed", "Set the transmit speeds" );
+ userC.terminal.addSC("width", "Set width of the display terminal" );
+
+userC.addSC("traceroute" , "Trace route to destination" );
+
+ userC.traceroute.addSC("WORD", "Trace route to destination address or hostname" );
+ userC.traceroute.addSC("appletalk", "AppleTalk Trace" );
+ userC.traceroute.addSC("clns", "ISO CLNS Trace" );
+ userC.traceroute.addSC("ip", "IP Trace" );
+ userC.traceroute.addSC("ipx", "IPX Trace" );
+ userC.traceroute.addSC("oldvines", "Vines Trace (Cisco)" );
+ userC.traceroute.addSC("vines", "Vines Trace (Banyan)" );
+
+
+userC.addSC("tunnel" , "Open a tunnel connection" );
+ userC.tunnel.addSC("WORD", "Address or hostname of a remote system");
+
+userC.addSC("where" , "List active connections" );
|
