linevtyC.addSC("absolute-timeout", "Set absolute timeout for line disconnection"); linevtyC.addSC("access-class", "Filter connections based on an IP access list"); linevtyC.addSC("activation-character", "Define the activation character"); linevtyC.addSC("autobaud", "Set line to normal autobaud"); linevtyC.addSC("autocommand", "Automatically execute an EXEC command"); linevtyC.addSC("autocommand-options", "Autocommand options"); linevtyC.addSC("autohangup", "Automatically hangup when last connection closes"); linevtyC.addSC("autoselect", "Set line to autoselect"); 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("disconnect-character", "Define the disconnect character"); linevtyC.addSC("dispatch-character", "Define the dispatch character"); linevtyC.addSC("dispatch-machine", "Reference a TCP dispatch state machine"); linevtyC.addSC("dispatch-timeout", "Set the dispatch timer"); 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("flush-at-activation", "Clear input stream at activation"); 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("hold-character", "Define the hold character"); linevtyC.addSC("insecure", "Mark line as 'insecure' for LAT"); linevtyC.addSC("international", "Enable international 8-bit character support"); linevtyC.addSC("ip", "IP options"); linevtyC.addSC("location", "Enter terminal location description"); linevtyC.addSC("lockable", "Allow users to lock a line"); 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("logout-warning", "Set Warning countdown for absolute timeout of line"); 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 raising DTR and CTS response"); linevtyC.modem.addSC("dtr-delay", "Set interval during which DTR is held low"); 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("private", "Configuration options that user can set will remain in effect between terminal sessions"); 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("script", "specify event related chat scripts to run on the line"); linevtyC.addSC("session-disconnect-warning", "Set warning countdown for session-timeout"); linevtyC.addSC("session-limit", "Set maximum number of sessions"); 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("telnet", "Telnet protocol-specific configuration"); 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("rlogin", "Unix rlogin protocol"); 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");