blob: bf1532dd67e36c43751cf933f3fa43fe106ca165 [file] [log] [blame]
Harald Welte4ff37fe2016-02-20 10:56:10 +01001<vtydoc xmlns='urn:osmocom:xml:libosmocore:vty:doc:1.0'>
2 <node id='0'>
3 </node>
4 <node id='1'>
5 <command id='show version'>
6 <params>
7 <param name='show' doc='Show running system information' />
8 <param name='version' doc='Displays program version' />
9 </params>
10 </command>
11 <command id='show online-help'>
12 <params>
13 <param name='show' doc='Show running system information' />
14 <param name='online-help' doc='Online help' />
15 </params>
16 </command>
17 <command id='list'>
18 <params>
19 <param name='list' doc='Print command list' />
20 </params>
21 </command>
22 <command id='exit'>
23 <params>
24 <param name='exit' doc='Exit current mode and down to previous mode' />
25 </params>
26 </command>
27 <command id='help'>
28 <params>
29 <param name='help' doc='Description of the interactive help system' />
30 </params>
31 </command>
32 <command id='enable'>
33 <params>
34 <param name='enable' doc='Turn on privileged mode command' />
35 </params>
36 </command>
37 <command id='terminal length &lt;0-512&gt;'>
38 <params>
39 <param name='terminal' doc='Set terminal line parameters' />
40 <param name='length' doc='Set number of lines on a screen' />
41 <param name='&lt;0-512&gt;' doc='Number of lines on screen (0 for no pausing)' />
42 </params>
43 </command>
44 <command id='terminal no length'>
45 <params>
46 <param name='terminal' doc='Set terminal line parameters' />
47 <param name='no' doc='Negate a command or set its defaults' />
48 <param name='length' doc='Set number of lines on a screen' />
49 </params>
50 </command>
51 <command id='echo .MESSAGE'>
52 <params>
53 <param name='echo' doc='Echo a message back to the vty' />
54 <param name='.MESSAGE' doc='The message to echo' />
55 </params>
56 </command>
57 <command id='who'>
58 <params>
59 <param name='who' doc='Display who is on vty' />
60 </params>
61 </command>
62 <command id='show history'>
63 <params>
64 <param name='show' doc='Show running system information' />
65 <param name='history' doc='Display the session command history' />
66 </params>
67 </command>
68 <command id='logging enable'>
69 <params>
70 <param name='logging' doc='Configure log message to this terminal' />
71 <param name='enable' doc='Enables logging to this vty' />
72 </params>
73 </command>
74 <command id='logging disable'>
75 <params>
76 <param name='logging' doc='Configure log message to this terminal' />
77 <param name='disable' doc='Disables logging to this vty' />
78 </params>
79 </command>
80 <command id='logging filter all (0|1)'>
81 <params>
82 <param name='logging' doc='Configure log message to this terminal' />
83 <param name='filter' doc='Filter log messages' />
84 <param name='all' doc='Do you want to log all messages?' />
85 <param name='0' doc='Only print messages matched by other filters' />
86 <param name='1' doc='Bypass filter and print all messages' />
87 </params>
88 </command>
89 <command id='logging color (0|1)'>
90 <params>
91 <param name='logging' doc='Configure log message to this terminal' />
92 <param name='color' doc='Configure color-printing for log messages' />
93 <param name='0' doc='Don&apos;t use color for printing messages' />
94 <param name='1' doc='Use color for printing messages' />
95 </params>
96 </command>
97 <command id='logging timestamp (0|1)'>
98 <params>
99 <param name='logging' doc='Configure log message to this terminal' />
100 <param name='timestamp' doc='Configure log message timestamping' />
101 <param name='0' doc='Don&apos;t prefix each log message' />
102 <param name='1' doc='Prefix each log message with current timestamp' />
103 </params>
104 </command>
105 <command id='logging set-log-mask MASK'>
106 <params>
107 <param name='logging' doc='Configure log message to this terminal' />
108 <param name='set-log-mask' doc='Set the logmask of this logging target' />
109 <param name='MASK' doc='The logmask to use' />
110 </params>
111 </command>
112 <command id='logging set log mask MASK'>
113 <params>
114 <param name='logging' doc='Configure log message to this terminal' />
115 <param name='set' doc='Decide which categories to output.' />
116 <param name='log' doc='Log commands' />
117 <param name='mask' doc='Mask commands' />
118 <param name='MASK' doc='The logmask to use' />
119 </params>
120 </command>
121 <command id='logging level (all|csn1|l1if|rlcmac|rlcmacdata|rlcmacdl|rlcmacul|rlcmacsched|rlcmacmeas|bssgp|pcu|lglobal|llapd|linp|lmux|lmi|lmib|lsms) (everything|debug|info|notice|error|fatal)'>
122 <params>
123 <param name='logging' doc='Configure log message to this terminal' />
124 <param name='level' doc='Set the log level for a specified category' />
125 <param name='all' doc='Global setting for all subsystems' />
126 <param name='csn1' doc='Concrete Syntax Notation One (CSN1)' />
127 <param name='l1if' doc='GPRS PCU L1 interface (L1IF)' />
128 <param name='rlcmac' doc='GPRS RLC/MAC layer (RLCMAC)' />
129 <param name='rlcmacdata' doc='GPRS RLC/MAC layer Data (RLCMAC)' />
130 <param name='rlcmacdl' doc='GPRS RLC/MAC layer Downlink (RLCMAC)' />
131 <param name='rlcmacul' doc='GPRS RLC/MAC layer Uplink (RLCMAC)' />
132 <param name='rlcmacsched' doc='GPRS RLC/MAC layer Scheduling (RLCMAC)' />
133 <param name='rlcmacmeas' doc='GPRS RLC/MAC layer Measurements (RLCMAC)' />
134 <param name='bssgp' doc='GPRS BSS Gateway Protocol (BSSGP)' />
135 <param name='pcu' doc='GPRS Packet Control Unit (PCU)' />
136 <param name='lglobal' doc='Library-internal global log family' />
137 <param name='llapd' doc='LAPD in libosmogsm' />
138 <param name='linp' doc='A-bis Intput Subsystem' />
139 <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
140 <param name='lmi' doc='A-bis Input Driver for Signalling' />
141 <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
142 <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
143 <param name='everything' doc='Log simply everything' />
144 <param name='debug' doc='Log debug messages and higher levels' />
145 <param name='info' doc='Log informational messages and higher levels' />
146 <param name='notice' doc='Log noticable messages and higher levels' />
147 <param name='error' doc='Log error messages and higher levels' />
148 <param name='fatal' doc='Log only fatal messages' />
149 </params>
150 </command>
151 <command id='show logging vty'>
152 <params>
153 <param name='show' doc='Show running system information' />
154 <param name='logging' doc='Show current logging configuration' />
155 <param name='vty' doc='Show current logging configuration for this vty' />
156 </params>
157 </command>
158 <command id='show alarms'>
159 <params>
160 <param name='show' doc='Show running system information' />
161 <param name='alarms' doc='Show current logging configuration' />
162 </params>
163 </command>
164 <command id='show bts statistics'>
165 <params>
166 <param name='show' doc='Show running system information' />
167 <param name='bts' doc='BTS related functionality' />
168 <param name='statistics' doc='Statistics' />
169 </params>
170 </command>
171 <command id='show tbf all'>
172 <params>
173 <param name='show' doc='Show running system information' />
174 <param name='tbf' doc='information about all current TBFs' />
175 <param name='all' doc='(null)' />
176 </params>
177 </command>
178 </node>
179 <node id='2'>
180 </node>
181 <node id='3'>
182 <command id='help'>
183 <params>
184 <param name='help' doc='Description of the interactive help system' />
185 </params>
186 </command>
187 <command id='list'>
188 <params>
189 <param name='list' doc='Print command list' />
190 </params>
191 </command>
192 <command id='write terminal'>
193 <params>
194 <param name='write' doc='Write running configuration to memory, network, or terminal' />
195 <param name='terminal' doc='Write to terminal' />
196 </params>
197 </command>
198 <command id='write file'>
199 <params>
200 <param name='write' doc='Write running configuration to memory, network, or terminal' />
201 <param name='file' doc='Write to configuration file' />
202 </params>
203 </command>
204 <command id='write memory'>
205 <params>
206 <param name='write' doc='Write running configuration to memory, network, or terminal' />
207 <param name='memory' doc='Write configuration to the file (same as write file)' />
208 </params>
209 </command>
210 <command id='write'>
211 <params>
212 <param name='write' doc='Write running configuration to memory, network, or terminal' />
213 </params>
214 </command>
215 <command id='show running-config'>
216 <params>
217 <param name='show' doc='Show running system information' />
218 <param name='running-config' doc='running configuration' />
219 </params>
220 </command>
221 <command id='exit'>
222 <params>
223 <param name='exit' doc='Exit current mode and down to previous mode' />
224 </params>
225 </command>
226 <command id='disable'>
227 <params>
228 <param name='disable' doc='Turn off privileged mode command' />
229 </params>
230 </command>
231 <command id='configure terminal'>
232 <params>
233 <param name='configure' doc='Configuration from vty interface' />
234 <param name='terminal' doc='Configuration terminal' />
235 </params>
236 </command>
237 <command id='copy running-config startup-config'>
238 <params>
239 <param name='copy' doc='Copy configuration' />
240 <param name='running-config' doc='Copy running config to... ' />
241 <param name='startup-config' doc='Copy running config to startup config (same as write file)' />
242 </params>
243 </command>
244 <command id='show startup-config'>
245 <params>
246 <param name='show' doc='Show running system information' />
247 <param name='startup-config' doc='Contentes of startup configuration' />
248 </params>
249 </command>
250 <command id='show version'>
251 <params>
252 <param name='show' doc='Show running system information' />
253 <param name='version' doc='Displays program version' />
254 </params>
255 </command>
256 <command id='show online-help'>
257 <params>
258 <param name='show' doc='Show running system information' />
259 <param name='online-help' doc='Online help' />
260 </params>
261 </command>
262 <command id='terminal length &lt;0-512&gt;'>
263 <params>
264 <param name='terminal' doc='Set terminal line parameters' />
265 <param name='length' doc='Set number of lines on a screen' />
266 <param name='&lt;0-512&gt;' doc='Number of lines on screen (0 for no pausing)' />
267 </params>
268 </command>
269 <command id='terminal no length'>
270 <params>
271 <param name='terminal' doc='Set terminal line parameters' />
272 <param name='no' doc='Negate a command or set its defaults' />
273 <param name='length' doc='Set number of lines on a screen' />
274 </params>
275 </command>
276 <command id='echo .MESSAGE'>
277 <params>
278 <param name='echo' doc='Echo a message back to the vty' />
279 <param name='.MESSAGE' doc='The message to echo' />
280 </params>
281 </command>
282 <command id='who'>
283 <params>
284 <param name='who' doc='Display who is on vty' />
285 </params>
286 </command>
287 <command id='show history'>
288 <params>
289 <param name='show' doc='Show running system information' />
290 <param name='history' doc='Display the session command history' />
291 </params>
292 </command>
293 <command id='terminal monitor'>
294 <params>
295 <param name='terminal' doc='Set terminal line parameters' />
296 <param name='monitor' doc='Copy debug output to the current terminal line' />
297 </params>
298 </command>
299 <command id='terminal no monitor'>
300 <params>
301 <param name='terminal' doc='Set terminal line parameters' />
302 <param name='no' doc='Negate a command or set its defaults' />
303 <param name='monitor' doc='Copy debug output to the current terminal line' />
304 </params>
305 </command>
306 <command id='logging enable'>
307 <params>
308 <param name='logging' doc='Configure log message to this terminal' />
309 <param name='enable' doc='Enables logging to this vty' />
310 </params>
311 </command>
312 <command id='logging disable'>
313 <params>
314 <param name='logging' doc='Configure log message to this terminal' />
315 <param name='disable' doc='Disables logging to this vty' />
316 </params>
317 </command>
318 <command id='logging filter all (0|1)'>
319 <params>
320 <param name='logging' doc='Configure log message to this terminal' />
321 <param name='filter' doc='Filter log messages' />
322 <param name='all' doc='Do you want to log all messages?' />
323 <param name='0' doc='Only print messages matched by other filters' />
324 <param name='1' doc='Bypass filter and print all messages' />
325 </params>
326 </command>
327 <command id='logging color (0|1)'>
328 <params>
329 <param name='logging' doc='Configure log message to this terminal' />
330 <param name='color' doc='Configure color-printing for log messages' />
331 <param name='0' doc='Don&apos;t use color for printing messages' />
332 <param name='1' doc='Use color for printing messages' />
333 </params>
334 </command>
335 <command id='logging timestamp (0|1)'>
336 <params>
337 <param name='logging' doc='Configure log message to this terminal' />
338 <param name='timestamp' doc='Configure log message timestamping' />
339 <param name='0' doc='Don&apos;t prefix each log message' />
340 <param name='1' doc='Prefix each log message with current timestamp' />
341 </params>
342 </command>
343 <command id='logging set-log-mask MASK'>
344 <params>
345 <param name='logging' doc='Configure log message to this terminal' />
346 <param name='set-log-mask' doc='Set the logmask of this logging target' />
347 <param name='MASK' doc='The logmask to use' />
348 </params>
349 </command>
350 <command id='logging set log mask MASK'>
351 <params>
352 <param name='logging' doc='Configure log message to this terminal' />
353 <param name='set' doc='Decide which categories to output.' />
354 <param name='log' doc='Log commands' />
355 <param name='mask' doc='Mask commands' />
356 <param name='MASK' doc='The logmask to use' />
357 </params>
358 </command>
359 <command id='logging level (all|csn1|l1if|rlcmac|rlcmacdata|rlcmacdl|rlcmacul|rlcmacsched|rlcmacmeas|bssgp|pcu|lglobal|llapd|linp|lmux|lmi|lmib|lsms) (everything|debug|info|notice|error|fatal)'>
360 <params>
361 <param name='logging' doc='Configure log message to this terminal' />
362 <param name='level' doc='Set the log level for a specified category' />
363 <param name='all' doc='Global setting for all subsystems' />
364 <param name='csn1' doc='Concrete Syntax Notation One (CSN1)' />
365 <param name='l1if' doc='GPRS PCU L1 interface (L1IF)' />
366 <param name='rlcmac' doc='GPRS RLC/MAC layer (RLCMAC)' />
367 <param name='rlcmacdata' doc='GPRS RLC/MAC layer Data (RLCMAC)' />
368 <param name='rlcmacdl' doc='GPRS RLC/MAC layer Downlink (RLCMAC)' />
369 <param name='rlcmacul' doc='GPRS RLC/MAC layer Uplink (RLCMAC)' />
370 <param name='rlcmacsched' doc='GPRS RLC/MAC layer Scheduling (RLCMAC)' />
371 <param name='rlcmacmeas' doc='GPRS RLC/MAC layer Measurements (RLCMAC)' />
372 <param name='bssgp' doc='GPRS BSS Gateway Protocol (BSSGP)' />
373 <param name='pcu' doc='GPRS Packet Control Unit (PCU)' />
374 <param name='lglobal' doc='Library-internal global log family' />
375 <param name='llapd' doc='LAPD in libosmogsm' />
376 <param name='linp' doc='A-bis Intput Subsystem' />
377 <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
378 <param name='lmi' doc='A-bis Input Driver for Signalling' />
379 <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
380 <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
381 <param name='everything' doc='Log simply everything' />
382 <param name='debug' doc='Log debug messages and higher levels' />
383 <param name='info' doc='Log informational messages and higher levels' />
384 <param name='notice' doc='Log noticable messages and higher levels' />
385 <param name='error' doc='Log error messages and higher levels' />
386 <param name='fatal' doc='Log only fatal messages' />
387 </params>
388 </command>
389 <command id='show logging vty'>
390 <params>
391 <param name='show' doc='Show running system information' />
392 <param name='logging' doc='Show current logging configuration' />
393 <param name='vty' doc='Show current logging configuration for this vty' />
394 </params>
395 </command>
396 <command id='show alarms'>
397 <params>
398 <param name='show' doc='Show running system information' />
399 <param name='alarms' doc='Show current logging configuration' />
400 </params>
401 </command>
402 <command id='show bts statistics'>
403 <params>
404 <param name='show' doc='Show running system information' />
405 <param name='bts' doc='BTS related functionality' />
406 <param name='statistics' doc='Statistics' />
407 </params>
408 </command>
409 <command id='show tbf all'>
410 <params>
411 <param name='show' doc='Show running system information' />
412 <param name='tbf' doc='information about all current TBFs' />
413 <param name='all' doc='(null)' />
414 </params>
415 </command>
416 </node>
417 <node id='4'>
418 <command id='help'>
419 <params>
420 <param name='help' doc='Description of the interactive help system' />
421 </params>
422 </command>
423 <command id='list'>
424 <params>
425 <param name='list' doc='Print command list' />
426 </params>
427 </command>
428 <command id='write terminal'>
429 <params>
430 <param name='write' doc='Write running configuration to memory, network, or terminal' />
431 <param name='terminal' doc='Write to terminal' />
432 </params>
433 </command>
434 <command id='write file'>
435 <params>
436 <param name='write' doc='Write running configuration to memory, network, or terminal' />
437 <param name='file' doc='Write to configuration file' />
438 </params>
439 </command>
440 <command id='write memory'>
441 <params>
442 <param name='write' doc='Write running configuration to memory, network, or terminal' />
443 <param name='memory' doc='Write configuration to the file (same as write file)' />
444 </params>
445 </command>
446 <command id='write'>
447 <params>
448 <param name='write' doc='Write running configuration to memory, network, or terminal' />
449 </params>
450 </command>
451 <command id='show running-config'>
452 <params>
453 <param name='show' doc='Show running system information' />
454 <param name='running-config' doc='running configuration' />
455 </params>
456 </command>
457 <command id='exit'>
458 <params>
459 <param name='exit' doc='Exit current mode and down to previous mode' />
460 </params>
461 </command>
462 <command id='end'>
463 <params>
464 <param name='end' doc='End current mode and change to enable mode.' />
465 </params>
466 </command>
467 <command id='hostname WORD'>
468 <params>
469 <param name='hostname' doc='Set system&apos;s network name' />
470 <param name='WORD' doc='This system&apos;s network name' />
471 </params>
472 </command>
473 <command id='no hostname [HOSTNAME]'>
474 <params>
475 <param name='no' doc='Negate a command or set its defaults' />
476 <param name='hostname' doc='Reset system&apos;s network name' />
477 <param name='[HOSTNAME]' doc='Host name of this router' />
478 </params>
479 </command>
480 <command id='password (8|) WORD'>
481 <params>
482 <param name='password' doc='Assign the terminal connection password' />
483 <param name='8' doc='Specifies a HIDDEN password will follow' />
484 <param name='' doc='dummy string ' />
485 <param name='WORD' doc='The HIDDEN line password string' />
486 </params>
487 </command>
488 <command id='password LINE'>
489 <params>
490 <param name='password' doc='Assign the terminal connection password' />
491 <param name='LINE' doc='The UNENCRYPTED (cleartext) line password' />
492 </params>
493 </command>
494 <command id='enable password (8|) WORD'>
495 <params>
496 <param name='enable' doc='Modify enable password parameters' />
497 <param name='password' doc='Assign the privileged level password' />
498 <param name='8' doc='Specifies a HIDDEN password will follow' />
499 <param name='' doc='dummy string ' />
500 <param name='WORD' doc='The HIDDEN &apos;enable&apos; password string' />
501 </params>
502 </command>
503 <command id='enable password LINE'>
504 <params>
505 <param name='enable' doc='Modify enable password parameters' />
506 <param name='password' doc='Assign the privileged level password' />
507 <param name='LINE' doc='The UNENCRYPTED (cleartext) &apos;enable&apos; password' />
508 </params>
509 </command>
510 <command id='no enable password'>
511 <params>
512 <param name='no' doc='Negate a command or set its defaults' />
513 <param name='enable' doc='Modify enable password parameters' />
514 <param name='password' doc='Assign the privileged level password' />
515 </params>
516 </command>
517 <command id='banner motd default'>
518 <params>
519 <param name='banner' doc='Set banner string' />
520 <param name='motd' doc='Strings for motd' />
521 <param name='default' doc='Default string' />
522 </params>
523 </command>
524 <command id='banner motd file [FILE]'>
525 <params>
526 <param name='banner' doc='Set banner' />
527 <param name='motd' doc='Banner for motd' />
528 <param name='file' doc='Banner from a file' />
529 <param name='[FILE]' doc='Filename' />
530 </params>
531 </command>
532 <command id='no banner motd'>
533 <params>
534 <param name='no' doc='Negate a command or set its defaults' />
535 <param name='banner' doc='Set banner string' />
536 <param name='motd' doc='Strings for motd' />
537 </params>
538 </command>
539 <command id='service terminal-length &lt;0-512&gt;'>
540 <params>
541 <param name='service' doc='Set up miscellaneous service' />
542 <param name='terminal-length' doc='System wide terminal length configuration' />
543 <param name='&lt;0-512&gt;' doc='Number of lines of VTY (0 means no line control)' />
544 </params>
545 </command>
546 <command id='no service terminal-length [&lt;0-512&gt;]'>
547 <params>
548 <param name='no' doc='Negate a command or set its defaults' />
549 <param name='service' doc='Set up miscellaneous service' />
550 <param name='terminal-length' doc='System wide terminal length configuration' />
551 <param name='[&lt;0-512&gt;]' doc='Number of lines of VTY (0 means no line control)' />
552 </params>
553 </command>
554 <command id='line vty'>
555 <params>
556 <param name='line' doc='Configure a terminal line' />
557 <param name='vty' doc='Virtual terminal' />
558 </params>
559 </command>
560 <command id='service advanced-vty'>
561 <params>
562 <param name='service' doc='Set up miscellaneous service' />
563 <param name='advanced-vty' doc='Enable advanced mode vty interface' />
564 </params>
565 </command>
566 <command id='no service advanced-vty'>
567 <params>
568 <param name='no' doc='Negate a command or set its defaults' />
569 <param name='service' doc='Set up miscellaneous service' />
570 <param name='advanced-vty' doc='Enable advanced mode vty interface' />
571 </params>
572 </command>
573 <command id='show history'>
574 <params>
575 <param name='show' doc='Show running system information' />
576 <param name='history' doc='Display the session command history' />
577 </params>
578 </command>
579 <command id='log stderr'>
580 <params>
581 <param name='log' doc='Configure logging sub-system' />
582 <param name='stderr' doc='Logging via STDERR of the process' />
583 </params>
584 </command>
585 <command id='no log stderr'>
586 <params>
587 <param name='no' doc='Negate a command or set its defaults' />
588 <param name='log' doc='Configure logging sub-system' />
589 <param name='stderr' doc='Logging via STDERR of the process' />
590 </params>
591 </command>
592 <command id='log file .FILENAME'>
593 <params>
594 <param name='log' doc='Configure logging sub-system' />
595 <param name='file' doc='Logging to text file' />
596 <param name='.FILENAME' doc='Filename' />
597 </params>
598 </command>
599 <command id='no log file .FILENAME'>
600 <params>
601 <param name='no' doc='Negate a command or set its defaults' />
602 <param name='log' doc='Configure logging sub-system' />
603 <param name='file' doc='Logging to text file' />
604 <param name='.FILENAME' doc='Filename' />
605 </params>
606 </command>
607 <command id='log alarms &lt;2-32700&gt;'>
608 <params>
609 <param name='log' doc='Configure logging sub-system' />
610 <param name='alarms' doc='Logging alarms to osmo_strrb' />
611 <param name='&lt;2-32700&gt;' doc='Maximum number of messages to log' />
612 </params>
613 </command>
614 <command id='no log alarms'>
615 <params>
616 <param name='no' doc='Negate a command or set its defaults' />
617 <param name='log' doc='Configure logging sub-system' />
618 <param name='alarms' doc='Logging alarms to osmo_strrb' />
619 </params>
620 </command>
621 <command id='log syslog (authpriv|cron|daemon|ftp|lpr|mail|news|user|uucp)'>
622 <params>
623 <param name='log' doc='Configure logging sub-system' />
624 <param name='syslog' doc='Logging via syslog' />
625 <param name='authpriv' doc='Security/authorization messages facility' />
626 <param name='cron' doc='Clock daemon (cron/at) facility' />
627 <param name='daemon' doc='General system daemon facility' />
628 <param name='ftp' doc='Ftp daemon facility' />
629 <param name='lpr' doc='Line printer facility' />
630 <param name='mail' doc='Mail facility' />
631 <param name='news' doc='News facility' />
632 <param name='user' doc='Generic facility' />
633 <param name='uucp' doc='UUCP facility' />
634 </params>
635 </command>
636 <command id='log syslog local &lt;0-7&gt;'>
637 <params>
638 <param name='log' doc='Configure logging sub-system' />
639 <param name='syslog' doc='Logging via syslog' />
640 <param name='local' doc='Syslog LOCAL facility' />
641 <param name='&lt;0-7&gt;' doc='Local facility number' />
642 </params>
643 </command>
644 <command id='no log syslog'>
645 <params>
646 <param name='no' doc='Negate a command or set its defaults' />
647 <param name='log' doc='Configure logging sub-system' />
648 <param name='syslog' doc='Logging via syslog' />
649 </params>
650 </command>
651 <command id='pcu'>
652 <params>
653 <param name='pcu' doc='BTS specific configure' />
654 </params>
655 </command>
656 </node>
657 <node id='7'>
658 <command id='help'>
659 <params>
660 <param name='help' doc='Description of the interactive help system' />
661 </params>
662 </command>
663 <command id='list'>
664 <params>
665 <param name='list' doc='Print command list' />
666 </params>
667 </command>
668 <command id='write terminal'>
669 <params>
670 <param name='write' doc='Write running configuration to memory, network, or terminal' />
671 <param name='terminal' doc='Write to terminal' />
672 </params>
673 </command>
674 <command id='write file'>
675 <params>
676 <param name='write' doc='Write running configuration to memory, network, or terminal' />
677 <param name='file' doc='Write to configuration file' />
678 </params>
679 </command>
680 <command id='write memory'>
681 <params>
682 <param name='write' doc='Write running configuration to memory, network, or terminal' />
683 <param name='memory' doc='Write configuration to the file (same as write file)' />
684 </params>
685 </command>
686 <command id='write'>
687 <params>
688 <param name='write' doc='Write running configuration to memory, network, or terminal' />
689 </params>
690 </command>
691 <command id='show running-config'>
692 <params>
693 <param name='show' doc='Show running system information' />
694 <param name='running-config' doc='running configuration' />
695 </params>
696 </command>
697 <command id='exit'>
698 <params>
699 <param name='exit' doc='Exit current mode and down to previous mode' />
700 </params>
701 </command>
702 <command id='end'>
703 <params>
704 <param name='end' doc='End current mode and change to enable mode.' />
705 </params>
706 </command>
707 <command id='logging filter all (0|1)'>
708 <params>
709 <param name='logging' doc='Configure log message to this terminal' />
710 <param name='filter' doc='Filter log messages' />
711 <param name='all' doc='Do you want to log all messages?' />
712 <param name='0' doc='Only print messages matched by other filters' />
713 <param name='1' doc='Bypass filter and print all messages' />
714 </params>
715 </command>
716 <command id='logging color (0|1)'>
717 <params>
718 <param name='logging' doc='Configure log message to this terminal' />
719 <param name='color' doc='Configure color-printing for log messages' />
720 <param name='0' doc='Don&apos;t use color for printing messages' />
721 <param name='1' doc='Use color for printing messages' />
722 </params>
723 </command>
724 <command id='logging timestamp (0|1)'>
725 <params>
726 <param name='logging' doc='Configure log message to this terminal' />
727 <param name='timestamp' doc='Configure log message timestamping' />
728 <param name='0' doc='Don&apos;t prefix each log message' />
729 <param name='1' doc='Prefix each log message with current timestamp' />
730 </params>
731 </command>
732 <command id='logging level (all|csn1|l1if|rlcmac|rlcmacdata|rlcmacdl|rlcmacul|rlcmacsched|rlcmacmeas|bssgp|pcu|lglobal|llapd|linp|lmux|lmi|lmib|lsms) (everything|debug|info|notice|error|fatal)'>
733 <params>
734 <param name='logging' doc='Configure log message to this terminal' />
735 <param name='level' doc='Set the log level for a specified category' />
736 <param name='all' doc='Global setting for all subsystems' />
737 <param name='csn1' doc='Concrete Syntax Notation One (CSN1)' />
738 <param name='l1if' doc='GPRS PCU L1 interface (L1IF)' />
739 <param name='rlcmac' doc='GPRS RLC/MAC layer (RLCMAC)' />
740 <param name='rlcmacdata' doc='GPRS RLC/MAC layer Data (RLCMAC)' />
741 <param name='rlcmacdl' doc='GPRS RLC/MAC layer Downlink (RLCMAC)' />
742 <param name='rlcmacul' doc='GPRS RLC/MAC layer Uplink (RLCMAC)' />
743 <param name='rlcmacsched' doc='GPRS RLC/MAC layer Scheduling (RLCMAC)' />
744 <param name='rlcmacmeas' doc='GPRS RLC/MAC layer Measurements (RLCMAC)' />
745 <param name='bssgp' doc='GPRS BSS Gateway Protocol (BSSGP)' />
746 <param name='pcu' doc='GPRS Packet Control Unit (PCU)' />
747 <param name='lglobal' doc='Library-internal global log family' />
748 <param name='llapd' doc='LAPD in libosmogsm' />
749 <param name='linp' doc='A-bis Intput Subsystem' />
750 <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
751 <param name='lmi' doc='A-bis Input Driver for Signalling' />
752 <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
753 <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
754 <param name='everything' doc='Log simply everything' />
755 <param name='debug' doc='Log debug messages and higher levels' />
756 <param name='info' doc='Log informational messages and higher levels' />
757 <param name='notice' doc='Log noticable messages and higher levels' />
758 <param name='error' doc='Log error messages and higher levels' />
759 <param name='fatal' doc='Log only fatal messages' />
760 </params>
761 </command>
762 </node>
763 <node id='8'>
764 <command id='help'>
765 <params>
766 <param name='help' doc='Description of the interactive help system' />
767 </params>
768 </command>
769 <command id='list'>
770 <params>
771 <param name='list' doc='Print command list' />
772 </params>
773 </command>
774 <command id='write terminal'>
775 <params>
776 <param name='write' doc='Write running configuration to memory, network, or terminal' />
777 <param name='terminal' doc='Write to terminal' />
778 </params>
779 </command>
780 <command id='write file'>
781 <params>
782 <param name='write' doc='Write running configuration to memory, network, or terminal' />
783 <param name='file' doc='Write to configuration file' />
784 </params>
785 </command>
786 <command id='write memory'>
787 <params>
788 <param name='write' doc='Write running configuration to memory, network, or terminal' />
789 <param name='memory' doc='Write configuration to the file (same as write file)' />
790 </params>
791 </command>
792 <command id='write'>
793 <params>
794 <param name='write' doc='Write running configuration to memory, network, or terminal' />
795 </params>
796 </command>
797 <command id='show running-config'>
798 <params>
799 <param name='show' doc='Show running system information' />
800 <param name='running-config' doc='running configuration' />
801 </params>
802 </command>
803 <command id='exit'>
804 <params>
805 <param name='exit' doc='Exit current mode and down to previous mode' />
806 </params>
807 </command>
808 <command id='end'>
809 <params>
810 <param name='end' doc='End current mode and change to enable mode.' />
811 </params>
812 </command>
813 <command id='login'>
814 <params>
815 <param name='login' doc='Enable password checking' />
816 </params>
817 </command>
818 <command id='no login'>
819 <params>
820 <param name='no' doc='Negate a command or set its defaults' />
821 <param name='login' doc='Enable password checking' />
822 </params>
823 </command>
824 </node>
825 <node id='14'>
826 <command id='help'>
827 <params>
828 <param name='help' doc='Description of the interactive help system' />
829 </params>
830 </command>
831 <command id='list'>
832 <params>
833 <param name='list' doc='Print command list' />
834 </params>
835 </command>
836 <command id='write terminal'>
837 <params>
838 <param name='write' doc='Write running configuration to memory, network, or terminal' />
839 <param name='terminal' doc='Write to terminal' />
840 </params>
841 </command>
842 <command id='write file'>
843 <params>
844 <param name='write' doc='Write running configuration to memory, network, or terminal' />
845 <param name='file' doc='Write to configuration file' />
846 </params>
847 </command>
848 <command id='write memory'>
849 <params>
850 <param name='write' doc='Write running configuration to memory, network, or terminal' />
851 <param name='memory' doc='Write configuration to the file (same as write file)' />
852 </params>
853 </command>
854 <command id='write'>
855 <params>
856 <param name='write' doc='Write running configuration to memory, network, or terminal' />
857 </params>
858 </command>
859 <command id='show running-config'>
860 <params>
861 <param name='show' doc='Show running system information' />
862 <param name='running-config' doc='running configuration' />
863 </params>
864 </command>
865 <command id='no two-phase-access'>
866 <params>
867 <param name='no' doc='Negate a command or set its defaults' />
868 <param name='two-phase-access' doc='Only use two phase access when requested my MS' />
869 </params>
870 </command>
871 <command id='cs &lt;1-4&gt; [&lt;1-4&gt;]'>
872 <params>
873 <param name='cs' doc='Set the Coding Scheme to be used, (overrides BTS config)' />
874 <param name='&lt;1-4&gt;' doc='Initial CS used' />
875 <param name='[&lt;1-4&gt;]' doc='Alternative uplink CS' />
876 </params>
877 </command>
878 <command id='no cs'>
879 <params>
880 <param name='no' doc='Negate a command or set its defaults' />
881 <param name='cs' doc='Don&apos;t force given Coding Scheme, (use BTS config)' />
882 </params>
883 </command>
884 <command id='queue lifetime &lt;1-65534&gt;'>
885 <params>
886 <param name='queue' doc='Packet queue options' />
887 <param name='lifetime' doc='Set lifetime limit of LLC frame in centi-seconds (overrides the value given by SGSN)' />
888 <param name='&lt;1-65534&gt;' doc='Lifetime in centi-seconds' />
889 </params>
890 </command>
891 <command id='queue lifetime infinite'>
892 <params>
893 <param name='queue' doc='Packet queue options' />
894 <param name='lifetime' doc='Set lifetime limit of LLC frame in centi-seconds (overrides the value given by SGSN)' />
895 <param name='infinite' doc='Infinite lifetime' />
896 </params>
897 </command>
898 <command id='no queue lifetime'>
899 <params>
900 <param name='no' doc='Negate a command or set its defaults' />
901 <param name='queue' doc='Packet queue options' />
902 <param name='lifetime' doc='Disable lifetime limit of LLC frame (use value given by SGSN)' />
903 </params>
904 </command>
905 <command id='alloc-algorithm (a|b)'>
906 <params>
907 <param name='alloc-algorithm' doc='Select slot allocation algorithm to use when assigning timeslots on PACCH' />
908 <param name='a' doc='Single slot is assigned only' />
909 <param name='b' doc='Multiple slots are assigned for semi-duplex operation' />
910 </params>
911 </command>
912 <command id='two-phase-access'>
913 <params>
914 <param name='two-phase-access' doc='Force two phase access when MS requests single phase access' />
915 </params>
916 </command>
917 <command id='flow-control-interval &lt;1-10&gt;'>
918 <params>
919 <param name='flow-control-interval' doc='Interval between sending subsequent Flow Control PDUs' />
920 <param name='&lt;1-10&gt;' doc='Interval time in seconds' />
921 </params>
922 </command>
923 <command id='alpha &lt;0-10&gt;'>
924 <params>
925 <param name='alpha' doc='Alpha parameter for MS power control in units of 0.1 (see TS 05.08) NOTE: Be sure to set Alpha value at System information 13 too.' />
926 <param name='&lt;0-10&gt;' doc='Alpha in units of 0.1' />
927 </params>
928 </command>
929 <command id='gamma &lt;0-62&gt;'>
930 <params>
931 <param name='gamma' doc='Gamma parameter for MS power control in units of dB (see TS 05.08)' />
932 <param name='&lt;0-62&gt;' doc='Gamma in even unit of dBs' />
933 </params>
934 </command>
935 <command id='end'>
936 <params>
937 <param name='end' doc='End current mode and change to enable mode' />
938 </params>
939 </command>
940 </node>
941</vtydoc>