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

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

P-971M User’s Guide

43 

Chapter 5 Introduction to CLI

Figure 10   

CLI: Getting Help Example 2 

CM> ping help

ERROR:  Invalid value for parameter IpAddress!  'help' Must be a valid IP 
Addr
ss!

COMMAND:  ping

USAGE:  ping  IpAddress

DESCRIPTION:
Pings the specified target IP address, sending 3 64-byte packets, and 
waiting
up to 5 seconds for a response.  This is a basic 'standard' ping.  For more
options or control over ping parameters and behavior.

In order for this to work, the CM must either have successfully completed
DHCP, or must otherwise have been configured with a valid IP address.

Note that this command causes the ping options to be reset to their default
state.

This may be disabled if the platform doesn't provide an implementation of
ping.

EXAMPLES:
ping 11.24.4.3  -- Ping IP address 11.24.4.3.

CM>

5.2.1  The Manual Command

In addition to the 

?

 and 

help

 commands, you can use the 

man

 (manual) command to display 

detailed command usage information. 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