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

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

P-971M User’s Guide

Chapter 6 Command Examples

52

C

H A P T E R

 6

Command Examples 

This chapter shows some command usage examples.

6.1  General Command Examples

This sections shows some general command examples. 

6.1.1  syntax

Syntax: 

syntax

Displays detailed command line syntax information. 

Figure 17   

syntax Command Example 

CM> syntax

Instance:  Console Thread (0x80fdc670)

General command format:  cmd [(#)] [parms...]

'cmd' is the command to be executed.  Type 'help' to get a list of available
commands.  Note that the parser can handle partial command names (e.g. 'he'
for 'help').  It always selects the first good match that it finds.

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

  Bitmask - Allows you to enter a bitmask value in decimal or hex.  A bitmask
    may only allow some bits to be specified; these are shown in help text as
    {0xNN} after the parameter name.  If nothing is shown, all 32 bits are
    valid.  Additionally, you can specify one of these special characters
    before the value to modify the existing value:
      '=' - store the value ('=0x20' -> value  = 0x20)
      '&' - bitwise AND     ('&0x20' -> value &= 0x20)
      '|' - bitwise OR      ('|0x20' -> value |= 0x20)
      '~' - invert/AND      ('~0x20' -> value &= ~0x20)

CM>

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