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