
fpga download
Downloads the specified FPGA image or package file to the specified memory bank for all modules.
Syntax: fpga download [image | package-file] [linecard | switchcard [1|2] [moduleTypeID]]
image
Name of an image file to be downloaded to the FPGAs.
package-file
Name of a package file to be downloaded to the FPGAs.
linecard
Download the specified FPGA image or package file to the FPGA on the linecard portion of the routing modules.
switchcard
Download the specified FPGA image or package file to the FPGA on the switchcard portion of the routing module.
[1 | 2]
Bank number where the image will be loaded.
moduleType ID
Specifies a module type as follows: 4xoc3c, 16xoc3c, 4xoc12c, 1xoc48c, 2xoc48c, 4xoc48c,1xoc192c-a, 1xoc192c-b, 1xoc192c, 2x1gbe, 8x1gbe, 1x10gbe, 8xOC3-4xOC12msc, 16xoc3msc, 8xoc12msc.
Description: Use the fpga download image [1|2] command to download the specified FPGA image to the specified module image bank. If the download is successful, the active bank is set to the specified bank value.
Use the fpga download [1|2] package-file command to download the specified FPGA images from the specified package file to the specified bank.
Later versions of 2xOC-48c, Gigabit Ethernet, and 1xOC-192c routing modules have FPGAs on both the line card and switch card portions of the module.These FPGAs can be updated individually or together. If a later version of these modules is detected, the linecard and switchcard options are available.
Use the fpga download image linecard [1|2] command to download the specified image to the specified FPGA bank on the linecard portion of the routing module.
Use the fpga download image switchcard [1|2] command to download the specified image to the specified FPGA bank on the switchcard portion of the routing module.
FPGA images on later versions of routing modules can be updated from a package file. The package file contains FPGA images for both the linecard and switchcard portions of the module.
Use the fpga download package-file [1|2] switchcard command to download the switchcard FPGA image from the specified package file to the specified memory bank of all modules.
Later versions of 2xOC-48c, Gigabit Ethernet, and 1xOC-192c routing modules have different FPGA images on their linecards. All these FPGA images are contained in the package file.
Use the fpga download package-file linecard [1|2] 1xoc192c_a command to download the 1xOC-192c-a FPGA image to the specified bank of all 1xOC-192c-a modules.
Use the fpga download package-file linecard [1|2] 1xoc192c_b command to download the 1xOC-192c-b FPGA image to the specified bank of all 1xOC-192c-b modules.
Use the fpga download package-file linecard [1|2] 2xoc48c command to download the 2xOC-48c FPGA image to the specified bank of all 2xOC48c modules.
Use the fpga download package-file linecard [1|2] 2x1gbe command to download the 2 port Gigabit Ethernet FPGA image to the specified bank of all 2 port Gigabit Ethernet modules.
Factory Default: None.
Command Mode: Module and Module-all.
Example 1: In the following example,
- The fpga download image 1 command downloads the specified FPGA image to bank 1 of the linecard portion of all 1xOC-192c-a modules
- The fpga download image 1 command downloads the specified FPGA image to bank 1 of the linecard portion of all 1xOC-192c-b modules
- The show fpga module command displays the fpgaa.img image is downloaded to bank 1 of the linecard portion of 1xOC-192c-a modules.
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#module-all
router(config-module-all)#fpga download fpgaa.img 1
MODULE 1/5:has no FPGAs
MODULE 1/6:has no FPGAs
MODULE 1/36:Downloading Fpga Image to module...
Reading image............Done
Sending image............Done
..
MODULE 1/36:FPGA image successfully downloaded to module
router(config-module-all)#fpga download fpgab.img 1
MODULE 1/5:has no FPGAs
MODULE 1/6:has no FPGAs
MODULE 1/37:Downloading Fpga Image to module...
Reading image............Done
Sending image............Done
..
MODULE 1/37:FPGA image successfully downloaded to module
router#show fpga module 1/36
MODULE 1/5:
FPGA image #1:
Size: 1966183 bytes
Build Date and Number: 2/6/2001 : 0
LineCard Hardware Type: 1xoc192c-a
LineCard Hardware Version: 0.0
FPGA image #2:
Size: 1966183 bytes
Build Date and Number: 2/6/2001 : 0
LineCard Hardware Type: 1xoc192c-a
LineCard Hardware Version: 0.0
Active FPGA image bank is 1
.
.
.
Example 2: In the following example, the image test.img is downloaded to bank 1 of the switchcard FPGA:
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#module all
routerr(config-module-all)# fpga download test.img switchcard 2
MODULE 1/6:Downloading Fpga Image to module...
Reading image............Done
Sending image............Done
..
MODULE 1/6:FPGA image successfully downloaded to module
router#show fpga module 1/6
MODULE 1/6:
.
.
.
Switchcard FPGA image #1:
Size: 2308632 bytes
Build Date and Number: 9/29/2001 : 0
FPGA Version: 0.2
SwitchCard Hardware Type: Unknown
Switchcard FPGA image #2:
Size: 2308632 bytes
Build Date and Number: 9/29/2001 : 0
FPGA Version: 0.2
SwitchCard Hardware Type: Unknown
Switchcard Active FPGA image bank is 1
Example 3: In the following example,
- The fpga download package-file linecard 1 2xoc48c command downloads the FPGA image for the linecard portion of all 2xOC-48c modules into the memory bank 1.
- Module 1/5 does not have the appropriate FPGAs on the linecard, and is not updated.
- Module 1/6 has the appropriate FPGA, and the new image is downloaded from the specified package file to the first memory bank:
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#module all
router(config-module-all)# fpga download R0401480.PKG linecard 1 2xoc48c
MODULE 1/5:has no FPGAs
MODULE 1/6:Downloading Fpga Image to module...
Reading image............Done
Sending image............Done
..
MODULE 1/6:FPGA image successfully downloaded to module
Related Commands: module
module all
fpga activebank
show fpga module
show package-file
Copyright © 2005
Avici Systems Inc.
Avici® and TSR®
is a registered trademark of Avici Systems Inc.
IPriori, Composite Links, SSR, QSR, and NSR® are
trademarks of Avici Systems Inc.
Source
File Name: sys_mgmt.fm
HTML File Name: sys_mgmt23.html
Last Updated: 02/25/05 at 14:26:49