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

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

P-971M User’s Guide

Chapter 5 Introduction to CLI

44

Figure 11   

CLI: Getting Help Example 3 

CM> man ping

Instance:  Console Thread (0x80fdc670)

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.3  Using Command History

The Prestige keeps a list of up to 16 commands you have entered for the current CLI session. 
You can use any commands in the history again by pressing the up (

y

) or down (

z

) arrow key 

to scroll through the previously used commands and press 

[ENTER]

. Use the 

history

 

command to display the list of commands. 

Note: 

The 

history

 command is not stored in the history command list. 

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