summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_linevty.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_linevty.txt')
-rw-r--r--Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_linevty.txt70
1 files changed, 70 insertions, 0 deletions
diff --git a/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_linevty.txt b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_linevty.txt
new file mode 100644
index 0000000..77fec2c
--- /dev/null
+++ b/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Switch 2900/cmd_linevty.txt
@@ -0,0 +1,70 @@
+
+linevtyC.addSC("access-class", "Filter connections based on an IP access list");
+linevtyC.addSC("autocommand", "Automatically execute an EXEC command");
+linevtyC.addSC("autocommand-options", "Autocommand options");
+linevtyC.addSC("data-character-bits", "Size of characters being handled");
+linevtyC.addSC("databits", "Set number of data bits per character");
+linevtyC.addSC("default", "Set a command to its defaults");
+linevtyC.addSC("domain-lookup", "Enable domain lookups in show commands");
+linevtyC.addSC("editing", "Enable command line editing");
+linevtyC.addSC("escape-character", "Change the current line's escape character");
+linevtyC.addSC("exec", "Start an EXEC process");
+linevtyC.addSC("exec-banner", "Enable the display of the EXEC banner");
+linevtyC.addSC("exec-character-bits", "Size of characters to the command exec");
+linevtyC.addSC("exec-timeout", "Set the EXEC timeout");
+ linevtyC["exec-timeout"].addSC("<0-35791>", "Timeout in minutes");
+ linevtyC["exec-timeout"]["<0-35791>"].addSC("<0-2147483>", "Timeout in seconds");
+linevtyC.addSC("exit", "Exit from line configuration mode");
+linevtyC.addSC("flowcontrol", "Set the flow control");
+ linevtyC.flowcontrol.addSC("NONE", "Set no flow control");
+ linevtyC.flowcontrol.addSC("software", "Set software flow control");
+linevtyC.addSC("full-help", "Provide help to unprivileged user");
+linevtyC.addSC("help", "Description of the interactive help system");
+linevtyC.addSC("history", "Enable and control the command history function");
+linevtyC.addSC("international", "Enable international 8-bit character support");
+linevtyC.addSC("ip", "IP options");
+linevtyC.addSC("location", "Enter terminal location description");
+linevtyC.addSC("logging", "Modify message logging facilities");
+linevtyC.addSC("login", "Enable password checking");
+ linevtyC.login.addSC("local", "Local password checking");
+ linevtyC.login.addSC("tacacs", "Use tacacs server for password checking");
+linevtyC.addSC("modem", "Configure the Modem Control Lines");
+ linevtyC.modem.addSC("CTS-Alarm", "Alarm device which only uses CTS for call control");
+ linevtyC.modem.addSC("DTR-active", "Leave DTR low unless line has an active incoming connection or EXEC");
+ linevtyC.modem.addSC("Dialin", "Configure line for a modern dial-in modem");
+ linevtyC.modem.addSC("Host", "Devices that expect an incoming modem call");
+ linevtyC.modem.addSC("InOut", "Configure line for incoming AND outgoing use of modem");
+ linevtyC.modem.addSC("Printer", "Devices that require DSR/CD active");
+ linevtyC.modem.addSC("answer-timeout", "Set interval between the time the server raises DTR in response to RING and the modem responds to CTS");
+linevtyC.addSC("monitor", "Copy debug output to the current terminal line");
+linevtyC.addSC("motd-banner", "Enable the display of the MOTD banner");
+linevtyC.addSC("no", "Negate a command or set its defaults");
+linevtyC.addSC("notify", "Inform users of output from concurrent sessions");
+linevtyC.addSC("padding", "Set padding for a specified output character");
+linevtyC.addSC("parity", "Set terminal parity");
+linevtyC.addSC("password", "Set a password");
+ linevtyC.password.addSC("LINE", "The UNENCRYPTED (cleartext) line password");
+linevtyC.addSC("privilege", "Change privilege level for line");
+linevtyC.addSC("refuse-message", "Define a refuse banner");
+linevtyC.addSC("rotary", "Add line to a rotary group");
+linevtyC.addSC("rxspeed", "Set the receive speed");
+linevtyC.addSC("session-timeout", "Set interval for closing connection when there is no input traffic");
+linevtyC.addSC("special-character-bits", "Size of the escape (and other special) characters");
+linevtyC.addSC("speed", "Set the transmit and receive speeds");
+ linevtyC.speed.addSC("<0-4294967295>", "Transmit and receive speeds");
+linevtyC.addSC("start-character", "Define the start character");
+linevtyC.addSC("stop-character", "Define the stop character");
+linevtyC.addSC("stopbits", "Set async line stop bits");
+ linevtyC.stopbits.addSC("1.5", "One and one-half stop bits");
+linevtyC.addSC("terminal-type", "Set the terminal type");
+linevtyC.addSC("timeout", "Timeouts for the line");
+linevtyC.addSC("transport", "Define transport protocols for line");
+ linevtyC.transport.addSC("input", "Define which protocols to use when connecting to the terminal server");
+ linevtyC.transport.input.addSC("all", "All protocols");
+ linevtyC.transport.input.addSC("none", "No protocols");
+ linevtyC.transport.input.addSC("telnet", "TCP/IP Telnet protocol");
+ linevtyC.transport.addSC("output", "Define which protocols to use for outgoing connections");
+ linevtyC.transport.addSC("preferred", "Specify the preferred protocol to use");
+linevtyC.addSC("txspeed", "Set the transmit speeds");
+linevtyC.addSC("vacant-message", "Define a vacant banner");
+linevtyC.addSC("width", "Set width of the display terminal");