blob: 15a423785b1f185cbca0cebf7a95b87d76cecb94 [file] [log] [blame]
Harald Welte9f1331b2016-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|mm|pag|meas|ref|gprs|ns|bssgp|llc|sndcp|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='mm' doc='Layer3 Mobility Management (MM)' />
127 <param name='pag' doc='Paging Subsystem' />
128 <param name='meas' doc='Radio Measurement Processing' />
129 <param name='ref' doc='Reference Counting' />
130 <param name='gprs' doc='GPRS Packet Service' />
131 <param name='ns' doc='GPRS Network Service (NS)' />
132 <param name='bssgp' doc='GPRS BSS Gateway Protocol (BSSGP)' />
133 <param name='llc' doc='GPRS Logical Link Control Protocol (LLC)' />
134 <param name='sndcp' doc='GPRS Sub-Network Dependent Control Protocol (SNDCP)' />
135 <param name='lglobal' doc='Library-internal global log family' />
136 <param name='llapd' doc='LAPD in libosmogsm' />
137 <param name='linp' doc='A-bis Intput Subsystem' />
138 <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
139 <param name='lmi' doc='A-bis Input Driver for Signalling' />
140 <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
141 <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
142 <param name='everything' doc='Log simply everything' />
143 <param name='debug' doc='Log debug messages and higher levels' />
144 <param name='info' doc='Log informational messages and higher levels' />
145 <param name='notice' doc='Log noticable messages and higher levels' />
146 <param name='error' doc='Log error messages and higher levels' />
147 <param name='fatal' doc='Log only fatal messages' />
148 </params>
149 </command>
150 <command id='show logging vty'>
151 <params>
152 <param name='show' doc='Show running system information' />
153 <param name='logging' doc='Show current logging configuration' />
154 <param name='vty' doc='Show current logging configuration for this vty' />
155 </params>
156 </command>
157 <command id='show alarms'>
158 <params>
159 <param name='show' doc='Show running system information' />
160 <param name='alarms' doc='Show current logging configuration' />
161 </params>
162 </command>
163 <command id='show sgsn'>
164 <params>
165 <param name='show' doc='Show running system information' />
166 <param name='sgsn' doc='Display information about the SGSN' />
167 </params>
168 </command>
169 <command id='show mm-context imsi IMSI [pdp]'>
170 <params>
171 <param name='show' doc='Show running system information' />
172 <param name='mm-context' doc='MM Context' />
173 <param name='imsi' doc='Identify by IMSI' />
174 <param name='IMSI' doc='IMSI of the MM Context' />
175 <param name='[pdp]' doc='Include PDP Context Information' />
176 </params>
177 </command>
178 <command id='show mm-context all [pdp]'>
179 <params>
180 <param name='show' doc='Show running system information' />
181 <param name='mm-context' doc='MM Context' />
182 <param name='all' doc='All MM Contexts' />
183 <param name='[pdp]' doc='Include PDP Context Information' />
184 </params>
185 </command>
186 <command id='show pdp-context all'>
187 <params>
188 <param name='show' doc='Show running system information' />
189 <param name='pdp-context' doc='Display information on PDP Context' />
190 <param name='all' doc='Show everything' />
191 </params>
192 </command>
193 <command id='show ns'>
194 <params>
195 <param name='show' doc='Show running system information' />
196 <param name='ns' doc='Display information about the NS protocol' />
197 </params>
198 </command>
199 <command id='show ns stats'>
200 <params>
201 <param name='show' doc='Show running system information' />
202 <param name='ns' doc='Display information about the NS protocol' />
203 <param name='stats' doc='Include statistics' />
204 </params>
205 </command>
206 <command id='show ns (nsei|nsvc) &lt;0-65535&gt; [stats]'>
207 <params>
208 <param name='show' doc='Show running system information' />
209 <param name='ns' doc='Display information about the NS protocol' />
210 <param name='nsei' doc='Select one NSE by its NSE Identifier' />
211 <param name='nsvc' doc='Select one NSE by its NS-VC Identifier' />
212 <param name='&lt;0-65535&gt;' doc='The Identifier of selected type' />
213 <param name='[stats]' doc='Include Statistics' />
214 </params>
215 </command>
216 <command id='logging filter nsvc (nsei|nsvci) &lt;0-65535&gt;'>
217 <params>
218 <param name='logging' doc='Configure log message to this terminal' />
219 <param name='filter' doc='Filter log messages' />
220 <param name='nsvc' doc='Filter based on NS Virtual Connection' />
221 <param name='nsei' doc='Identify NS-VC by NSEI' />
222 <param name='nsvci' doc='Identify NS-VC by NSVCI' />
223 <param name='&lt;0-65535&gt;' doc='Numeric identifier' />
224 </params>
225 </command>
226 <command id='show bssgp'>
227 <params>
228 <param name='show' doc='Show running system information' />
229 <param name='bssgp' doc='Show information about the BSSGP protocol' />
230 </params>
231 </command>
232 <command id='show bssgp stats'>
233 <params>
234 <param name='show' doc='Show running system information' />
235 <param name='bssgp' doc='Show information about the BSSGP protocol' />
236 <param name='stats' doc='Include statistics' />
237 </params>
238 </command>
239 <command id='show bssgp nsei &lt;0-65535&gt; [stats]'>
240 <params>
241 <param name='show' doc='Show running system information' />
242 <param name='bssgp' doc='Show information about the BSSGP protocol' />
243 <param name='nsei' doc='Show all BVCs on one NSE' />
244 <param name='&lt;0-65535&gt;' doc='The NSEI' />
245 <param name='[stats]' doc='Include Statistics' />
246 </params>
247 </command>
248 <command id='logging filter bvc nsei &lt;0-65535&gt; bvci &lt;0-65535&gt;'>
249 <params>
250 <param name='logging' doc='Configure log message to this terminal' />
251 <param name='filter' doc='Filter log messages' />
252 <param name='bvc' doc='Filter based on BSSGP Virtual Connection' />
253 <param name='nsei' doc='NSEI of the BVC to be filtered' />
254 <param name='&lt;0-65535&gt;' doc='Network Service Entity Identifier (NSEI)' />
255 <param name='bvci' doc='BVCI of the BVC to be filtered' />
256 <param name='&lt;0-65535&gt;' doc='BSSGP Virtual Connection Identifier (BVCI)' />
257 </params>
258 </command>
259 <command id='show llc'>
260 <params>
261 <param name='show' doc='Show running system information' />
262 <param name='llc' doc='Display information about the LLC protocol' />
263 </params>
264 </command>
265 <command id='show sndcp'>
266 <params>
267 <param name='show' doc='Show running system information' />
268 <param name='sndcp' doc='Display information about the SNDCP protocol' />
269 </params>
270 </command>
271 </node>
272 <node id='2'>
273 </node>
274 <node id='3'>
275 <command id='help'>
276 <params>
277 <param name='help' doc='Description of the interactive help system' />
278 </params>
279 </command>
280 <command id='list'>
281 <params>
282 <param name='list' doc='Print command list' />
283 </params>
284 </command>
285 <command id='write terminal'>
286 <params>
287 <param name='write' doc='Write running configuration to memory, network, or terminal' />
288 <param name='terminal' doc='Write to terminal' />
289 </params>
290 </command>
291 <command id='write file'>
292 <params>
293 <param name='write' doc='Write running configuration to memory, network, or terminal' />
294 <param name='file' doc='Write to configuration file' />
295 </params>
296 </command>
297 <command id='write memory'>
298 <params>
299 <param name='write' doc='Write running configuration to memory, network, or terminal' />
300 <param name='memory' doc='Write configuration to the file (same as write file)' />
301 </params>
302 </command>
303 <command id='write'>
304 <params>
305 <param name='write' doc='Write running configuration to memory, network, or terminal' />
306 </params>
307 </command>
308 <command id='show running-config'>
309 <params>
310 <param name='show' doc='Show running system information' />
311 <param name='running-config' doc='running configuration' />
312 </params>
313 </command>
314 <command id='exit'>
315 <params>
316 <param name='exit' doc='Exit current mode and down to previous mode' />
317 </params>
318 </command>
319 <command id='disable'>
320 <params>
321 <param name='disable' doc='Turn off privileged mode command' />
322 </params>
323 </command>
324 <command id='configure terminal'>
325 <params>
326 <param name='configure' doc='Configuration from vty interface' />
327 <param name='terminal' doc='Configuration terminal' />
328 </params>
329 </command>
330 <command id='copy running-config startup-config'>
331 <params>
332 <param name='copy' doc='Copy configuration' />
333 <param name='running-config' doc='Copy running config to... ' />
334 <param name='startup-config' doc='Copy running config to startup config (same as write file)' />
335 </params>
336 </command>
337 <command id='show startup-config'>
338 <params>
339 <param name='show' doc='Show running system information' />
340 <param name='startup-config' doc='Contentes of startup configuration' />
341 </params>
342 </command>
343 <command id='show version'>
344 <params>
345 <param name='show' doc='Show running system information' />
346 <param name='version' doc='Displays program version' />
347 </params>
348 </command>
349 <command id='show online-help'>
350 <params>
351 <param name='show' doc='Show running system information' />
352 <param name='online-help' doc='Online help' />
353 </params>
354 </command>
355 <command id='terminal length &lt;0-512&gt;'>
356 <params>
357 <param name='terminal' doc='Set terminal line parameters' />
358 <param name='length' doc='Set number of lines on a screen' />
359 <param name='&lt;0-512&gt;' doc='Number of lines on screen (0 for no pausing)' />
360 </params>
361 </command>
362 <command id='terminal no length'>
363 <params>
364 <param name='terminal' doc='Set terminal line parameters' />
365 <param name='no' doc='Negate a command or set its defaults' />
366 <param name='length' doc='Set number of lines on a screen' />
367 </params>
368 </command>
369 <command id='echo .MESSAGE'>
370 <params>
371 <param name='echo' doc='Echo a message back to the vty' />
372 <param name='.MESSAGE' doc='The message to echo' />
373 </params>
374 </command>
375 <command id='who'>
376 <params>
377 <param name='who' doc='Display who is on vty' />
378 </params>
379 </command>
380 <command id='show history'>
381 <params>
382 <param name='show' doc='Show running system information' />
383 <param name='history' doc='Display the session command history' />
384 </params>
385 </command>
386 <command id='terminal monitor'>
387 <params>
388 <param name='terminal' doc='Set terminal line parameters' />
389 <param name='monitor' doc='Copy debug output to the current terminal line' />
390 </params>
391 </command>
392 <command id='terminal no monitor'>
393 <params>
394 <param name='terminal' doc='Set terminal line parameters' />
395 <param name='no' doc='Negate a command or set its defaults' />
396 <param name='monitor' doc='Copy debug output to the current terminal line' />
397 </params>
398 </command>
399 <command id='logging enable'>
400 <params>
401 <param name='logging' doc='Configure log message to this terminal' />
402 <param name='enable' doc='Enables logging to this vty' />
403 </params>
404 </command>
405 <command id='logging disable'>
406 <params>
407 <param name='logging' doc='Configure log message to this terminal' />
408 <param name='disable' doc='Disables logging to this vty' />
409 </params>
410 </command>
411 <command id='logging filter all (0|1)'>
412 <params>
413 <param name='logging' doc='Configure log message to this terminal' />
414 <param name='filter' doc='Filter log messages' />
415 <param name='all' doc='Do you want to log all messages?' />
416 <param name='0' doc='Only print messages matched by other filters' />
417 <param name='1' doc='Bypass filter and print all messages' />
418 </params>
419 </command>
420 <command id='logging color (0|1)'>
421 <params>
422 <param name='logging' doc='Configure log message to this terminal' />
423 <param name='color' doc='Configure color-printing for log messages' />
424 <param name='0' doc='Don&apos;t use color for printing messages' />
425 <param name='1' doc='Use color for printing messages' />
426 </params>
427 </command>
428 <command id='logging timestamp (0|1)'>
429 <params>
430 <param name='logging' doc='Configure log message to this terminal' />
431 <param name='timestamp' doc='Configure log message timestamping' />
432 <param name='0' doc='Don&apos;t prefix each log message' />
433 <param name='1' doc='Prefix each log message with current timestamp' />
434 </params>
435 </command>
436 <command id='logging set-log-mask MASK'>
437 <params>
438 <param name='logging' doc='Configure log message to this terminal' />
439 <param name='set-log-mask' doc='Set the logmask of this logging target' />
440 <param name='MASK' doc='The logmask to use' />
441 </params>
442 </command>
443 <command id='logging set log mask MASK'>
444 <params>
445 <param name='logging' doc='Configure log message to this terminal' />
446 <param name='set' doc='Decide which categories to output.' />
447 <param name='log' doc='Log commands' />
448 <param name='mask' doc='Mask commands' />
449 <param name='MASK' doc='The logmask to use' />
450 </params>
451 </command>
452 <command id='logging level (all|mm|pag|meas|ref|gprs|ns|bssgp|llc|sndcp|lglobal|llapd|linp|lmux|lmi|lmib|lsms) (everything|debug|info|notice|error|fatal)'>
453 <params>
454 <param name='logging' doc='Configure log message to this terminal' />
455 <param name='level' doc='Set the log level for a specified category' />
456 <param name='all' doc='Global setting for all subsystems' />
457 <param name='mm' doc='Layer3 Mobility Management (MM)' />
458 <param name='pag' doc='Paging Subsystem' />
459 <param name='meas' doc='Radio Measurement Processing' />
460 <param name='ref' doc='Reference Counting' />
461 <param name='gprs' doc='GPRS Packet Service' />
462 <param name='ns' doc='GPRS Network Service (NS)' />
463 <param name='bssgp' doc='GPRS BSS Gateway Protocol (BSSGP)' />
464 <param name='llc' doc='GPRS Logical Link Control Protocol (LLC)' />
465 <param name='sndcp' doc='GPRS Sub-Network Dependent Control Protocol (SNDCP)' />
466 <param name='lglobal' doc='Library-internal global log family' />
467 <param name='llapd' doc='LAPD in libosmogsm' />
468 <param name='linp' doc='A-bis Intput Subsystem' />
469 <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
470 <param name='lmi' doc='A-bis Input Driver for Signalling' />
471 <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
472 <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
473 <param name='everything' doc='Log simply everything' />
474 <param name='debug' doc='Log debug messages and higher levels' />
475 <param name='info' doc='Log informational messages and higher levels' />
476 <param name='notice' doc='Log noticable messages and higher levels' />
477 <param name='error' doc='Log error messages and higher levels' />
478 <param name='fatal' doc='Log only fatal messages' />
479 </params>
480 </command>
481 <command id='show logging vty'>
482 <params>
483 <param name='show' doc='Show running system information' />
484 <param name='logging' doc='Show current logging configuration' />
485 <param name='vty' doc='Show current logging configuration for this vty' />
486 </params>
487 </command>
488 <command id='show alarms'>
489 <params>
490 <param name='show' doc='Show running system information' />
491 <param name='alarms' doc='Show current logging configuration' />
492 </params>
493 </command>
494 <command id='show sgsn'>
495 <params>
496 <param name='show' doc='Show running system information' />
497 <param name='sgsn' doc='Display information about the SGSN' />
498 </params>
499 </command>
500 <command id='show mm-context imsi IMSI [pdp]'>
501 <params>
502 <param name='show' doc='Show running system information' />
503 <param name='mm-context' doc='MM Context' />
504 <param name='imsi' doc='Identify by IMSI' />
505 <param name='IMSI' doc='IMSI of the MM Context' />
506 <param name='[pdp]' doc='Include PDP Context Information' />
507 </params>
508 </command>
509 <command id='show mm-context all [pdp]'>
510 <params>
511 <param name='show' doc='Show running system information' />
512 <param name='mm-context' doc='MM Context' />
513 <param name='all' doc='All MM Contexts' />
514 <param name='[pdp]' doc='Include PDP Context Information' />
515 </params>
516 </command>
517 <command id='show pdp-context all'>
518 <params>
519 <param name='show' doc='Show running system information' />
520 <param name='pdp-context' doc='Display information on PDP Context' />
521 <param name='all' doc='Show everything' />
522 </params>
523 </command>
524 <command id='show ns'>
525 <params>
526 <param name='show' doc='Show running system information' />
527 <param name='ns' doc='Display information about the NS protocol' />
528 </params>
529 </command>
530 <command id='show ns stats'>
531 <params>
532 <param name='show' doc='Show running system information' />
533 <param name='ns' doc='Display information about the NS protocol' />
534 <param name='stats' doc='Include statistics' />
535 </params>
536 </command>
537 <command id='show ns (nsei|nsvc) &lt;0-65535&gt; [stats]'>
538 <params>
539 <param name='show' doc='Show running system information' />
540 <param name='ns' doc='Display information about the NS protocol' />
541 <param name='nsei' doc='Select one NSE by its NSE Identifier' />
542 <param name='nsvc' doc='Select one NSE by its NS-VC Identifier' />
543 <param name='&lt;0-65535&gt;' doc='The Identifier of selected type' />
544 <param name='[stats]' doc='Include Statistics' />
545 </params>
546 </command>
547 <command id='logging filter nsvc (nsei|nsvci) &lt;0-65535&gt;'>
548 <params>
549 <param name='logging' doc='Configure log message to this terminal' />
550 <param name='filter' doc='Filter log messages' />
551 <param name='nsvc' doc='Filter based on NS Virtual Connection' />
552 <param name='nsei' doc='Identify NS-VC by NSEI' />
553 <param name='nsvci' doc='Identify NS-VC by NSVCI' />
554 <param name='&lt;0-65535&gt;' doc='Numeric identifier' />
555 </params>
556 </command>
557 <command id='nsvc (nsei|nsvci) &lt;0-65535&gt; (block|unblock|reset)'>
558 <params>
559 <param name='nsvc' doc='Perform an operation on a NSVC' />
560 <param name='nsei' doc='NSEI to identify NS-VC Identifier (NS-VCI)' />
561 <param name='nsvci' doc='NS-VC Identifier (NS-VCI)' />
562 <param name='&lt;0-65535&gt;' doc='The NSEI' />
563 <param name='block' doc='Initiate BLOCK procedure' />
564 <param name='unblock' doc='Initiate UNBLOCK procedure' />
565 <param name='reset' doc='Initiate RESET procedure' />
566 </params>
567 </command>
568 <command id='show bssgp'>
569 <params>
570 <param name='show' doc='Show running system information' />
571 <param name='bssgp' doc='Show information about the BSSGP protocol' />
572 </params>
573 </command>
574 <command id='show bssgp stats'>
575 <params>
576 <param name='show' doc='Show running system information' />
577 <param name='bssgp' doc='Show information about the BSSGP protocol' />
578 <param name='stats' doc='Include statistics' />
579 </params>
580 </command>
581 <command id='show bssgp nsei &lt;0-65535&gt; [stats]'>
582 <params>
583 <param name='show' doc='Show running system information' />
584 <param name='bssgp' doc='Show information about the BSSGP protocol' />
585 <param name='nsei' doc='Show all BVCs on one NSE' />
586 <param name='&lt;0-65535&gt;' doc='The NSEI' />
587 <param name='[stats]' doc='Include Statistics' />
588 </params>
589 </command>
590 <command id='logging filter bvc nsei &lt;0-65535&gt; bvci &lt;0-65535&gt;'>
591 <params>
592 <param name='logging' doc='Configure log message to this terminal' />
593 <param name='filter' doc='Filter log messages' />
594 <param name='bvc' doc='Filter based on BSSGP Virtual Connection' />
595 <param name='nsei' doc='NSEI of the BVC to be filtered' />
596 <param name='&lt;0-65535&gt;' doc='Network Service Entity Identifier (NSEI)' />
597 <param name='bvci' doc='BVCI of the BVC to be filtered' />
598 <param name='&lt;0-65535&gt;' doc='BSSGP Virtual Connection Identifier (BVCI)' />
599 </params>
600 </command>
601 <command id='show llc'>
602 <params>
603 <param name='show' doc='Show running system information' />
604 <param name='llc' doc='Display information about the LLC protocol' />
605 </params>
606 </command>
607 <command id='show sndcp'>
608 <params>
609 <param name='show' doc='Show running system information' />
610 <param name='sndcp' doc='Display information about the SNDCP protocol' />
611 </params>
612 </command>
613 </node>
614 <node id='4'>
615 <command id='help'>
616 <params>
617 <param name='help' doc='Description of the interactive help system' />
618 </params>
619 </command>
620 <command id='list'>
621 <params>
622 <param name='list' doc='Print command list' />
623 </params>
624 </command>
625 <command id='write terminal'>
626 <params>
627 <param name='write' doc='Write running configuration to memory, network, or terminal' />
628 <param name='terminal' doc='Write to terminal' />
629 </params>
630 </command>
631 <command id='write file'>
632 <params>
633 <param name='write' doc='Write running configuration to memory, network, or terminal' />
634 <param name='file' doc='Write to configuration file' />
635 </params>
636 </command>
637 <command id='write memory'>
638 <params>
639 <param name='write' doc='Write running configuration to memory, network, or terminal' />
640 <param name='memory' doc='Write configuration to the file (same as write file)' />
641 </params>
642 </command>
643 <command id='write'>
644 <params>
645 <param name='write' doc='Write running configuration to memory, network, or terminal' />
646 </params>
647 </command>
648 <command id='show running-config'>
649 <params>
650 <param name='show' doc='Show running system information' />
651 <param name='running-config' doc='running configuration' />
652 </params>
653 </command>
654 <command id='exit'>
655 <params>
656 <param name='exit' doc='Exit current mode and down to previous mode' />
657 </params>
658 </command>
659 <command id='end'>
660 <params>
661 <param name='end' doc='End current mode and change to enable mode.' />
662 </params>
663 </command>
664 <command id='hostname WORD'>
665 <params>
666 <param name='hostname' doc='Set system&apos;s network name' />
667 <param name='WORD' doc='This system&apos;s network name' />
668 </params>
669 </command>
670 <command id='no hostname [HOSTNAME]'>
671 <params>
672 <param name='no' doc='Negate a command or set its defaults' />
673 <param name='hostname' doc='Reset system&apos;s network name' />
674 <param name='[HOSTNAME]' doc='Host name of this router' />
675 </params>
676 </command>
677 <command id='password (8|) WORD'>
678 <params>
679 <param name='password' doc='Assign the terminal connection password' />
680 <param name='8' doc='Specifies a HIDDEN password will follow' />
681 <param name='' doc='dummy string ' />
682 <param name='WORD' doc='The HIDDEN line password string' />
683 </params>
684 </command>
685 <command id='password LINE'>
686 <params>
687 <param name='password' doc='Assign the terminal connection password' />
688 <param name='LINE' doc='The UNENCRYPTED (cleartext) line password' />
689 </params>
690 </command>
691 <command id='enable password (8|) WORD'>
692 <params>
693 <param name='enable' doc='Modify enable password parameters' />
694 <param name='password' doc='Assign the privileged level password' />
695 <param name='8' doc='Specifies a HIDDEN password will follow' />
696 <param name='' doc='dummy string ' />
697 <param name='WORD' doc='The HIDDEN &apos;enable&apos; password string' />
698 </params>
699 </command>
700 <command id='enable password LINE'>
701 <params>
702 <param name='enable' doc='Modify enable password parameters' />
703 <param name='password' doc='Assign the privileged level password' />
704 <param name='LINE' doc='The UNENCRYPTED (cleartext) &apos;enable&apos; password' />
705 </params>
706 </command>
707 <command id='no enable password'>
708 <params>
709 <param name='no' doc='Negate a command or set its defaults' />
710 <param name='enable' doc='Modify enable password parameters' />
711 <param name='password' doc='Assign the privileged level password' />
712 </params>
713 </command>
714 <command id='banner motd default'>
715 <params>
716 <param name='banner' doc='Set banner string' />
717 <param name='motd' doc='Strings for motd' />
718 <param name='default' doc='Default string' />
719 </params>
720 </command>
721 <command id='banner motd file [FILE]'>
722 <params>
723 <param name='banner' doc='Set banner' />
724 <param name='motd' doc='Banner for motd' />
725 <param name='file' doc='Banner from a file' />
726 <param name='[FILE]' doc='Filename' />
727 </params>
728 </command>
729 <command id='no banner motd'>
730 <params>
731 <param name='no' doc='Negate a command or set its defaults' />
732 <param name='banner' doc='Set banner string' />
733 <param name='motd' doc='Strings for motd' />
734 </params>
735 </command>
736 <command id='service terminal-length &lt;0-512&gt;'>
737 <params>
738 <param name='service' doc='Set up miscellaneous service' />
739 <param name='terminal-length' doc='System wide terminal length configuration' />
740 <param name='&lt;0-512&gt;' doc='Number of lines of VTY (0 means no line control)' />
741 </params>
742 </command>
743 <command id='no service terminal-length [&lt;0-512&gt;]'>
744 <params>
745 <param name='no' doc='Negate a command or set its defaults' />
746 <param name='service' doc='Set up miscellaneous service' />
747 <param name='terminal-length' doc='System wide terminal length configuration' />
748 <param name='[&lt;0-512&gt;]' doc='Number of lines of VTY (0 means no line control)' />
749 </params>
750 </command>
751 <command id='line vty'>
752 <params>
753 <param name='line' doc='Configure a terminal line' />
754 <param name='vty' doc='Virtual terminal' />
755 </params>
756 </command>
757 <command id='service advanced-vty'>
758 <params>
759 <param name='service' doc='Set up miscellaneous service' />
760 <param name='advanced-vty' doc='Enable advanced mode vty interface' />
761 </params>
762 </command>
763 <command id='no service advanced-vty'>
764 <params>
765 <param name='no' doc='Negate a command or set its defaults' />
766 <param name='service' doc='Set up miscellaneous service' />
767 <param name='advanced-vty' doc='Enable advanced mode vty interface' />
768 </params>
769 </command>
770 <command id='show history'>
771 <params>
772 <param name='show' doc='Show running system information' />
773 <param name='history' doc='Display the session command history' />
774 </params>
775 </command>
776 <command id='log stderr'>
777 <params>
778 <param name='log' doc='Configure logging sub-system' />
779 <param name='stderr' doc='Logging via STDERR of the process' />
780 </params>
781 </command>
782 <command id='no log stderr'>
783 <params>
784 <param name='no' doc='Negate a command or set its defaults' />
785 <param name='log' doc='Configure logging sub-system' />
786 <param name='stderr' doc='Logging via STDERR of the process' />
787 </params>
788 </command>
789 <command id='log file .FILENAME'>
790 <params>
791 <param name='log' doc='Configure logging sub-system' />
792 <param name='file' doc='Logging to text file' />
793 <param name='.FILENAME' doc='Filename' />
794 </params>
795 </command>
796 <command id='no log file .FILENAME'>
797 <params>
798 <param name='no' doc='Negate a command or set its defaults' />
799 <param name='log' doc='Configure logging sub-system' />
800 <param name='file' doc='Logging to text file' />
801 <param name='.FILENAME' doc='Filename' />
802 </params>
803 </command>
804 <command id='log alarms &lt;2-32700&gt;'>
805 <params>
806 <param name='log' doc='Configure logging sub-system' />
807 <param name='alarms' doc='Logging alarms to osmo_strrb' />
808 <param name='&lt;2-32700&gt;' doc='Maximum number of messages to log' />
809 </params>
810 </command>
811 <command id='no log alarms'>
812 <params>
813 <param name='no' doc='Negate a command or set its defaults' />
814 <param name='log' doc='Configure logging sub-system' />
815 <param name='alarms' doc='Logging alarms to osmo_strrb' />
816 </params>
817 </command>
818 <command id='log syslog (authpriv|cron|daemon|ftp|lpr|mail|news|user|uucp)'>
819 <params>
820 <param name='log' doc='Configure logging sub-system' />
821 <param name='syslog' doc='Logging via syslog' />
822 <param name='authpriv' doc='Security/authorization messages facility' />
823 <param name='cron' doc='Clock daemon (cron/at) facility' />
824 <param name='daemon' doc='General system daemon facility' />
825 <param name='ftp' doc='Ftp daemon facility' />
826 <param name='lpr' doc='Line printer facility' />
827 <param name='mail' doc='Mail facility' />
828 <param name='news' doc='News facility' />
829 <param name='user' doc='Generic facility' />
830 <param name='uucp' doc='UUCP facility' />
831 </params>
832 </command>
833 <command id='log syslog local &lt;0-7&gt;'>
834 <params>
835 <param name='log' doc='Configure logging sub-system' />
836 <param name='syslog' doc='Logging via syslog' />
837 <param name='local' doc='Syslog LOCAL facility' />
838 <param name='&lt;0-7&gt;' doc='Local facility number' />
839 </params>
840 </command>
841 <command id='no log syslog'>
842 <params>
843 <param name='no' doc='Negate a command or set its defaults' />
844 <param name='log' doc='Configure logging sub-system' />
845 <param name='syslog' doc='Logging via syslog' />
846 </params>
847 </command>
848 <command id='sgsn'>
849 <params>
850 <param name='sgsn' doc='Configure the SGSN' />
851 </params>
852 </command>
853 <command id='ns'>
854 <params>
855 <param name='ns' doc='Configure the GPRS Network Service' />
856 </params>
857 </command>
858 <command id='bssgp'>
859 <params>
860 <param name='bssgp' doc='Configure the GPRS BSS Gateway Protocol' />
861 </params>
862 </command>
863 </node>
864 <node id='7'>
865 <command id='help'>
866 <params>
867 <param name='help' doc='Description of the interactive help system' />
868 </params>
869 </command>
870 <command id='list'>
871 <params>
872 <param name='list' doc='Print command list' />
873 </params>
874 </command>
875 <command id='write terminal'>
876 <params>
877 <param name='write' doc='Write running configuration to memory, network, or terminal' />
878 <param name='terminal' doc='Write to terminal' />
879 </params>
880 </command>
881 <command id='write file'>
882 <params>
883 <param name='write' doc='Write running configuration to memory, network, or terminal' />
884 <param name='file' doc='Write to configuration file' />
885 </params>
886 </command>
887 <command id='write memory'>
888 <params>
889 <param name='write' doc='Write running configuration to memory, network, or terminal' />
890 <param name='memory' doc='Write configuration to the file (same as write file)' />
891 </params>
892 </command>
893 <command id='write'>
894 <params>
895 <param name='write' doc='Write running configuration to memory, network, or terminal' />
896 </params>
897 </command>
898 <command id='show running-config'>
899 <params>
900 <param name='show' doc='Show running system information' />
901 <param name='running-config' doc='running configuration' />
902 </params>
903 </command>
904 <command id='exit'>
905 <params>
906 <param name='exit' doc='Exit current mode and down to previous mode' />
907 </params>
908 </command>
909 <command id='end'>
910 <params>
911 <param name='end' doc='End current mode and change to enable mode.' />
912 </params>
913 </command>
914 <command id='logging filter all (0|1)'>
915 <params>
916 <param name='logging' doc='Configure log message to this terminal' />
917 <param name='filter' doc='Filter log messages' />
918 <param name='all' doc='Do you want to log all messages?' />
919 <param name='0' doc='Only print messages matched by other filters' />
920 <param name='1' doc='Bypass filter and print all messages' />
921 </params>
922 </command>
923 <command id='logging color (0|1)'>
924 <params>
925 <param name='logging' doc='Configure log message to this terminal' />
926 <param name='color' doc='Configure color-printing for log messages' />
927 <param name='0' doc='Don&apos;t use color for printing messages' />
928 <param name='1' doc='Use color for printing messages' />
929 </params>
930 </command>
931 <command id='logging timestamp (0|1)'>
932 <params>
933 <param name='logging' doc='Configure log message to this terminal' />
934 <param name='timestamp' doc='Configure log message timestamping' />
935 <param name='0' doc='Don&apos;t prefix each log message' />
936 <param name='1' doc='Prefix each log message with current timestamp' />
937 </params>
938 </command>
939 <command id='logging level (all|mm|pag|meas|ref|gprs|ns|bssgp|llc|sndcp|lglobal|llapd|linp|lmux|lmi|lmib|lsms) (everything|debug|info|notice|error|fatal)'>
940 <params>
941 <param name='logging' doc='Configure log message to this terminal' />
942 <param name='level' doc='Set the log level for a specified category' />
943 <param name='all' doc='Global setting for all subsystems' />
944 <param name='mm' doc='Layer3 Mobility Management (MM)' />
945 <param name='pag' doc='Paging Subsystem' />
946 <param name='meas' doc='Radio Measurement Processing' />
947 <param name='ref' doc='Reference Counting' />
948 <param name='gprs' doc='GPRS Packet Service' />
949 <param name='ns' doc='GPRS Network Service (NS)' />
950 <param name='bssgp' doc='GPRS BSS Gateway Protocol (BSSGP)' />
951 <param name='llc' doc='GPRS Logical Link Control Protocol (LLC)' />
952 <param name='sndcp' doc='GPRS Sub-Network Dependent Control Protocol (SNDCP)' />
953 <param name='lglobal' doc='Library-internal global log family' />
954 <param name='llapd' doc='LAPD in libosmogsm' />
955 <param name='linp' doc='A-bis Intput Subsystem' />
956 <param name='lmux' doc='A-bis B-Subchannel TRAU Frame Multiplex' />
957 <param name='lmi' doc='A-bis Input Driver for Signalling' />
958 <param name='lmib' doc='A-bis Input Driver for B-Channels (voice)' />
959 <param name='lsms' doc='Layer3 Short Message Service (SMS)' />
960 <param name='everything' doc='Log simply everything' />
961 <param name='debug' doc='Log debug messages and higher levels' />
962 <param name='info' doc='Log informational messages and higher levels' />
963 <param name='notice' doc='Log noticable messages and higher levels' />
964 <param name='error' doc='Log error messages and higher levels' />
965 <param name='fatal' doc='Log only fatal messages' />
966 </params>
967 </command>
968 <command id='logging filter nsvc (nsei|nsvci) &lt;0-65535&gt;'>
969 <params>
970 <param name='logging' doc='Configure log message to this terminal' />
971 <param name='filter' doc='Filter log messages' />
972 <param name='nsvc' doc='Filter based on NS Virtual Connection' />
973 <param name='nsei' doc='Identify NS-VC by NSEI' />
974 <param name='nsvci' doc='Identify NS-VC by NSVCI' />
975 <param name='&lt;0-65535&gt;' doc='Numeric identifier' />
976 </params>
977 </command>
978 <command id='logging filter bvc nsei &lt;0-65535&gt; bvci &lt;0-65535&gt;'>
979 <params>
980 <param name='logging' doc='Configure log message to this terminal' />
981 <param name='filter' doc='Filter log messages' />
982 <param name='bvc' doc='Filter based on BSSGP Virtual Connection' />
983 <param name='nsei' doc='NSEI of the BVC to be filtered' />
984 <param name='&lt;0-65535&gt;' doc='Network Service Entity Identifier (NSEI)' />
985 <param name='bvci' doc='BVCI of the BVC to be filtered' />
986 <param name='&lt;0-65535&gt;' doc='BSSGP Virtual Connection Identifier (BVCI)' />
987 </params>
988 </command>
989 </node>
990 <node id='8'>
991 <command id='help'>
992 <params>
993 <param name='help' doc='Description of the interactive help system' />
994 </params>
995 </command>
996 <command id='list'>
997 <params>
998 <param name='list' doc='Print command list' />
999 </params>
1000 </command>
1001 <command id='write terminal'>
1002 <params>
1003 <param name='write' doc='Write running configuration to memory, network, or terminal' />
1004 <param name='terminal' doc='Write to terminal' />
1005 </params>
1006 </command>
1007 <command id='write file'>
1008 <params>
1009 <param name='write' doc='Write running configuration to memory, network, or terminal' />
1010 <param name='file' doc='Write to configuration file' />
1011 </params>
1012 </command>
1013 <command id='write memory'>
1014 <params>
1015 <param name='write' doc='Write running configuration to memory, network, or terminal' />
1016 <param name='memory' doc='Write configuration to the file (same as write file)' />
1017 </params>
1018 </command>
1019 <command id='write'>
1020 <params>
1021 <param name='write' doc='Write running configuration to memory, network, or terminal' />
1022 </params>
1023 </command>
1024 <command id='show running-config'>
1025 <params>
1026 <param name='show' doc='Show running system information' />
1027 <param name='running-config' doc='running configuration' />
1028 </params>
1029 </command>
1030 <command id='exit'>
1031 <params>
1032 <param name='exit' doc='Exit current mode and down to previous mode' />
1033 </params>
1034 </command>
1035 <command id='end'>
1036 <params>
1037 <param name='end' doc='End current mode and change to enable mode.' />
1038 </params>
1039 </command>
1040 <command id='login'>
1041 <params>
1042 <param name='login' doc='Enable password checking' />
1043 </params>
1044 </command>
1045 <command id='no login'>
1046 <params>
1047 <param name='no' doc='Negate a command or set its defaults' />
1048 <param name='login' doc='Enable password checking' />
1049 </params>
1050 </command>
1051 </node>
1052 <node id='11'>
1053 <command id='help'>
1054 <params>
1055 <param name='help' doc='Description of the interactive help system' />
1056 </params>
1057 </command>
1058 <command id='list'>
1059 <params>
1060 <param name='list' doc='Print command list' />
1061 </params>
1062 </command>
1063 <command id='write terminal'>
1064 <params>
1065 <param name='write' doc='Write running configuration to memory, network, or terminal' />
1066 <param name='terminal' doc='Write to terminal' />
1067 </params>
1068 </command>
1069 <command id='write file'>
1070 <params>
1071 <param name='write' doc='Write running configuration to memory, network, or terminal' />
1072 <param name='file' doc='Write to configuration file' />
1073 </params>
1074 </command>
1075 <command id='write memory'>
1076 <params>
1077 <param name='write' doc='Write running configuration to memory, network, or terminal' />
1078 <param name='memory' doc='Write configuration to the file (same as write file)' />
1079 </params>
1080 </command>
1081 <command id='write'>
1082 <params>
1083 <param name='write' doc='Write running configuration to memory, network, or terminal' />
1084 </params>
1085 </command>
1086 <command id='show running-config'>
1087 <params>
1088 <param name='show' doc='Show running system information' />
1089 <param name='running-config' doc='running configuration' />
1090 </params>
1091 </command>
1092 <command id='exit'>
1093 <params>
1094 <param name='exit' doc='Exit current mode and down to previous mode' />
1095 </params>
1096 </command>
1097 <command id='end'>
1098 <params>
1099 <param name='end' doc='End current mode and change to enable mode.' />
1100 </params>
1101 </command>
1102 <command id='nse &lt;0-65535&gt; nsvci &lt;0-65534&gt;'>
1103 <params>
1104 <param name='nse' doc='Persistent NS Entity' />
1105 <param name='&lt;0-65535&gt;' doc='NS Entity ID (NSEI)' />
1106 <param name='nsvci' doc='NS Virtual Connection' />
1107 <param name='&lt;0-65534&gt;' doc='NS Virtual Connection ID (NSVCI)' />
1108 </params>
1109 </command>
1110 <command id='nse &lt;0-65535&gt; remote-ip A.B.C.D'>
1111 <params>
1112 <param name='nse' doc='Persistent NS Entity' />
1113 <param name='&lt;0-65535&gt;' doc='NS Entity ID (NSEI)' />
1114 <param name='remote-ip' doc='Remote IP Address' />
1115 <param name='A.B.C.D' doc='Remote IP Address' />
1116 </params>
1117 </command>
1118 <command id='nse &lt;0-65535&gt; remote-port &lt;0-65535&gt;'>
1119 <params>
1120 <param name='nse' doc='Persistent NS Entity' />
1121 <param name='&lt;0-65535&gt;' doc='NS Entity ID (NSEI)' />
1122 <param name='remote-port' doc='Remote UDP Port' />
1123 <param name='&lt;0-65535&gt;' doc='Remote UDP Port Number' />
1124 </params>
1125 </command>
1126 <command id='nse &lt;0-65535&gt; fr-dlci &lt;16-1007&gt;'>
1127 <params>
1128 <param name='nse' doc='Persistent NS Entity' />
1129 <param name='&lt;0-65535&gt;' doc='NS Entity ID (NSEI)' />
1130 <param name='fr-dlci' doc='Frame Relay DLCI' />
1131 <param name='&lt;16-1007&gt;' doc='Frame Relay DLCI Number' />
1132 </params>
1133 </command>
1134 <command id='nse &lt;0-65535&gt; encapsulation (udp|framerelay-gre)'>
1135 <params>
1136 <param name='nse' doc='Persistent NS Entity' />
1137 <param name='&lt;0-65535&gt;' doc='NS Entity ID (NSEI)' />
1138 <param name='encapsulation' doc='Encapsulation for NS' />
1139 <param name='udp' doc='UDP/IP Encapsulation' />
1140 <param name='framerelay-gre' doc='Frame-Relay/GRE/IP Encapsulation' />
1141 </params>
1142 </command>
1143 <command id='nse &lt;0-65535&gt; remote-role (sgsn|bss)'>
1144 <params>
1145 <param name='nse' doc='Persistent NS Entity' />
1146 <param name='&lt;0-65535&gt;' doc='NS Entity ID (NSEI)' />
1147 <param name='remote-role' doc='Remote NSE Role' />
1148 <param name='sgsn' doc='Remote Peer is SGSN' />
1149 <param name='bss' doc='Remote Peer is BSS' />
1150 </params>
1151 </command>
1152 <command id='no nse &lt;0-65535&gt;'>
1153 <params>
1154 <param name='no' doc='Delete Persistent NS Entity' />
1155 <param name='nse' doc='Delete Persistent NS Entity' />
1156 <param name='&lt;0-65535&gt;' doc='NS Entity ID (NSEI)' />
1157 </params>
1158 </command>
1159 <command id='timer (tns-block|tns-block-retries|tns-reset|tns-reset-retries|tns-test|tns-alive|tns-alive-retries) &lt;0-65535&gt;'>
1160 <params>
1161 <param name='timer' doc='Network Service Timer' />
1162 <param name='tns-block' doc='(un)blocking Timer (Tns-block) timeout' />
1163 <param name='tns-block-retries' doc='(un)blocking Timer (Tns-block) number of retries' />
1164 <param name='tns-reset' doc='Reset Timer (Tns-reset) timeout' />
1165 <param name='tns-reset-retries' doc='Reset Timer (Tns-reset) number of retries' />
1166 <param name='tns-test' doc='Test Timer (Tns-test) timeout' />
1167 <param name='tns-alive' doc='Alive Timer (Tns-alive) timeout' />
1168 <param name='tns-alive-retries' doc='Alive Timer (Tns-alive) number of retries' />
1169 <param name='&lt;0-65535&gt;' doc='Timer Value' />
1170 </params>
1171 </command>
1172 <command id='encapsulation udp local-ip A.B.C.D'>
1173 <params>
1174 <param name='encapsulation' doc='NS encapsulation options' />
1175 <param name='udp' doc='NS over UDP Encapsulation' />
1176 <param name='local-ip' doc='Set the IP address on which we listen for NS/UDP' />
1177 <param name='A.B.C.D' doc='IP Address' />
1178 </params>
1179 </command>
1180 <command id='encapsulation udp local-port &lt;0-65535&gt;'>
1181 <params>
1182 <param name='encapsulation' doc='NS encapsulation options' />
1183 <param name='udp' doc='NS over UDP Encapsulation' />
1184 <param name='local-port' doc='Set the UDP port on which we listen for NS/UDP' />
1185 <param name='&lt;0-65535&gt;' doc='UDP port number' />
1186 </params>
1187 </command>
1188 <command id='encapsulation udp dscp &lt;0-255&gt;'>
1189 <params>
1190 <param name='encapsulation' doc='NS encapsulation options' />
1191 <param name='udp' doc='NS over UDP Encapsulation' />
1192 <param name='dscp' doc='Set DSCP/TOS on the UDP socket' />
1193 <param name='&lt;0-255&gt;' doc='DSCP Value' />
1194 </params>
1195 </command>
1196 <command id='encapsulation framerelay-gre enabled (1|0)'>
1197 <params>
1198 <param name='encapsulation' doc='NS encapsulation options' />
1199 <param name='framerelay-gre' doc='NS over Frame Relay over GRE Encapsulation' />
1200 <param name='enabled' doc='Enable or disable Frame Relay over GRE' />
1201 <param name='1' doc='Enable' />
1202 <param name='0' doc='Disable' />
1203 </params>
1204 </command>
1205 <command id='encapsulation framerelay-gre local-ip A.B.C.D'>
1206 <params>
1207 <param name='encapsulation' doc='NS encapsulation options' />
1208 <param name='framerelay-gre' doc='NS over Frame Relay over GRE Encapsulation' />
1209 <param name='local-ip' doc='Set the IP address on which we listen for NS/FR/GRE' />
1210 <param name='A.B.C.D' doc='IP Address' />
1211 </params>
1212 </command>
1213 </node>
1214 <node id='12'>
1215 <command id='help'>
1216 <params>
1217 <param name='help' doc='Description of the interactive help system' />
1218 </params>
1219 </command>
1220 <command id='list'>
1221 <params>
1222 <param name='list' doc='Print command list' />
1223 </params>
1224 </command>
1225 <command id='write terminal'>
1226 <params>
1227 <param name='write' doc='Write running configuration to memory, network, or terminal' />
1228 <param name='terminal' doc='Write to terminal' />
1229 </params>
1230 </command>
1231 <command id='write file'>
1232 <params>
1233 <param name='write' doc='Write running configuration to memory, network, or terminal' />
1234 <param name='file' doc='Write to configuration file' />
1235 </params>
1236 </command>
1237 <command id='write memory'>
1238 <params>
1239 <param name='write' doc='Write running configuration to memory, network, or terminal' />
1240 <param name='memory' doc='Write configuration to the file (same as write file)' />
1241 </params>
1242 </command>
1243 <command id='write'>
1244 <params>
1245 <param name='write' doc='Write running configuration to memory, network, or terminal' />
1246 </params>
1247 </command>
1248 <command id='show running-config'>
1249 <params>
1250 <param name='show' doc='Show running system information' />
1251 <param name='running-config' doc='running configuration' />
1252 </params>
1253 </command>
1254 <command id='exit'>
1255 <params>
1256 <param name='exit' doc='Exit current mode and down to previous mode' />
1257 </params>
1258 </command>
1259 <command id='end'>
1260 <params>
1261 <param name='end' doc='End current mode and change to enable mode.' />
1262 </params>
1263 </command>
1264 </node>
1265 <node id='21'>
1266 <command id='help'>
1267 <params>
1268 <param name='help' doc='Description of the interactive help system' />
1269 </params>
1270 </command>
1271 <command id='list'>
1272 <params>
1273 <param name='list' doc='Print command list' />
1274 </params>
1275 </command>
1276 <command id='write terminal'>
1277 <params>
1278 <param name='write' doc='Write running configuration to memory, network, or terminal' />
1279 <param name='terminal' doc='Write to terminal' />
1280 </params>
1281 </command>
1282 <command id='write file'>
1283 <params>
1284 <param name='write' doc='Write running configuration to memory, network, or terminal' />
1285 <param name='file' doc='Write to configuration file' />
1286 </params>
1287 </command>
1288 <command id='write memory'>
1289 <params>
1290 <param name='write' doc='Write running configuration to memory, network, or terminal' />
1291 <param name='memory' doc='Write configuration to the file (same as write file)' />
1292 </params>
1293 </command>
1294 <command id='write'>
1295 <params>
1296 <param name='write' doc='Write running configuration to memory, network, or terminal' />
1297 </params>
1298 </command>
1299 <command id='show running-config'>
1300 <params>
1301 <param name='show' doc='Show running system information' />
1302 <param name='running-config' doc='running configuration' />
1303 </params>
1304 </command>
1305 <command id='exit'>
1306 <params>
1307 <param name='exit' doc='Exit current mode and down to previous mode' />
1308 </params>
1309 </command>
1310 <command id='end'>
1311 <params>
1312 <param name='end' doc='End current mode and change to enable mode.' />
1313 </params>
1314 </command>
1315 <command id='gtp local-ip A.B.C.D'>
1316 <params>
1317 <param name='gtp' doc='GTP Parameters' />
1318 <param name='local-ip' doc='Set the IP address for the local GTP bind' />
1319 <param name='A.B.C.D' doc='IPv4 Address' />
1320 </params>
1321 </command>
1322 <command id='ggsn &lt;0-255&gt; remote-ip A.B.C.D'>
1323 <params>
1324 <param name='ggsn' doc='Configure the GGSN information' />
1325 <param name='&lt;0-255&gt;' doc='GGSN Number' />
1326 <param name='remote-ip' doc='IP information' />
1327 <param name='A.B.C.D' doc='IPv4 Address' />
1328 </params>
1329 </command>
1330 <command id='ggsn &lt;0-255&gt; gtp-version (0|1)'>
1331 <params>
1332 <param name='ggsn' doc='Configure the GGSN information' />
1333 <param name='&lt;0-255&gt;' doc='GGSN Number' />
1334 <param name='gtp-version' doc='GTP Version' />
1335 <param name='0' doc='Version 0' />
1336 <param name='1' doc='Version 1' />
1337 </params>
1338 </command>
1339 <command id='imsi-acl (add|del) IMSI'>
1340 <params>
1341 <param name='imsi-acl' doc='Access Control List of foreign IMSIs' />
1342 <param name='add' doc='Add IMSI to ACL' />
1343 <param name='del' doc='Remove IMSI from ACL' />
1344 <param name='IMSI' doc='IMSI of subscriber' />
1345 </params>
1346 </command>
1347 <command id='auth-policy (accept-all|closed)'>
1348 <params>
1349 <param name='auth-policy' doc='Autorization Policy of SGSN' />
1350 <param name='accept-all' doc='Accept all IMSIs (DANGEROUS' />
1351 <param name='closed' doc='Accept only home network subscribers or those in ACL' />
1352 </params>
1353 </command>
1354 </node>
1355</vtydoc>