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

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

P-971M User’s Guide

41 

Chapter 5 Introduction to CLI

Figure 8   

CLI: Login Screen 

ZyXEL Corporation Embedded Telnet Server (c) 2000-2003

WARNING:  Access allowed by authorized users only.

login: admin
password:

WARNING:  It is possible to crash the system, cause a deadlock,
          or cause the connection to be shut down via Telnet.
          Run commands with caution!

Console now switched to Telnet session...

CM>

5.1.2  Command Syntax Conventions

The system uses a one-level command structure. You must type the full command every time, 
as follows.

CM> <command>

For instance, the following example displays the time (in milliseconds) since the Prestige was 
last restarted. 

CM> system_time

The conventions for typing in most CI commands are shown next.

command [(#)] [parms...]

• The command keywords are in 

courier new

 font.

• Commands are case-sensitive. Thus 

-i

 is not the same as 

-I

.

• Commands can be abbreviated to the smallest unique string that differentiates the 

command. For example the 

help

 command could be abbreviated to 

he

.

• You may enter a unique part of a command and press 

[TAB]

 to have the Prestige 

automatically display the full command. For example, if you enter 

he

 and press 

[TAB]

, the 

full command of 

help

 automatically displays.

• The required fields in a command are enclosed in angle brackets 

<>

• The range or length of the required field input is enclosed in curly brackets 

{}

• The optional fields in a command are enclosed in square brackets 

[]

.

• The 

|

symbol means or.

• Numbers are delimited by one of a space, comma, or semicolon (for example, 

0,1;2 3

).  

A range is delimited by a dash (for example, 

0-3

).  You can specify an open-ended range 

that goes to the maximum allowed (for example, 

3-

). You can specify a range of values 

using all delimiters (for example, 

0 - 3,5,7-

).

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