Инструкция для ZYXEL P-971M

(скачивание инструкции бесплатно)
Формат файла: PDF
Доступность: Бесплатно как и все руководства на сайте. Без регистрации и SMS.
Дополнительно: Чтение инструкции онлайн
background image

P-971M User’s Guide

53 

Chapter 6 Command Examples

6.1.2  usage

Syntax: 

usage

This command displays command usage information (such as command navigation using the 
keyboard). 

Figure 18   

usage Command Example 

CM> usage

Instance:  Console Thread (0x80fdc670)

The V2 console works very much like a DOS or Unix command line interface.  It
allows you to enter commands to the system, controlling various objects.  
The
console supports the following features:

Subdirectories - The commands are grouped into DOS-like subdirectories, 
where each subdir is associated with a subsystem in the application. Use the    
'cd' command to change the current dir.  There are a group of commands that    
are always available regardless of what subdir you are in.  Use the 'help'    
command to see the commands that are available for the subdir.

--------------------- [snip] --------------------

For ANSI or VT100 type terminal emulators (CRT, HyperTerm, etc.), you may 
need
to configure the keyboard mapping in order for some of the special keys to be
handled properly:
  Esc:  0x1b                      Del:  0x7f                Backspace:  0x08
  Up Arrow:        0x1b 5b 41 'Esc[A'    Down Arrow:      0x1b 5b 42 'Esc[B'
  Right Arrow:     0x1b 5b 43 'Esc[C'    Left Arrow:      0x1b 5b 44 'Esc[D'
  Home:            0x1b 5b 45 'Esc[E'    End:             0x1b 5b 46 'Esc[F'
  Ctl-Left Arrow:  0x1b 5b 47 'Esc[G'    Ctl-Right Arrow: 0x1b 5b 48 'Esc[H'

CM>

6.1.3  version 

Syntax:

version

This command displays the firmware version and the date released. The following figure 
shows an example. 

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