lineconC.addSC("absolute-timeout", "Set absolute timeout for line disconnection"); lineconC.addSC("access-class", "Filter connections based on an IP access list"); lineconC.addSC("activation-character", "Define the activation character"); lineconC.addSC("arap", "Appletalk Remote Access Protocol"); lineconC.addSC("autocommand", "Automatically execute an EXEC command"); lineconC.addSC("autocommand-options", "Autocommand options"); lineconC.addSC("autohangup", "Automatically hangup when last connection closes"); lineconC.addSC("data-character-bits", "Size of characters being handled"); lineconC.addSC("databits", "Set number of data bits per character"); lineconC.addSC("default", "Set a command to its defaults"); lineconC.addSC("disconnect-character", "Define the disconnect character"); lineconC.addSC("dispatch-character", "Define the dispatch character"); lineconC.addSC("dispatch-machine", "Reference a TCP dispatch state machine"); lineconC.addSC("dispatch-timeout", "Set the dispatch timer"); lineconC.addSC("domain-lookup", "Enable domain lookups in show commands"); lineconC.addSC("editing", "Enable command line editing"); lineconC.addSC("escape-character", "Change the current line's escape character"); lineconC.addSC("exec", "Start an EXEC process"); lineconC.addSC("exec-banner", "Enable the display of the EXEC banner"); lineconC.addSC("exec-character-bits", "Size of characters to the command exec"); lineconC.addSC("exec-timeout", "Set the EXEC timeout"); lineconC["exec-timeout"].addSC("<0-35791>", "Timeout in minutes"); lineconC["exec-timeout"]["<0-35791>"].addSC("<0-2147483>", "Timeout in seconds"); lineconC.addSC("exit", "Exit from line configuration mode"); lineconC.addSC("flowcontrol", "Set the flow control"); lineconC.flowcontrol.addSC("NONE", "Set no flow control"); lineconC.flowcontrol.addSC("hardware", "Set hardware flow control"); lineconC.flowcontrol.hardware.addSC("in", "Listen to flow control from the attached device"); lineconC.flowcontrol.hardware.addSC("out", "Send flow control information to the attached device"); lineconC.flowcontrol.addSC("software", "Set software flow control"); lineconC.addSC("flush-at-activation", "Clear input stream at activation"); lineconC.addSC("full-help", "Provide help to unprivileged user"); lineconC.addSC("help", "Description of the interactive help system"); lineconC.addSC("history", "Enable and control the command history function"); lineconC.addSC("hold-character", "Define the hold character"); lineconC.addSC("insecure", "Mark line as 'insecure' for LAT"); lineconC.addSC("international", "Enable international 8-bit character support"); lineconC.addSC("ip", "IP options"); lineconC.addSC("keymap-type", "Specify a keymap entry to use"); lineconC.addSC("lat", "DEC Local Area Transport (LAT) protocol-specific configuration"); //lineconC.addSC("length", "Set number of lines on a screen"); lineconC.addSC("location", "Enter terminal location description"); lineconC.addSC("lockable", "Allow users to lock a line"); lineconC.addSC("logging", "Modify message logging facilities"); lineconC.addSC("login", "Enable password checking"); lineconC.login.addSC("local", "Local password checking"); lineconC.login.addSC("tacacs", "Use tacacs server for password checking"); lineconC.addSC("logout-warning", "Set Warning countdown for absolute timeout of line"); lineconC.addSC("modem", "Configure the Modem Control Lines"); lineconC.modem.addSC("CTS-Alarm", "Alarm device which only uses CTS for call control"); lineconC.modem.addSC("DTR-active", "Leave DTR low unless line has an active incoming connection or EXEC"); lineconC.modem.addSC("Dialin", "Configure line for a modern dial-in modem"); lineconC.modem.addSC("Host", "Devices that expect an incoming modem call"); lineconC.modem.addSC("InOut", "Configure line for incoming AND outgoing use of modem"); lineconC.modem.addSC("Printer", "Devices that require DSR/CD active"); lineconC.modem.addSC("answer-timeout", "Set interval between the time the server raises DTR in response to RING and the modem responds to CTS"); lineconC.modem.addSC("autoconfigure", "Automatically configure modem on line"); lineconC.modem.addSC("busyout", "Block calls to and from the modem"); lineconC.addSC("monitor", "Copy debug output to the current terminal line"); lineconC.addSC("motd-banner", "Enable the display of the MOTD banner"); lineconC.addSC("no", "Negate a command or set its defaults"); lineconC.addSC("notify", "Inform users of output from concurrent sessions"); lineconC.addSC("ntp", "Configure NTP"); lineconC.addSC("padding", "Set padding for a specified output character"); lineconC.addSC("parity", "Set terminal parity"); lineconC.addSC("password", "Set a password"); lineconC.password.addSC("<0-0>", "Specifies an UNENCRYPTED password will follow"); lineconC.password.addSC("<7-7>", "Specifies a HIDDEN password will follow"); lineconC.password.addSC("LINE", "The UNENCRYPTED (cleartext) line password"); lineconC.addSC("private", "Configuration options that user can set will remain in effect between terminal sessions"); lineconC.addSC("privilege", "Change privilege level for line"); lineconC.addSC("refuse-message", "Define a refuse banner"); lineconC.addSC("rotary", "Add line to a rotary group"); lineconC.addSC("rxspeed", "Set the receive speed"); lineconC.addSC("script", "specify event related chat scripts to run on the line"); lineconC.addSC("session-disconnect-warning", "Set warning countdown for session-timeout"); lineconC.addSC("session-limit", "Set maximum number of sessions"); lineconC.addSC("session-timeout", "Set interval for closing connection when there is no input traffic"); lineconC.addSC("special-character-bits", "Size of the escape (and other special) characters"); lineconC.addSC("speed", "Set the transmit and receive speeds"); lineconC.speed.addSC("<0-4294967295>", "Transmit and receive speeds"); lineconC.addSC("start-character", "Define the start character"); lineconC.addSC("stop-character", "Define the stop character"); lineconC.addSC("stopbits", "Set async line stop bits"); lineconC.stopbits.addSC("<1-1>", "One stop bit"); lineconC.stopbits.addSC("1.5", "One and one-half stop bits"); lineconC.stopbits.addSC("<2-2>", "Two stop bits"); lineconC.addSC("telnet", "Telnet protocol-specific configuration"); lineconC.addSC("terminal-type", "Set the terminal type"); lineconC.addSC("timeout", "Timeouts for the line"); lineconC.addSC("transport", "Define transport protocols for line"); lineconC.transport.addSC("input", "Define which protocols to use when connecting to the terminal server"); lineconC.transport.input.addSC("all", "All protocols"); lineconC.transport.input.addSC("lat", "DEC LAT protocol"); lineconC.transport.input.addSC("mop", "DEC MOP Remote Console Protocol"); lineconC.transport.input.addSC("nasi", "NASI protocol"); lineconC.transport.input.addSC("none", "No protocols"); lineconC.transport.input.addSC("pad", "X.3 PAD"); lineconC.transport.input.addSC("rlogin", "Unix rlogin protocol"); lineconC.transport.input.addSC("telnet", "TCP/IP Telnet protocol"); lineconC.transport.input.addSC("udptn", "UDPTN async via UDP protocol"); lineconC.transport.input.addSC("v120", "Async over ISDN"); lineconC.transport.addSC("output", "Define which protocols to use for outgoing connections"); lineconC.transport.addSC("preferred", "Specify the preferred protocol to use"); lineconC.addSC("txspeed", "Set the transmit speeds"); lineconC.addSC("vacant-message", "Define a vacant banner"); lineconC.addSC("width", "Set width of the display terminal"); lineconC.addSC("x25", "X25 protocol-specific configuration");