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

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

P-971M User’s Guide

57 

Chapter 6 Command Examples

This command pings a remote host. The following example sets the Prestige to ping a device 
with an IP address of 192.168.100.10. 

Figure 23   

ping Command Example 

CM> ping 192.168.100.10

Instance:  BFC System (0x80ffba50)

Reply from 192.168.100.10:  bytes=64 seq=0 time=0 ms TTL=128
Reply from 192.168.100.10:  bytes=64 seq=1 time=0 ms TTL=128
Reply from 192.168.100.10:  bytes=64 seq=2 time=0 ms TTL=128

CM>

 

6.2.4  telnet_pass

Syntax:

telnet_pass <Password{15}>

This command sets the Telnet administrator login password. After you log in for the first time, 
it is recommended you change the default administrator password.

The following example sets the Telnet administrator login password to “12345678” and saves 
the changes. 

Figure 24   

telnet_pass Command Example 

CM> telnet_pass 12345678

Instance:  BFC System (0x80ffba50)

CM> save

Instance:  BFC System (0x80ffba50)

Section 1 Non-Vol Settings successfully written to the device.
Section 2 Non-Vol Settings successfully written to the device.

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