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

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

P-971M User’s Guide

59 

Chapter 6 Command Examples

Figure 26   

copy_image Command Example 

CM/DocsisCtl> copy_image 1 2

Instance:  DOCSIS Control Thread (0x80fcf840)

Copying image1 to image2...
##### gSignature
##### gSignature
Image successfully copied!

CM/DocsisCtl>

6.3.2  dload

Syntax:

dload  [-i Number] [-s] [-l] [-f] [IpAddress] [Filename{127}]

where 

-i

= This option specifies the index number of the image file to 

overwrite.  

-f

= This option forces the device to save the image file even if the 

signature and/or compression is incompatible. 

-l

= This option overwrites the first image file with the downloaded 

image file. 

-s

= Downloads a secured image file and overwrites to the current image 

file. 

This command sets the device to download an image file from a TFTP server. After the image 
is downloaded to the device successfully, the device automatically reboots.

If you don’t specify an image filename and/or TFTP server IP address, the device reloads the 
image file from memory. 

The following example sets the Prestige to download an image file (

imag.bin

) from the 

TFTP server (

192.168.100.100)

and stores it in image file 2 (

-i2

). 

Figure 27   

dload Command Example 

CM/DocsisCtl> dload -i2 192.168.100.100 image.bin

Note: 

The device automatically restarts when the file transfer process is complete. 

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