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

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

P-971M User’s Guide

Chapter 5 Introduction to CLI

42

For example,

web_user  [ID{20}] [password{20}]

means that you must specify the web configurator administrator username and password.

Note: 

Type all commands as displayed on the screen.

Use of undocumented commands or misconfiguration can damage the unit and 
possibly render it unusable.

5.2  Getting Help

The CLI provides various commands to display detailed help information. 

Type 

?

help

 or 

man

 to display a list of valid commands or type a command followed by  

?

help

 or 

man

 to display a list of associated sub-command

s. 

Figure 9   

CLI: Getting Help Example 1 

CM> ?

Instance:  Console Thread (0x80fdc670)

!               ?               REM             cd              dir
find_command    help            history         instances       ls
man             pwd             sleep           syntax          system_time
usage
----
load_config     logout          ping            reset           restoreDefaults
run_app         save            scan_band       scan_set        scan_set_clear
scan_show       telnet_pass     telnet_user     version         web_admin_id
web_admin_password              web_user
----
[docsis_ctl]

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