summaryrefslogtreecommitdiffstats
path: root/Bachelor/CCNA4/en_CCNA4_v30/elabs/Engine/Router 1760/cmd_lineaux.txt
blob: b31617ff74fcf0bba5d4c5f7085b4d13f7771821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
lineauxC.addSC("absolute-timeout", "Set absolute timeout for line disconnection");
    lineauxC["absolute-timeout"].addSC("<0-10000>", "Absolute timeout interval in minutes");
lineauxC.addSC("access-class", "Filter connections based on an IP access list");
    lineauxC["access-class"].addSC("<1-199>", "IP access list");
        lineauxC["access-class"]["<1-199>"].addSC("in", "Filter incoming connections");
        lineauxC["access-class"]["<1-199>"].addSC("out", "Filter outgoing connections");
    lineauxC["access-class"].addSC("<1300-2699>", "IP expanded access list");
        lineauxC["access-class"]["<1300-2699>"].addSC("in", "Filter incoming connections");
        lineauxC["access-class"]["<1300-2699>"].addSC("out", "Filter outgoing connections");
lineauxC.addSC("activation-character", "Define the activation character");
    lineauxC["activation-character"].addSC("CHAR or <0-127>", "Activation character or its decimal equivalent");
lineauxC.addSC("autobaud", "Set line to normal autobaud");
lineauxC.addSC("autocommand", "Automatically execute an EXEC command");
    lineauxC.autocommand.addSC("LINE", "Appropriate EXEC command");
    lineauxC.autocommand.addSC("no-suppress-linenumber", "Display service linenumber message");
        lineauxC.autocommand["no-suppress-linenumber"].addSC("LINE", "Appropriate EXEC command");
lineauxC.addSC("autocommand-options", "Autocommand options");
    lineauxC["autocommand-options"].addSC("abort-character", "Autocommand abort character");
        lineauxC["autocommand-options"]["abort-character"].addSC("CHAR or <0-255>", "Abort character or its ASCII decimal equivalent");
    lineauxC["autocommand-options"].addSC("delay", "Delay autocommand execution");
        lineauxC["autocommand-options"].delay.addSC("<0-120>", "Time in seconds");
    lineauxC["autocommand-options"].addSC("nohangup", "No hangup after autocommand completion");
        lineauxC["autocommand-options"].nohangup.addSC("abort-character", "Autocommand abort character");
        lineauxC["autocommand-options"].nohangup.addSC("delay", "Delay autocommand execution");
lineauxC.addSC("autohangup", "Automatically hangup when last connection closes");
    lineauxC.autohangup.addSC("session-timeout", "Automatically hangup when current session Times-out");
lineauxC.addSC("autoselect", "Set line to autoselect");
    lineauxC.autoselect.addSC("arap", "Set line to allow ARAP autoselection");
    lineauxC.autoselect.addSC("during-login", "Do autoselect at the Username/Password prompt");
    lineauxC.autoselect.addSC("ppp", "Set line to allow PPP autoselection");
    lineauxC.autoselect.addSC("slip", "Set line to allow SLIP autoselection");
    lineauxC.autoselect.addSC("timeout", "Set wait timeout for initial autoselect byte");
        lineauxC.autoselect.timeout.addSC("<1-120>", "Timeout value in seconds");
lineauxC.addSC("buffer-length", "Set DMA buffer length");
    lineauxC["buffer-length"].addSC("<16-1536>", "buffer length in bytes");
lineauxC.addSC("callback", "Callback settings");
    lineauxC.callback.addSC("forced-wait", "Forced wait before callback script driven to modem");
        lineauxC.callback["forced-wait"].addSC("<4-30>", "Callback forced wait in seconds");
    lineauxC.callback.addSC("nodsr-wait", "Extended wait time for DSR to go down");
        lineauxC.callback["nodsr-wait"].addSC("<5000-30000>", "Callback wait for DSR to go down in milliseconds");
lineauxC.addSC("data-character-bits", "Size of characters being handled");
    lineauxC["data-character-bits"].addSC("<7-8>", "Bits per character");
lineauxC.addSC("databits", "Set number of data bits per character");
    lineauxC.databits.addSC("5", "Number of data bits");
    lineauxC.databits.addSC("6", "");
    lineauxC.databits.addSC("<7-7>", "");
    lineauxC.databits.addSC("8", "");
lineauxC.addSC("default", "Set a command to its defaults");
    lineauxC["default"].addSC("absolute-timeout", "Set absolute timeout for line disconnection");
    lineauxC["default"].addSC("access-class", "Filter connections based on an IP access list");
        lineauxC["default"]["access-class"].addSC("<1-199>", "IP access list");
        lineauxC["default"]["access-class"].addSC("<1300-2699>", "IP expanded access list");
        lineauxC["default"]["access-class"].addSC("in", "Filter incoming connections");
        lineauxC["default"]["access-class"].addSC("out", "Filter outgoing connections");
    lineauxC["default"].addSC("activation-character", "Define the activation character");
    lineauxC["default"].addSC("autobaud", "Set line to normal autobaud");
    lineauxC["default"].addSC("autocommand", "Automatically execute an EXEC command");
    lineauxC["default"].addSC("autocommand-options", "Autocommand options");
    lineauxC["default"].addSC("autohangup", "Automatically hangup when last connection closes");
        lineauxC["default"].autohangup.addSC("session-timeout", "Automatically hangup when current session Times-out");
    lineauxC["default"].addSC("autoselect", "Set line to autoselect");
        lineauxC["default"].autoselect.addSC("arap", "Set line to allow ARAP autoselection");
        lineauxC["default"].autoselect.addSC("during-login", "Do autoselect at the Username/Password prompt");
        lineauxC["default"].autoselect.addSC("ppp", "Set line to allow PPP autoselection");
        lineauxC["default"].autoselect.addSC("slip", "Set line to allow SLIP autoselection");
        lineauxC["default"].autoselect.addSC("timeout", "Set wait timeout for initial autoselect byte");
    lineauxC["default"].addSC("buffer-length", "Set DMA buffer length");
    lineauxC["default"].addSC("callback", "Callback settings");
        lineauxC["default"].callback.addSC("forced-wait", "Forced wait before callback script driven to modem");
        lineauxC["default"].callback.addSC("nodsr-wait", "Extended wait time for DSR to go down");
    lineauxC["default"].addSC("data-character-bits", "Size of characters being handled");
    lineauxC["default"].addSC("databits", "Set number of data bits per character");
lineauxC.addSC("disconnect-character", "Define the disconnect character");
    lineauxC["disconnect-character"].addSC("CHAR or <0-255>", "Disconnect character or its decimal equivalent");
lineauxC.addSC("dispatch-character", "Define the dispatch character");
    lineauxC["dispatch-character"].addSC("CHAR or <0-127>", "Dispatch character or its decimal equivalent");
lineauxC.addSC("dispatch-machine", "Reference a TCP dispatch state machine");
    lineauxC["dispatch-machine"].addSC("WORD", "Name of a defined state machine");
lineauxC.addSC("dispatch-timeout", "Set the dispatch timer");
    lineauxC["dispatch-timeout"].addSC("<0-4294967294>", "Dispatch timer in milliseconds");
lineauxC.addSC("domain-lookup", "Enable domain lookups in show commands");
lineauxC.addSC("editing", "Enable command line editing");
lineauxC.addSC("escape-character", "Change the current line's escape character");
    lineauxC["escape-character"].addSC("BREAK", "Cause escape on BREAK");
    lineauxC["escape-character"].addSC("CHAR or <0-255>", "Escape character or its ASCII decimal equivalent");
    lineauxC["escape-character"].addSC("DEFAULT", "Use default escape character");
    lineauxC["escape-character"].addSC("NONE", "Disable escape entirely");
    lineauxC["escape-character"].addSC("soft", "Set the soft escape character for this line");
        lineauxC["escape-character"].soft.addSC("BREAK", "Cause escape on BREAK");
        lineauxC["escape-character"].soft.addSC("CHAR or <0-255>", "Escape character or its ASCII decimal equivalent");
        lineauxC["escape-character"].soft.addSC("NONE", "Disable escape entirely");
lineauxC.addSC("exec", "Configure EXEC");
    lineauxC.exec.addSC("prompt", "EXEC prompt");
        lineauxC.exec.prompt.addSC("timestamp", "Print timestamps for show commands");
lineauxC.addSC("exec-banner", "Enable the display of the EXEC banner");
lineauxC.addSC("exec-character-bits", "Size of characters to the command exec");
    lineauxC["exec-character-bits"].addSC("<7-8>", "Bits per character");
lineauxC.addSC("exec-timeout", "Set the EXEC timeout");
    lineauxC["exec-timeout"].addSC("<0-35791>", "Timeout in minutes");
        lineauxC["exec-timeout"]["<0-35791>"].addSC("<0-2147483>", "Timeout in seconds");
lineauxC.addSC("exit", "Exit from line configuration mode");
lineauxC.addSC("flowcontrol", "Set the flow control");
    lineauxC.flowcontrol.addSC("NONE", "Set no flow control");
        lineauxC.flowcontrol.NONE.addSC("in", "Listen to flow control from the attached device");
        lineauxC.flowcontrol.NONE.addSC("lock", "Ignore network host requests to change flow control");
        lineauxC.flowcontrol.NONE.addSC("out", "Send flow control information to the attached device");
            lineauxC.flowcontrol.NONE.out.addSC("lock", "Ignore network host requests to change flow control");
    lineauxC.flowcontrol.addSC("hardware", "Set hardware flow control");
        lineauxC.flowcontrol.hardware.addSC("in", "Listen to flow control from the attached device");
        lineauxC.flowcontrol.hardware.addSC("out", "Send flow control information to the attached device");
    lineauxC.flowcontrol.addSC("software", "Set software flow control");
        lineauxC.flowcontrol.software.addSC("in", "Listen to flow control from the attached device");
        lineauxC.flowcontrol.software.addSC("lock", "Ignore network host requests to change flow control");
        lineauxC.flowcontrol.software.addSC("out", "Send flow control information to the attached device");
            lineauxC.flowcontrol.software.out.addSC("lock", "Ignore network host requests to change flow control");
lineauxC.addSC("flush-at-activation", "Clear input stream at activation");
lineauxC.addSC("full-help", "Provide help to unprivileged user");
lineauxC.addSC("help", "Description of the interactive help system");
lineauxC.addSC("history", "Enable and control the command history function");
    lineauxC.history.addSC("size", "Set history buffer size");
        lineauxC.history.size.addSC("<0-256>", "Size of history buffer");
lineauxC.addSC("hold-character", "Define the hold character");
    lineauxC["hold-character"].addSC("CHAR or <0-255>", "Hold character or its decimal equivalent");
lineauxC.addSC("insecure", "Mark line as 'insecure' for LAT");
lineauxC.addSC("international", "Enable international 8-bit character support");
lineauxC.addSC("ip", "IP options");
    lineauxC.ip.addSC("netmask-format", "Change display of netmasks");
        lineauxC.ip["netmask-format"].addSC("bit-count", "Display netmask as number of significant bits");
        lineauxC.ip["netmask-format"].addSC("decimal", "Display netmask in dotted decimal");
        lineauxC.ip["netmask-format"].addSC("hexadecimal", "Display netmask in hexadecimal");
    lineauxC.ip.addSC("tcp", "TCP options");
        lineauxC.ip.tcp.addSC("input-coalesce-threshold", "Set the threshold that triggers packet coalescing (20 default)");
lineauxC.addSC("ipv6", "IPv6 options");
    lineauxC.ipv6.addSC("access-class", "Filter connections based on an IPv6 access list");
        lineauxC.ipv6["access-class"].addSC("WORD", "Access-list name");
//lineauxC.addSC("length", "Set number of lines on a screen");
lineauxC.addSC("location", "Enter terminal location description");
    lineauxC.location.addSC("LINE", "One text line describing the terminal's location");
lineauxC.addSC("lockable", "Allow users to lock a line");
lineauxC.addSC("logging", "Modify message logging facilities");
    lineauxC.logging.addSC("synchronous", "Synchronized message output");
        lineauxC.logging.synchronous.addSC("level", "Severity level to output asynchronously");
        lineauxC.logging.synchronous.addSC("limit", "Messages queue size");
lineauxC.addSC("login", "Enable password checking");
    lineauxC.login.addSC("local", "Local password checking");
    lineauxC.login.addSC("tacacs", "Use tacacs server for password checking");
lineauxC.addSC("logout-warning", "Set Warning countdown for absolute timeout of line");
    lineauxC["logout-warning"].addSC("<0-4294967295>", "Warning time in seconds");
lineauxC.addSC("modem", "Configure the Modem Control Lines");
    lineauxC.modem.addSC("CTS-Alarm", "Alarm device which only uses CTS for call control");
    lineauxC.modem.addSC("DTR-active", "Leave DTR low unless line has an active incoming connection or EXEC");
    lineauxC.modem.addSC("Dialin", "Configure line for a modern dial-in modem");
        lineauxC.modem.Dialin.addSC("delay", "delay DTR as for modem dtr");
    lineauxC.modem.addSC("Host", "Devices that expect an incoming modem call");
    lineauxC.modem.addSC("InOut", "Configure line for incoming AND outgoing use of modem");
    lineauxC.modem.addSC("Printer", "Devices that require DSR/CD active");
    lineauxC.modem.addSC("answer-timeout", "Set interval between raising DTR and CTS response");
        lineauxC.modem["answer-timeout"].addSC("<0-65535>", "Answer timeout in seconds");
    lineauxC.modem.addSC("autoconfigure", "Automatically configure modem on line");
        lineauxC.modem.autoconfigure.addSC("discovery", "Attempt to determine modem type automatically");
        lineauxC.modem.autoconfigure.addSC("type", "Specify modem type");
            lineauxC.modem.autoconfigure.type.addSC("WORD", "Modem type");
    lineauxC.modem.addSC("busyout", "Block calls to and from the modem");
    lineauxC.modem.addSC("dtr-delay", "Set interval during which DTR is held low");
        lineauxC.modem["dtr-delay"].addSC("<0-65535>", "DTR delay in seconds");
    lineauxC.modem.addSC("onhold", "Set the V.92 modem on hold timer duration");
        lineauxC.modem.onhold.addSC("<0-65535>", "On hold time in seconds");
        lineauxC.modem.onhold.addSC("infinite", "On hold forever");
lineauxC.addSC("monitor", "Copy debug output to the current terminal line");
lineauxC.addSC("motd-banner", "Enable the display of the MOTD banner");
lineauxC.addSC("no", "Negate a command or set its defaults");
    lineauxC.no.addSC("absolute-timeout", "Set absolute timeout for line disconnection");
    lineauxC.no.addSC("access-class", "Filter connections based on an IP access list");
        lineauxC.no["access-class"].addSC("<1-199>", "IP access list");
        lineauxC.no["access-class"].addSC("<1300-2699>", "IP expanded access list");
        lineauxC.no["access-class"].addSC("in", "Filter incoming connections");
        lineauxC.no["access-class"].addSC("out", "Filter outgoing connections");
    lineauxC.no.addSC("activation-character", "Define the activation character");
    lineauxC.no.addSC("autobaud", "Set line to normal autobaud");
    lineauxC.no.addSC("autocommand", "Automatically execute an EXEC command");
    lineauxC.no.addSC("autocommand-options", "Autocommand options");
    lineauxC.no.addSC("autohangup", "Automatically hangup when last connection closes");
        lineauxC.no.autohangup.addSC("session-timeout", "Automatically hangup when current session Times-out");
    lineauxC.no.addSC("autoselect", "Set line to autoselect");
        lineauxC.no.autoselect.addSC("arap", "Set line to allow ARAP autoselection");
        lineauxC.no.autoselect.addSC("during-login", "Do autoselect at the Username/Password prompt");
        lineauxC.no.autoselect.addSC("ppp", "Set line to allow PPP autoselection");
        lineauxC.no.autoselect.addSC("slip", "Set line to allow SLIP autoselection");
        lineauxC.no.autoselect.addSC("timeout", "Set wait timeout for initial autoselect byte");
    lineauxC.no.addSC("buffer-length", "Set DMA buffer length");
    lineauxC.no.addSC("callback", "Callback settings");
        lineauxC.no.callback.addSC("forced-wait", "Forced wait before callback script driven to modem");
        lineauxC.no.callback.addSC("nodsr-wait", "Extended wait time for DSR to go down");
    lineauxC.no.addSC("data-character-bits", "Size of characters being handled");
    lineauxC.no.addSC("databits", "Set number of data bits per character");
    lineauxC.no.addSC("disconnect-character", "Define the disconnect character");
    lineauxC.no.addSC("dispatch-character", "Define the dispatch character");
        lineauxC.no["dispatch-character"].addSC("CHAR or <0-127>", "Dispatch character or its decimal equivalent");
    lineauxC.no.addSC("dispatch-machine", "Reference a TCP dispatch state machine");
    lineauxC.no.addSC("dispatch-timeout", "Set the dispatch timer");
    lineauxC.no.addSC("domain-lookup", "Enable domain lookups in show commands");
    lineauxC.no.addSC("editing", "Enable command line editing");
    lineauxC.no.addSC("escape-character", "Change the current line's escape character");
        lineauxC.no["escape-character"].addSC("soft", "Set the soft escape character for this line");
    lineauxC.no.addSC("exec", "Configure EXEC");
        lineauxC.no.exec.addSC("prompt", "EXEC prompt");
    lineauxC.no.addSC("exec-banner", "Enable the display of the EXEC banner");
    lineauxC.no.addSC("exec-character-bits", "Size of characters to the command exec");
    lineauxC.no.addSC("exec-timeout", "Set the EXEC timeout");
    lineauxC.no.addSC("flowcontrol", "Set the flow control");
        lineauxC.no.flowcontrol.addSC("NONE", "Set no flow control");
        lineauxC.no.flowcontrol.addSC("hardware", "Set hardware flow control");
        lineauxC.no.flowcontrol.addSC("lock", "Ignore network host requests to change flow control");
        lineauxC.no.flowcontrol.addSC("software", "Set software flow control");
    lineauxC.no.addSC("flush-at-activation", "Clear input stream at activation");
    lineauxC.no.addSC("full-help", "Provide help to unprivileged user");
    lineauxC.no.addSC("history", "Enable and control the command history function");
        lineauxC.no.history.addSC("size", "Set history buffer size");
    lineauxC.no.addSC("hold-character", "Define the hold character");
    lineauxC.no.addSC("insecure", "Mark line as 'insecure' for LAT");
    lineauxC.no.addSC("international", "Enable international 8-bit character support");
    lineauxC.no.addSC("ip", "IP options");
        lineauxC.no.ip.addSC("netmask-format", "Change display of netmasks");
        lineauxC.no.ip.addSC("tcp", "TCP options");
    lineauxC.no.addSC("ipv6", "IPv6 options");
        lineauxC.no.ipv6.addSC("access-class", "Filter connections based on an IPv6 access list");
//    lineauxC.no.addSC("length", "Set number of lines on a screen");
    lineauxC.no.addSC("location", "Enter terminal location description");
    lineauxC.no.addSC("lockable", "Allow users to lock a line");
    lineauxC.no.addSC("logging", "Modify message logging facilities");
        lineauxC.no.logging.addSC("synchronous", "Synchronized message output");
    lineauxC.no.addSC("login", "Enable password checking");
        lineauxC.no.login.addSC("local", "Local password checking");
        lineauxC.no.login.addSC("tacacs", "Use tacacs server for password checking");
    lineauxC.no.addSC("logout-warning", "Set Warning countdown for absolute timeout of line");
    lineauxC.no.addSC("modem", "Configure the Modem Control Lines");
        lineauxC.no.modem.addSC("CTS-Alarm", "Alarm device which only uses CTS for call control");
        lineauxC.no.modem.addSC("DTR-active", "Leave DTR low unless line has an active incoming connection or EXEC");
        lineauxC.no.modem.addSC("Dialin", "Configure line for a modern dial-in modem");
        lineauxC.no.modem.addSC("Host", "Devices that expect an incoming modem call");
        lineauxC.no.modem.addSC("InOut", "Configure line for incoming AND outgoing use of modem");
        lineauxC.no.modem.addSC("Printer", "Devices that require DSR/CD active");
        lineauxC.no.modem.addSC("answer-timeout", "Set interval between raising DTR and CTS response");
        lineauxC.no.modem.addSC("autoconfigure", "Automatically configure modem on line");
        lineauxC.no.modem.addSC("busyout", "Block calls to and from the modem");
        lineauxC.no.modem.addSC("dtr-delay", "Set interval during which DTR is held low");
        lineauxC.no.modem.addSC("onhold", "Set the V.92 modem on hold timer duration");
    lineauxC.no.addSC("monitor", "Copy debug output to the current terminal line");
    lineauxC.no.addSC("motd-banner", "Enable the display of the MOTD banner");
lineauxC.addSC("notify", "Inform users of output from concurrent sessions");
lineauxC.addSC("ntp", "Configure NTP");
    lineauxC.ntp.addSC("pps-discipline", "Use PPS pulse to discipline system clock");
    lineauxC.ntp.addSC("refclock", "NTP Reference Clock");
        lineauxC.ntp.refclock.addSC("telecom-solutions", "Telecom Solutions GPS");
        lineauxC.ntp.refclock.addSC("trimble", "Trimble Navigation TSIP Protocol");
lineauxC.addSC("padding", "Set padding for a specified output character");
    lineauxC.padding.addSC("CHAR or <0-127>", "Character to be padded");
lineauxC.addSC("parity", "Set terminal parity");
    lineauxC.parity.addSC("even", "Even parity");
    lineauxC.parity.addSC("mark", "Mark parity");
    lineauxC.parity.addSC("none", "No parity");
    lineauxC.parity.addSC("odd", "Odd parity");
    lineauxC.parity.addSC("space", "Space parity");
lineauxC.addSC("password", "Set a password");
//    lineauxC.password.addSC("<0-0>", "Specifies an UNENCRYPTED password will follow");
//    lineauxC.password.addSC("<7-7>", "Specifies a HIDDEN password will follow");
    lineauxC.password.addSC("LINE", "The UNENCRYPTED (cleartext) line password");
lineauxC.addSC("private", "Configuration options that user can set will remain in effect between terminal sessions");
lineauxC.addSC("privilege", "Change privilege level for line");
    lineauxC.privilege.addSC("level", "Assign default privilege level for line");
        lineauxC.privilege.level.addSC("<0-15>", "Default privilege level for line");
lineauxC.addSC("refuse-message", "Define a refuse banner");
    lineauxC["refuse-message"].addSC("LINE", "c refuse-text c, where 'c' is a delimiting character");
lineauxC.addSC("rotary", "Add line to a rotary group");
    lineauxC.rotary.addSC("<1-99>", "Rotary group to add line to");
        lineauxC.rotary["<1-99>"].addSC("queued", "Queue when rotary group full");
        lineauxC.rotary["<1-99>"].addSC("round-robin", "Round robin selection of rotary lines");
lineauxC.addSC("rxspeed", "Set the receive speed");
    lineauxC.rxspeed.addSC("<0-4294967295>", "Receive speed");
lineauxC.addSC("script", "specify event related chat scripts to run on the line");
    lineauxC.script.addSC("activation", "chat script to run whenever line is activated");
        lineauxC.script.activation.addSC("WORD", "chat script name");
    lineauxC.script.addSC("arap-callback", "chat script to run on line whenever ARAP callback is initiated");
        lineauxC.script["arap-callback"].addSC("WORD", "chat script name");
    lineauxC.script.addSC("callback", "chat script to run on line whenever callback is initiated");
        lineauxC.script.callback.addSC("WORD", "chat script name");
    lineauxC.script.addSC("connection", "chat script to run whenever connection is made to the line");
        lineauxC.script.connection.addSC("WORD", "chat script name");
    lineauxC.script.addSC("dialer", "chat script to run whenever dialer makes an outgoing call");
        lineauxC.script.dialer.addSC("WORD", "chat script name");
    lineauxC.script.addSC("reset", "chat script to run whenever line is reset");
        lineauxC.script.reset.addSC("WORD", "chat script name");
    lineauxC.script.addSC("startup", "chat script to run at system startup");
        lineauxC.script.startup.addSC("WORD", "chat script name");
lineauxC.addSC("session-disconnect-warning", "Set warning countdown for session-timeout");
    lineauxC["session-disconnect-warning"].addSC("<0-4294967295>", "Session timeout warning in seconds");
        lineauxC["session-disconnect-warning"]["<0-4294967295>"].addSC("message", "Optional warning message");
lineauxC.addSC("session-limit", "Set maximum number of sessions");
    lineauxC["session-limit"].addSC("<0-4294967295>", "Maximum number of sessions");
lineauxC.addSC("session-timeout", "Set interval for closing connection when there is no input traffic");
    lineauxC["session-timeout"].addSC("<0-35791>", "Session timeout interval in minutes");
        lineauxC["session-timeout"]["<0-35791>"].addSC("output", "Include output traffic as well as input traffic");
lineauxC.addSC("special-character-bits", "Size of the escape (and other special) characters");
    lineauxC["special-character-bits"].addSC("<7-8>", "Bits per character");
lineauxC.addSC("speed", "Set the transmit and receive speeds");
    lineauxC.speed.addSC("<0-4294967295>", "Transmit and receive speeds");
lineauxC.addSC("start-character", "Define the start character");
    lineauxC["start-character"].addSC("CHAR or <0-255>", "Start character or its decimal equivalent");
lineauxC.addSC("stop-character", "Define the stop character");
    lineauxC["stop-character"].addSC("CHAR or <0-255>", "Stop character or its decimal equivalent");
lineauxC.addSC("stopbits", "Set async line stop bits");
    lineauxC.stopbits.addSC("<1-1>", "One stop bit");
    lineauxC.stopbits.addSC("1.5", "One and one-half stop bits");
    lineauxC.stopbits.addSC("<2-2>", "Two stop bits");
lineauxC.addSC("telnet", "Telnet protocol-specific configuration");
    lineauxC.telnet.addSC("break-on-ip", "Send break signal when interrupt is received");
    lineauxC.telnet.addSC("ip-on-break", "Send interrupt signal when break is received");
    lineauxC.telnet.addSC("refuse-negotiations", "Suppress negotiations of Telnet Remote Echo and Suppress Go Ahead options");
    lineauxC.telnet.addSC("speed", "Specify line speeds");
        lineauxC.telnet.speed.addSC("<1-4294967295>", "Default speed");
    lineauxC.telnet.addSC("sync-on-break", "Send a Telnet Synchronize signal after receiving a Telnet Break signal");
    lineauxC.telnet.addSC("transparent", "Send a CR as a CR followed by a NULL instead of a CR followed by a LF");
lineauxC.addSC("terminal-type", "Set the terminal type");
    lineauxC["terminal-type"].addSC("WORD", "Terminal type");
lineauxC.addSC("timeout", "Timeouts for the line");
    lineauxC.timeout.addSC("login", "Timeouts related to the login sequence");
        lineauxC.timeout.login.addSC("response", "Timeout for any user input during login sequences");
lineauxC.addSC("transport", "Define transport protocols for line");
    lineauxC.transport.addSC("input", "Define which protocols to use when connecting to the terminal server");
        lineauxC.transport.input.addSC("all", "All protocols");
        lineauxC.transport.input.addSC("none", "No protocols");
        lineauxC.transport.input.addSC("pad", "X.3 PAD");
        lineauxC.transport.input.addSC("rlogin", "Unix rlogin protocol");
            lineauxC.transport.input.rlogin.addSC("pad", "X.3 PAD");
        lineauxC.transport.input.addSC("telnet", "TCP/IP Telnet protocol");
            lineauxC.transport.input.telnet.addSC("pad", "X.3 PAD");
            lineauxC.transport.input.telnet.addSC("rlogin", "Unix rlogin protocol");
                lineauxC.transport.input.telnet.rlogin.addSC("pad", "X.3 PAD");
        lineauxC.transport.input.addSC("udptn", "UDPTN async via UDP protocol");
            lineauxC.transport.input.udptn.addSC("pad", "X.3 PAD");
            lineauxC.transport.input.udptn.addSC("rlogin", "Unix rlogin protocol");
                lineauxC.transport.input.udptn.rlogin.addSC("pad", "X.3 PAD");
            lineauxC.transport.input.udptn.addSC("telnet", "TCP/IP Telnet protocol");
                lineauxC.transport.input.udptn.telnet.addSC("pad", "X.3 PAD");
                lineauxC.transport.input.udptn.telnet.addSC("rlogin", "Unix rlogin protocol");
                    lineauxC.transport.input.udptn.telnet.rlogin.addSC("pad", "X.3 PAD");
    lineauxC.transport.addSC("output", "Define which protocols to use for outgoing connections");
        lineauxC.transport.output.addSC("all", "All protocols");
        lineauxC.transport.output.addSC("none", "No protocols");
        lineauxC.transport.output.addSC("pad", "X.3 PAD");
        lineauxC.transport.output.addSC("rlogin", "Unix rlogin protocol");
            lineauxC.transport.output.rlogin.addSC("pad", "X.3 PAD");
        lineauxC.transport.output.addSC("telnet", "TCP/IP Telnet protocol");
            lineauxC.transport.output.telnet.addSC("pad", "X.3 PAD");
            lineauxC.transport.output.telnet.addSC("rlogin", "Unix rlogin protocol");
                lineauxC.transport.output.telnet.rlogin.addSC("pad", "X.3 PAD");
        lineauxC.transport.output.addSC("udptn", "UDPTN async via UDP protocol");
            lineauxC.transport.output.udptn.addSC("pad", "X.3 PAD");
            lineauxC.transport.output.udptn.addSC("rlogin", "Unix rlogin protocol");
                lineauxC.transport.output.udptn.rlogin.addSC("pad", "X.3 PAD");
            lineauxC.transport.output.udptn.addSC("telnet", "TCP/IP Telnet protocol");
                lineauxC.transport.output.udptn.telnet.addSC("pad", "X.3 PAD");
                lineauxC.transport.output.udptn.telnet.addSC("rlogin", "Unix rlogin protocol");
                    lineauxC.transport.output.udptn.telnet.rlogin.addSC("pad", "X.3 PAD");
    lineauxC.transport.addSC("preferred", "Specify the preferred protocol to use");
        lineauxC.transport.preferred.addSC("all", "All protocols");
        lineauxC.transport.preferred.addSC("none", "No protocols");
        lineauxC.transport.preferred.addSC("pad", "X.3 PAD");
        lineauxC.transport.preferred.addSC("rlogin", "Unix rlogin protocol");
        lineauxC.transport.preferred.addSC("telnet", "TCP/IP Telnet protocol");
        lineauxC.transport.preferred.addSC("udptn", "UDPTN async via UDP protocol");
lineauxC.addSC("txspeed", "Set the transmit speeds");
    lineauxC.txspeed.addSC("<0-4294967295>", "Transmit speed");
lineauxC.addSC("vacant-message", "Define a vacant banner");
    lineauxC["vacant-message"].addSC("LINE", "c vacant-text c, where 'c' is a delimiting character");
lineauxC.addSC("width", "Set width of the display terminal");
    lineauxC.width.addSC("<0-512>", "Number of characters on a screen line");
lineauxC.addSC("x25", "X25 protocol-specific configuration");
    lineauxC.x25.addSC("subaddress", "Include subaddress in outgoing PAD calls");
        lineauxC.x25.subaddress.addSC("<0-99>", "Include a specific value as subaddress");
        lineauxC.x25.subaddress.addSC("line", "Include line number as a subaddress");