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
|
// Commands
// absolute-timeout
// NOT IMPLEMENTED
lineauxC.addSC("absolute-timeout", "Set absolute timeout for line disconnection");
// access-class
// NOT IMPLEMENTED
lineauxC.addSC("access-class", "Filter connections based on an IP access list");
// activation-character
// NOT IMPLEMENTED
lineauxC.addSC("activation-character", "Define the activation character");
// arap
// NOT IMPLEMENTED
lineauxC.addSC("arap", "Appletalk Remote Access Protocol");
// autocommand
// NOT IMPLEMENTED
lineauxC.addSC("autocommand", "Automatically execute an EXEC command");
// autohangup
// NOT IMPLEMENTED
lineauxC.addSC("autohangup", "Automatically hangup when last connection closes");
// autoselect
// NOT IMPLEMENTED
lineauxC.addSC("autoselect", "Set line to autoselect");
// data-character-bits
// NOT IMPLEMENTED
lineauxC.addSC("data-character-bits", "Size of characters being handled");
// databits
// NOT IMPLEMENTED
lineauxC.addSC("databits", "Set number of data bits per character");
// default
// NOT IMPLEMENTED
lineauxC.addSC("default", "Set a command to its defaults");
// disconnect-character
// NOT IMPLEMENTED
lineauxC.addSC("disconnect-character", "Define the disconnect character");
// dispatch-character
// NOT IMPLEMENTED
lineauxC.addSC("dispatch-character", "Define the dispatch character");
// dispatch-machine
// NOT IMPLEMENTED
lineauxC.addSC("dispatch-machine", "Reference a TCP dispatch state machine");
// dispatch-timeout
// NOT IMPLEMENTED
lineauxC.addSC("dispatch-timeout", "Set the dispatch timer");
// domain-lookup
// NOT IMPLEMENTED
lineauxC.addSC("domain-lookup", "Enable domain lookups in show commands");
// editing
// NOT IMPLEMENTED
lineauxC.addSC("editing", "Enable command line editing");
// escape-character
// NOT IMPLEMENTED
lineauxC.addSC("escape-character", "Change the current line's escape character");
// exec
// NOT IMPLEMENTED
lineauxC.addSC("exec", "Start an EXEC process");
// exec-banner
// NOT IMPLEMENTED
lineauxC.addSC("exec-banner", "Enable the display of the EXEC banner");
// exec-character-bits
// NOT IMPLEMENTED
lineauxC.addSC("exec-character-bits", "Size of characters to the command exec");
// exec-timeout
// NOT IMPLEMENTED
lineauxC.addSC("exec-timeout", "Set the EXEC timeout");
// exit
lineauxC.addSC("exit","Exit from line-aux configuration mode");
// flowcontrol
// NOT IMPLEMENTED
lineauxC.addSC("flowcontrol", "Set the flow control");
// flush-at-activation
// NOT IMPLEMENTED
lineauxC.addSC("flush-at-activation", "Clear input stream at activation");
// full-help
// NOT IMPLEMENTED
lineauxC.addSC("full-help", "Provide help to unprivileged user");
// help
// NOT IMPLEMENTED
lineauxC.addSC("help", "Description of the interactive help system");
// history
// NOT IMPLEMENTED
lineauxC.addSC("history", "Enable and control the command history function");
// hold-character
// NOT IMPLEMENTED
lineauxC.addSC("hold-character", "Define the hold character");
// insecure
// NOT IMPLEMENTED
lineauxC.addSC("insecure", "Mark line as 'insecure' for LAT");
// international
// NOT IMPLEMENTED
lineauxC.addSC("international", "Enable international 8-bit character support");
// ip
// NOT IMPLEMENTED
lineauxC.addSC("ip", "IP options");
// length
// NOT IMPLEMENTED
//lineauxC.addSC("length", "Set number of lines on a screen");
// location
// NOT IMPLEMENTED
lineauxC.addSC("location", "Enter terminal location description");
// lockable
// NOT IMPLEMENTED
lineauxC.addSC("lockable", "Allow users to lock a line");
// logging
// NOT IMPLEMENTED
lineauxC.addSC("logging", "Modify message logging facilities");
// login
lineauxC.addSC("login", "Enable password checking");
lineauxC.login.addSC("local", "Local password checking");
lineauxC.login.addSC("tacacs","Use tacacs server for password checking");
// logout-warning
// NOT IMPLEMENTED
lineauxC.addSC("logout-warning", "Set Warning countdown for absolute timeout of line");
// modem
// NOT IMPLEMENTED
lineauxC.addSC("modem", "Configure the Modem Control Lines");
// monitor
// NOT IMPLEMENTED
lineauxC.addSC("monitor", "Copy debug output to the current terminal line");
// motd-banner
// NOT IMPLEMENTED
lineauxC.addSC("motd-banner", "Enable the display of the MOTD banner");
// no
// NOT IMPLEMENTED
lineauxC.addSC("no", "Negate a command or set its defaults");
// notify
// NOT IMPLEMENTED
lineauxC.addSC("notify", "Inform users of output from concurrent sessions");
// ntp
// NOT IMPLEMENTED
lineauxC.addSC("ntp", "Configure NTP");
// padding
// NOT IMPLEMENTED
lineauxC.addSC("padding", "Set padding for a specified output character");
// parity
// NOT IMPLEMENTED
lineauxC.addSC("parity", "Set terminal parity");
// password
lineauxC.addSC("password", "Set a password");
lineauxC.password.addSC("LINE", "The UNENCRYPTED (cleartext) line password", true);
// private
// NOT IMPLEMENTED
lineauxC.addSC("private", "Configuration options that user can set will remain in effect between terminal sessions");
// privilege
// NOT IMPLEMENTED
lineauxC.addSC("privilege", "Change privilege level for line");
// refuse-message
// NOT IMPLEMENTED
lineauxC.addSC("refuse-message", "Define a refuse banner");
// rotary
// NOT IMPLEMENTED
lineauxC.addSC("rotary", "Add line to a rotary group");
// rxspeed
// NOT IMPLEMENTED
lineauxC.addSC("rxspeed", "Set the receive speed");
// script
// NOT IMPLEMENTED
lineauxC.addSC("script", "specify event related chat scripts to run on the line");
// session-disconnect-warning
// NOT IMPLEMENTED
lineauxC.addSC("session-disconnect-warning", "Set warning countdown for session-timeout");
// session-limit
// NOT IMPLEMENTED
lineauxC.addSC("session-limit", "Set maximum number of sessions");
// session-timeout
// NOT IMPLEMENTED
lineauxC.addSC("session-timeout", "Set interval for closing connection when there is no input traffic");
// special-character-bits
// NOT IMPLEMENTED
lineauxC.addSC("special-character-bits", "Size of the escape (and other special) characters");
// speed
// NOT IMPLEMENTED
lineauxC.addSC("speed", "Set the transmit and receive speeds");
// start-character
// NOT IMPLEMENTED
lineauxC.addSC("start-character", "Define the start character");
// stop-character
// NOT IMPLEMENTED
lineauxC.addSC("stop-character", "Define the stop character");
// stopbits
// NOT IMPLEMENTED
lineauxC.addSC("stopbits", "Set async line stop bits");
// telnet
lineauxC.addSC("telnet", "Telnet protocol-specific configuration");
// telnet ip address
// lineauxC.telnet.addSC("WORD", "Telnet destination address or hostname", true);
// terminal-type
// NOT IMPLEMENTED
lineauxC.addSC("terminal-type", "Set the terminal type");
// timeout
// NOT IMPLEMENTED
lineauxC.addSC("timeout", "Timeouts for the line");
// transport
// NOT IMPLEMENTED
lineauxC.addSC("transport", "Define transport protocols for line");
// txspeed
// NOT IMPLEMENTED
lineauxC.addSC("txspeed", "Set the transmit speeds");
// vacant-message
// NOT IMPLEMENTED
lineauxC.addSC("vacant-message", "Define a vacant banner");
// width
// NOT IMPLEMENTED
lineauxC.addSC("width", "Set width of the display terminal");
// x25
// NOT IMPLEMENTED
lineauxC.addSC("x25", "X25 protocol-specific configuration");
// ********************
commands_copyCommand("lineauxC","lineauxC.no",null,true);
commands_deleteSubCommand("lineauxC.no","default");
commands_deleteSubCommand("lineauxC.no","help");
commands_deleteSubCommand("lineauxC.no","exit");
// ********************
// WARNING: THIS GROUP OF COMMANDS MUST BE AT THE END OF THIS FILE.
// ONLY "NO" COMMANDS SHOULD BE BEYOND THIS POINT.
|