Upgrade 6081RC Firmware

Size: px
Start display at page:

Download "Upgrade 6081RC Firmware"

Transcription

1 6081RC Upgrade procedure for firmware and CoMon bootloader Date Action Sign-off 1/22/2009 Write initial upgrade procedure for firmware & CoMon bootloader Nathan Meyer 1/27/2009 Edit to simplify procedure and eliminate problems that may occur Nathan Meyer during upgrade 2/11/2009 Corrected misspellings. Nathan Meyer NOTE: Read this document in its entirety before attempting to upgrade. The software release shown in this document is The current version is which should be used for the 6081RC/800 upgrade. Upgrade 6081RC Firmware You need two connections from the Windows PC to the ForeFront card 6081RC/800. Assumptions: Connect the PC s serial port to the 6081RC s console port Connect the PC s ENET port to the 6081RC s Ethernet port. My Windows PC: / RC/800H card: o o factory default configuration, that is, as received in the Patton shipment. The 6081RC/800 is already booted up (that is, powered up and running). You will be using three programs through the process of upgrading the firmware and the CoMon bootloader. The assumption is that a Windows PC, such as XP, will be used for the upgrade. DOS cmd window TeraTerm (which I have included in the zipped file for this task) Tftp32 (also included in the zipped file) Install the TeraTerm and the tftp32 on your Windows PC with shortcuts on your PC s desktop before continuing. Then do the next steps. 1. Open a DOS command line window. (Start Run cmd ) 2. Open TeraTerm a. Click on the icon shortcut on your desktop b. Setup Serial Port i. Com1 (or the com port being used) ii (baud rate) iii. 8 bits iv. No parity Page 1 of 15

2 v. 1 stop bit vi. No flow control c. Setup Windows i. Scroll buffer = 300 lines 3. Open the tftp server (included with the software sent to you.) a. Notice that the Server interfaces lists the IP address of my PC (which has the tftp32 server). 4. From TeraTerm, press <Enter> to get the login prompt. Login with the following username and password. Username = admin Password = <Enter> //it is a null password NOTE: to see the command set from the # prompt, enter? (without the quotes). In the following image, you do not (and will not) see the? (question mark) entered at the prompt. However the image does show the commands. Page 2 of 15

3 5. Enter the command reload to reboot the 6081RC/800. The following image shows the boot aborting when you press any key (the red box). It puts you into the bootloader CoMon prompt > (the green box). 6. From the > prompt, execute the config command (blue box) to verify the IP address of eth0/a (red box) and the IP address of my PC (green box) which is functions as the download server Page 3 of 15

4 7. Next you should enter the command sysinfo (blue box). a. Verify that the bootloader CoMon is version 4.2 (red box), Image 1 and Image 2 are both version (green boxes) NOTE: to see the help menu for the bootloader CoMon prompt >, enter help (blue box). Page 4 of 15

5 8. Reboot the 6081RC/800 card from the bootloader CoMon prompt with the command reboot 04:16:53 37C > reboot 9. After the card is fully rebooted, ping the 6081RC/800H card from the DOS command line window to verify IP connectivity with the card. (NOTE: When the booting process completes normally, the IP address of the card is typically is However if it does not respond, ping ) Open your PC s browser. 10. Enter the 6081RC s default IP address: a. Login with the same username and password as above. b. Click on the System link, then the Software Upgrade (green box). c. In the Upload section of the main screen, click on Browse and select the firmware which is on your PC. That is, select 6081rc tar Page 5 of 15

6 11. Click on the Submit button. While the 6081RC is downloading the.tar firmware, you will see this message: The software upgrade has started. Please. Next the message changes to: The software upgrade is in progress. Please wait as this may take a few minutes. Percent complete: xx% After the 6081RC has completed the software upgrade, this message appears: Software upgrade is complete. You may now restart to use the new software. Page 6 of 15

7 Do NOT restart the card yet! 12. Click on System Software Upgrade and in Image Overview, select 2 for Next Image (red box). a. Then click on the Submit button. Be sure that TeraTerm is still connected to the console port of the 6081RC. 13. Click on the Reboot button in the upper right hand corner of the browser s 6081RC GUI page. See in above image. The Reboot button is enclosed with a red box. a. Then click on Yes, reboot now. button. Page 7 of 15

8 14. Quickly move to your TeraTerm screen. It will take a few seconds for the 6081RC to shut down, and then you will see the heading and shortly, you will see the message Press any key to abort. 15. At this time, press any key. It aborts the reboot. (See the red box in the image below.) Aborting the booting process puts you into the bootloader command line with its prompt, >. (See the green box in the image below.) You will see the default IP address on etha. (See the purple box in the image above.) Note that the IP address is Enter the bootloader command config l (minus ell) (blue box). The next image shows console=ttys0,19200 root=/dev/mtdblock0 rw rootfstype=jffs2. This needs to be changed for both image 1 and image 2. Use the left- and right-arrows on your keyboard to move the cursor to edit the image 1 and image 2 system boot command line strings. 17. Add the text squashfs and rw to the line for image 1. Press <enter>. (Purple box) Page 8 of 15

9 18. Then do the same on the line for image 2. Press <enter>. (Purple box) 19. Press <enter> on the line network. 20. Enter Y and then <enter>. (Red box) 04:49:25 37C >config l CoMon configuration: system boot command line strings [255 characters max]: image 1 > console=ttys0,19200 root=/dev/mtdblock0 rw rootfstype=squashfs,jffs2 rw <Enter> image 2 > console=ttys0,19200 root=/dev/mtdblock0 rw rootfstype=squashfs,jffs2 rw <Enter> network > <Enter> overwrite configuration data in flash OK to continue [Y/N]? Y <Enter> Unlocking Intel Flash Type J3 erasing block 71h.. completed programming block 71h.. completed -ok 21. Next execute the command sysinfo. a. It provides you information for the bootloader CoMon version, the firmware versions in Image 1 and Image 2. Refer to the next image. The Bootloader is CoMon version 4.2. Firmware Image 1 is version Firmware Image 2 is version (just upgraded) Now we prepare to use tftp for upgrading the bootloader to CoMon version 4.3. The tftp server shown in the next image indicates Page 9 of 15

10 Current Directory C:\ o This is where I have put the comon-4_3.bin file for the tftp server to get. If you have the.bin file in another directory, you need to change the Current Directory to that directory. Server interfaces o This is the IP address of my PC. Next I arrange the three programs on my PC s screen as follows. The tftp window The DOS command line window The TeraTerm program 22. Verify connectivity to the 6081RC/800 by pinging from from the PC s DOS window. Page 10 of 15

11 23. From the bootloader prompt in TeraTerm, enter the following command for getting the new bootloader (CoMon) version 4.3 from your PC. > tftp get comon -f comon-4_3.bin <ip address of your PC> This is highlighted with the green box in the next image. 24. Press Y when prompted by the upgrade process for the bin image to be installed indicated by the red box in the following image. Page 11 of 15

12 Let the card finish booting until the login script. 25. Log in with username = admin and password = <enter> 26. Enter the following commands at the prompt as follows: (none) login: admin password: <enter> (none)# configure (none) [config] # enable wmi (none) [config] # write (none) [config] # exit (none) # reload After the card has completed rebooting, enter the IP address of the 6081RC/800 card in the browser. At this point the browser, the default IP address is Go to the Software Upgrade page in the browser as you did before. a. Select the 6081rc-800-2_5_8.tar file and click on the Submit button. b. Complete the upgrade procedure as before. This will upgrade Image 1 to the firmware, version It is necessary that both Image 1 and Image 2 both have the version 2.5.8, because the old version (2.4.8) will not boot up correctly with the new CoMon 4.3.After the upgrade, you can verify that both images are version FINISHED Page 12 of 15

13 Introduction Appendix The remainder of this document is an Appendix that provides details with commands that are performed at the boot-loader level. Many of these commands were used in the main body of this document that describes the upgrade procedure. Assumptions in Upgrading CoMon 1. The TFTP is up and configured 2. The TFTP is accessible to the device 3. The device is accessible via the console port CoMon is the boot-loader for the 3224/6081 family of products. The remainder of this document concerns itself with commands that are performed at the boot-loader level. Gaining access to the boot-loader requires direct console access. Once the console cable is connected to the device and the console emulator is running the device has to be rebooted. It does not matter if it is a hard reboot (power cycle) or soft reboot (reboot from software). During boot-up press any key to escape to CoMon. There is a 5 second delay before the functional image is booted. If the window is missed simply power cycle the unit and try again. Optional Information Gather the following information prior to attempting an Upgrade. It is not strictly required, but if the upgrade does not work it is nice information to have. Configuration The "config" command can be used to print the current configuration of CoMon. Sysinfo The "sysinfo" command provides several important pieces of information including: Board revision 2. CoMon version 3. Image info 1. Changing (Configuring) the CoMon's IP By default CoMon IP is with a netmask of If you need to change the IP address to access the TFTP server, then CoMon will have to be configured with the config e command. For the following example we will assume that we are on the /24 network, that is the default gateway, and that is a free IP. After configuring an IP address on CoMon you MUST reboot for it to take effect. Page 13 of 15

14 Example: 00:00:00--36C >config -e CoMon configuration: eth0/a IP address > [enter] eth0/a subnet mask > [enter] eth1/b IP address > [enter] eth1/b subnet mask > [enter] default gateway IP address > [enter] overwrite configuration data in flash - OK to continue [Y/N]? [Y] Unlocking... erasing block 71h.. completed programming block 71h.. completed -ok 00:00:00--36C >reboot 2. Ping the TFTP server Once the device has been rebooted the connection with the TFTP should be tested. The command ping can be used to test if it can route to the TFTP server, but note that it requires a ctrl-c to stop it. In the following example we assume the TFTP server is Example: 00:00:00-36C >ping Pinging with 32 bytes of data: - 32 data bytes received, time = 5ms - 32 data bytes received, time = 2ms - 32 data bytes received, time = 2ms [ctrl-c] 3 packets transmitted, 3 packets received, 0% packet loss; round trip time minimum 2ms, maximum 5ms, average 3ms. -ok 3. TFTP the Comon Image Once connectivity can be guaranteed it is time to actually do the image upgrade. This is done with the tftp command. The exact syntax is tftp get [image1 image2 comon] -f <image name> <tftp server>. Note: You MUST press 'Y' when prompted by the upgrade process for the image to be installed. Example: 00:00:00-36C >tftp get comon -f comon-4_3.bin TFTP read file 'comon-4_3.bin' from , buffer address=0xa , maximum size= , mode=octet TFTP connection to server, local port 51927, remote port 32969:...[224k] TFTP transfer completed, bytes received. erasing and re-writing bootsector - OK to continue [Y/N]? [Y] executing - system will reboot after bootsector update.. Page 14 of 15

15 4. Check the image command lines Trinity file system requirements have changed so they must be verified to be correct. Both image command lines should read console=ttys0,19200 root=/dev/mtdblock0 rootfstype=squashfs,jffs2 rw. The CoMon command config -l (minus ell) can be used to verify/correct this. Example: 00:00:00--36C >config -l CoMon configuration: system boot command line strings [255 characters max]: image 1 > console=ttys0,19200 root=/dev/mtdblock0 rootfstype=squashfs,jffs2 rw [enter] image 2 > console=ttys0,19200 root=/dev/mtdblock0 rootfstype=squashfs,jffs2 rw [enter] network > [enter] overwrite configuration data in flash - OK to continue [Y/N]? [Y] Unlocking... erasing block 71h.. completed programming block 71h.. completed -ok Page 15 of 15

Nova series update F/W & Boot code from Boot Utility

Nova series update F/W & Boot code from Boot Utility Nova series update F/W & Boot code from Boot Utility Purpose: Update firmware/boot code from Boot Utility Product Affect: Nova 20S, Nova 20R, Nova 26S, Nova 26R, Nova 27S, Nova 29S, Nova 30S, Nova 30R,

More information

Product Family: Networking Hardware Number: AN-NH-012

Product Family: Networking Hardware Number: AN-NH-012 APPLICATION NOTE THIS INFORMATION PROVIDED BY AUTOMATIONDIRECT.COM TECHNICAL SUPPORT These documents are provided by our technical support department to assist others. We do not guarantee that the data

More information

Upgrading the Software

Upgrading the Software APPENDIX B Upgrading the Software You can upgrade your software in the following ways: From the Cisco IOS command-line interface (CLI) From the ROM monitor Cisco recommends upgrading your software from

More information

How to upgrade the firmware

How to upgrade the firmware How to upgrade the firmware This document will detail how to update the firmware on DAP-1150. Ensuring the firmware remains up to date can assist with functionality / improved performances as well as adding

More information

Initial Configuration for the Switch

Initial Configuration for the Switch Options for Initial Configuration, page 1 Configuring the Switch Using the Web User Interface, page 1 Configuring the Switch Using the CLI, page 4 Configuring the Switch in the ROMMON Mode, page 12 Options

More information

APPLICATION NOTE AN0004 CHANGING THE IP ADDRESS ON AN EWSi PORTAL PLUS CONTROLLER WITH WINDOWS 7

APPLICATION NOTE AN0004 CHANGING THE IP ADDRESS ON AN EWSi PORTAL PLUS CONTROLLER WITH WINDOWS 7 INTRODUCTION Before installing an EWSi Portal Plus Controller on a network it is necessary to change the default IP address of the unit to one supplied by the network administrator. The following screen

More information

IndustrialPro Routers (SN/RAM Series) Wireless Modems

IndustrialPro Routers (SN/RAM Series) Wireless Modems Wireless Modems Including SN/RAM-67xx LTE and RAM-9000 families Migration and Advanced Firmware Update Procedures Version 3.20/4.20 February 2015 CHANGE HISTORY Version Date Description 3.20 February 17,

More information

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax:

D-Link (Europe) Ltd. 4 th Floor Merit House Edgware Road London HA7 1DP U.K. Tel: Fax: Product: DFL-500 Internet Firewall Index Setup Introduction...2 Set Up Using Web Configurator...3 Setting Up Internal IP Address using CLI...4 Setting UP External IP Address Manually Using CLI...4 How

More information

User can upgrade the firmware directly using the Web or Console.

User can upgrade the firmware directly using the Web or Console. 17. Firmware Upgrade User can upgrade the firmware directly using the Web or Console. Firmware name (current) and applied model: V3K31257_en.all:Vigor 3300B+ 2.5.7 English version. V3K31257_cn.all:Vigor

More information

Management Security Switch SGSD-1022 / SGSD-1022P SGSW-2840 / SGSW-2840P. Quick Installation Guide

Management Security Switch SGSD-1022 / SGSD-1022P SGSW-2840 / SGSW-2840P. Quick Installation Guide Management Security Switch SGSD-1022 / SGSD-1022P SGSW-2840 / SGSW-2840P Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements... 4 3. Terminal Setup... 5 4. Logon to the Console...

More information

Configuration Guide. Upgrading AOS Firmware L1-29.1D July 2011

Configuration Guide. Upgrading AOS Firmware L1-29.1D July 2011 61200990L1-29.1D July 2011 Configuration Guide This configuration guide explains how to update your ADTRAN Operating System (AOS) firmware using the AOS Web-based graphical user interface (GUI) with Trivial

More information

Configuring the Switch with the CLI-Based Setup Program

Configuring the Switch with the CLI-Based Setup Program Configuring the Switch with the CLI-Based Setup Program This appendix contains these topics: Accessing the CLI Through Express Setup, page 1 Accessing the CLI Through the Console Port, page 1 Entering

More information

idirect Technical Note 1. INTRODUCTION 2. DIFFERENCES BETWEEN INFINITI AND NETMODEM II+ SERIES

idirect Technical Note 1. INTRODUCTION 2. DIFFERENCES BETWEEN INFINITI AND NETMODEM II+ SERIES idirect Technical Note Subject: Recovering infiniti Remotes Date: March 10, 2006 Applies To: Version 6.0.1 and Later 1. INTRODUCTION This technical note contains information and procedures pertaining to:

More information

Silex SD-320AN-03 Serial Server

Silex SD-320AN-03 Serial Server GE Healthcare Silex SD-320AN-03 Serial Server Firmware Upgrade Instructions 2106794-001 Revision B Silex SD-320AN-03 Serial Server English 2018 General Electric Company. All Rights Reserved. Publication

More information

Configuring the Switch with the CLI-Based Setup Program

Configuring the Switch with the CLI-Based Setup Program Configuring the Switch with the CLI-Based Setup Program Accessing the CLI Through Express Setup, page 1 Accessing the CLI Through the Console Port, page 1 Entering the Initial Configuration Information,

More information

EasyIO 30P Firmware Flashing and Upgrading. Firmware Flashing and Upgrading

EasyIO 30P Firmware Flashing and Upgrading. Firmware Flashing and Upgrading Firmware Flashing and Upgrading Document Change Log 01 st Jan 2011 Document created. 18 th April 2011 Added in FwTool v1.10.exe to document 23 th Aug 2011 Update the FwTool v1.11.exe 21 st Oct 2011 Added

More information

S38 Basic Configuration

S38 Basic Configuration S38 Basic Configuration Contents 1 Web Login Summary...1 1.1 Overview...1 1.2 Management IP/ Route Configuration...1 1.3 User Configuration...2 1.4 Http Configuration...2 1.5 Web Login...3 2 Firmware upgrade...5

More information

How Do I Recover infiniti Remotes and Line Cards?

How Do I Recover infiniti Remotes and Line Cards? How Do I Recover infiniti Remotes and Line Cards? Date: June 26, 2008 Overview This FAQ contains the following information and procedures pertaining to ids Release 6.0.1 and later: Before Attempting to

More information

NET+Works with GNU Tools Getting Started Guide

NET+Works with GNU Tools Getting Started Guide NET+Works with GNU Tools Getting Started Guide NET+Works with GNU Tools Getting Started Guide Operating system/version: 6.3 Part number/version: 90000718_C Release date: March 2006 www.digi.com 2006 Digi

More information

Configuring the SMA 500v Virtual Appliance

Configuring the SMA 500v Virtual Appliance Using the SMA 500v Virtual Appliance Configuring the SMA 500v Virtual Appliance Registering Your Appliance Using the 30-day Trial Version Upgrading Your Appliance Configuring the SMA 500v Virtual Appliance

More information

Managing Controller Software and Configurations

Managing Controller Software and Configurations CHAPTER 8 Managing Controller Software and Configurations This chapter describes how to manage configurations and software versions on the controllers. This chapter contains these sections: Transferring

More information

Application Note #5494 Upgrading Plus Ethernet Radio Firmware September 9, 2013

Application Note #5494 Upgrading Plus Ethernet Radio Firmware September 9, 2013 Application Note #5494 Upgrading Plus Ethernet Radio Firmware September 9, 2013 The Plus Ethernet transceivers share a common firmware upgrade platform and process using the FreeWave TFTP Server and a

More information

Configuring the Switch with the CLI Setup Program

Configuring the Switch with the CLI Setup Program APPENDIXC Configuring the Switch with the CLI Setup Program This appendix provides a command-line interface (CLI) setup procedure for a standalone switch. To set up the switch by using Express Setup, see

More information

28-Port 10/100/1000Mbps with. 4 Shared SFP Managed Gigabit Switch WGSW / WGSW-28040P. Quick Installation Guide

28-Port 10/100/1000Mbps with. 4 Shared SFP Managed Gigabit Switch WGSW / WGSW-28040P. Quick Installation Guide 28-Port 10/100/1000Mbps with 4 Shared SFP Managed Gigabit Switch WGSW-28040 / WGSW-28040P Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements... 4 3. Terminal Setup... 5

More information

IP Device Search and Configuration Tool Operation Manual

IP Device Search and Configuration Tool Operation Manual IP Device Search and Configuration Tool Operation Manual Note Copyright Statement This manual may not be reproduced in any form or by any means used to create any derivative such as translation, transformation,

More information

How to manually set up EW-7228APn to extender wireless range

How to manually set up EW-7228APn to extender wireless range How to manually set up EW-7228APn to extender wireless range 1. Find out the IP address of your computer. Have your computer get on Internet as normally, without EW-7228APn turning on. If you use a Windows

More information

16/24/48-Port 10/100/1000T + 2/4-Port 100/1000X SFP Managed Switch GS T2S/GS T2S/GS T4S. Quick Installation Guide

16/24/48-Port 10/100/1000T + 2/4-Port 100/1000X SFP Managed Switch GS T2S/GS T2S/GS T4S. Quick Installation Guide 16/24/48-Port 10/100/1000T + 2/4-Port 100/1000X SFP Managed Switch GS-4210-16T2S/GS-4210-24T2S/GS-4210-48T4S Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4 3.

More information

Troubleshooting 1240AG Series Autonomous Access Points

Troubleshooting 1240AG Series Autonomous Access Points CHAPTER 3 Troubleshooting 1240AG Series Autonomous Access Points This chapter provides troubleshooting procedures for basic problems with the 1240AG series autonomous access point (AIR-AP1242AG or AIR-AP1242G).

More information

16/24-Port 10/100/1000T 802.3at PoE + 2-Port 100/1000X SFP Managed Switch GS P2S GS P2S. Quick Installation Guide

16/24-Port 10/100/1000T 802.3at PoE + 2-Port 100/1000X SFP Managed Switch GS P2S GS P2S. Quick Installation Guide 16/24-Port 10/100/1000T 802.3at PoE + 2-Port 100/1000X SFP Managed Switch GS-4210-16P2S GS-4210-24P2S Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4 3. Terminal

More information

All Rights Reserved. Rev. 1.0, 2003

All Rights Reserved. Rev. 1.0, 2003 All Rights Reserved The use, disclosure, modification, transfer or transmittal of this work for any purpose, in any form, or by any means, without the written permission from Net2Phone is strictly forbidden.

More information

Procedure to Flash Upgrade the TLink TL250/TL300

Procedure to Flash Upgrade the TLink TL250/TL300 Procedure to Flash Upgrade the TLink TL250/TL300 The following is a step-by-step guide to upgrade the software of a TL250 or TL300 IP communicator module. Step 1 Run the T-Link Console Software If you

More information

Troubleshooting 1240AG Series Lightweight Access Points

Troubleshooting 1240AG Series Lightweight Access Points CHAPTER 4 Troubleshooting 1240AG Series Lightweight Access Points This chapter provides troubleshooting procedures for basic problems with the 1240AG series lightweight access point (AIR-LAP1242AG or AIR-LAP1242G).

More information

Gateworks_Avila/Cambria_Installation. Please note: The details in these instructions apply specifically to the GW board.

Gateworks_Avila/Cambria_Installation. Please note: The details in these instructions apply specifically to the GW board. Please note: The details in these instructions apply specifically to the GW2348-4 board. If you are using a GW2348-2 or GW2347 there are subtle but important differences in the flashing commands you must

More information

Installing the Operating System or Hypervisor

Installing the Operating System or Hypervisor If you purchased E-Series Server or NCE Option 1 (E-Series Server or NCE without a preinstalled operating system or hypervisor), you must install an operating system or hypervisor. This chapter includes

More information

Troubleshooting Autonomous Access Points

Troubleshooting Autonomous Access Points CHAPTER 3 This chapter provides troubleshooting procedures for basic problems with the autonomous access point (model: AIR-AP1131AG or AIR-AP1131G). For the most up-to-date, detailed troubleshooting information,

More information

Upgrading Using the Boot Helper

Upgrading Using the Boot Helper Upgrading Using the Boot Helper Last Updated: December 21, 2006 This chapter describes the procedures for installing a new release of Cisco Unity Express software using the boot helper. Note The boot helper

More information

Using the Web-Browser and CLI Interfaces

Using the Web-Browser and CLI Interfaces CHAPTER 2 This chapter describes the web-browser and CLI interfaces that you use to configure the controller. It contains these sections: Using the Web-Browser Interface, page 2-2 Using the CLI, page 2-7

More information

ROM Monitor. Using ROM Monitor APPENDIX

ROM Monitor. Using ROM Monitor APPENDIX APPENDIX A ROM Monitor This appendix describes the Cisco 805 router ROM monitor. The ROM monitor runs when the router is powered up or reset and helps to initialize the processor hardware and boot the

More information

Before you start the lab exercises see the lab administrator or EEE3080F tutor to get assigned to your routers.

Before you start the lab exercises see the lab administrator or EEE3080F tutor to get assigned to your routers. EEE00F Lab Basics of the Network Lab Student Lab Manual Before you start the lab exercises see the lab administrator or EEE00F tutor to get assigned to your routers. Contents. Resources used in the labs...

More information

48-Port 10/100/1000Base-T with 4 Shared SFP. Managed Gigabit Switch WGSW Quick Installation Guide

48-Port 10/100/1000Base-T with 4 Shared SFP. Managed Gigabit Switch WGSW Quick Installation Guide 48-Port 10/100/1000Base-T with 4 Shared SFP Managed Gigabit Switch WGSW-48000 Quick Installation Guide Table of Contents 1. Package Content... 3 2. Requirements... 4 3. Terminal Setup... 5 4. Logon to

More information

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 From Cisco s website, here are the minimum requirements for CCP 2.7 and CCP 2.8: The following info comes from many

More information

TFC-1600MM Media Conversion System. Management Configuring Guide

TFC-1600MM Media Conversion System. Management Configuring Guide TFC-1600MM Media Conversion System Management Configuring Guide CONFIGURING THE SYSTEM This chapter provides network managers and system administrators with information about how to configure the Media

More information

Management Software AT-S79. User s Guide. For use with the AT-GS950/16 and AT-GS950/24 Smart Switches. Version Rev.

Management Software AT-S79. User s Guide. For use with the AT-GS950/16 and AT-GS950/24 Smart Switches. Version Rev. Management Software AT-S79 User s Guide For use with the AT-GS950/16 and AT-GS950/24 Smart Switches Version 1.0.0 613-000207 Rev. A Copyright 2005 Allied Telesyn, Inc. All rights reserved. No part of this

More information

Using the Cisco NCS Command-Line Interface

Using the Cisco NCS Command-Line Interface CHAPTER 2 This chapter provides helpful tips for understanding and configuring the Cisco Prime Network Control System (NCS) from the command-line interface (CLI). The Cisco NCS can be deployed for small,

More information

How to upgrade firmware in DSL-xxx series router

How to upgrade firmware in DSL-xxx series router How to upgrade firmware in DSL-xxx series router WARNING: DO NOT upgrade the firmware through a wireless connection. You may damage the router. Note that you will have to reconfigure the router after upgrading.

More information

Installing + Configuring

Installing + Configuring Installing + Configuring Install and Recover with TFTP Introduction This document is designed to help you install the Commotion software if the Install on a Ubiquiti Device instructions did not work, or

More information

FortiTester Handbook VERSION FortiTester Handbook Fortinet Technologies Inc.

FortiTester Handbook VERSION FortiTester Handbook Fortinet Technologies Inc. FortiTester Handbook VERSION 2.3.2 FortiTester Handbook 2.3.2 1 FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET BLOG https://blog.fortinet.com

More information

Upgrading Software and Firmware

Upgrading Software and Firmware APPENDIXB This appendix describes how to upgrade or reinstall the Cisco PAM server software, desktop client software, and Gateway module firmware. Contents Upgrade Notes for Release 1.1.0, page B-2 Upgrading

More information

Troubleshooting Lightweight Access Points

Troubleshooting Lightweight Access Points CHAPTER 4 This chapter provides troubleshooting procedures for basic problems with the 1130AG series lightweight access point (model: AIR-LAP1131AG or AIR-LAP1131G). For the most up-to-date, detailed troubleshooting

More information

FRM220 NMC Upgrade Procedure

FRM220 NMC Upgrade Procedure The information within this document is intended for experienced service personnel with knowledge of TCP/IP networking, PC networking configuration, serial terminal configuration and operation. Failure

More information

635-FTS Factory Programming Guide

635-FTS Factory Programming Guide GALAXY CONTROL SYSTEMS 635-FTS Factory Programming Guide ( Supported on 635-CPU v10.4.9 - or later ) Factory Program & Flash with a 635 Factory Test Station(FTS) GALAXY TECHNICAL GUIDE 1 st EDITION SEP

More information

Installing Cisco StadiumVision Director Software from a DVD

Installing Cisco StadiumVision Director Software from a DVD Installing Cisco StadiumVision Director Software from a DVD First Published: May 29, 2012 Revised: August 2, 2012 This module describes how to install the Cisco StadiumVision Director Release 3.0 software

More information

N30 Supervisory Controller Quick Start

N30 Supervisory Controller Quick Start Issue Date June 30, 2004 TECHNICAL BULLETIN N30 Supervisory Controller Quick Start N30 Supervisory Controller Quick Start...2 Introduction... 2 Key Concepts... 3 Using This Document... 3 Related Information...

More information

Deployment of a new M-Lab site

Deployment of a new M-Lab site Deployment of a new M-Lab site Deployment of a new M-Lab site Scope of the document HW deployment - on-site CHECKLIST for on-site staff, BEFORE going to the site SW configuration - on-site and off-site

More information

Programming through Web browser:

Programming through Web browser: Connection Details Digital Inputs: There are 8 isolated digital inputs. Digital inputs will work from 5V to 24V DC. Every input has LED indications on top. LED will be ON when proper input is provided.

More information

Lab Manage AP Configuration and Image Files

Lab Manage AP Configuration and Image Files Lab 5.2.5 Manage AP Configuration and Image Files Estimated Time: 30 minutes Number of Team Members: Students will work in teams of two. Objective In this lab, the student will learn to manage configuration

More information

3 Connection, Shell Serial Connection over Console Port SSH Connection Internet Connection... 5

3 Connection, Shell Serial Connection over Console Port SSH Connection Internet Connection... 5 Contents 1 Description 2 2 Supported Devices 3 3 Connection, Shell 4 3.1 Serial Connection over Console Port...................... 4 3.2 SSH Connection................................. 4 3.3 Internet Connection...............................

More information

L2+ Managed Gigabit Switch WGSW series

L2+ Managed Gigabit Switch WGSW series L2+ Managed Gigabit Switch WGSW-24040 series Quick Installation Guide Table of Contents 1 Package Contents... 3 2. Requirements... 4 3. Terminal Setup... 5 3.1 Logon to Console... 6 3.2 Configuring IP

More information

24-Port 100/1000X SFP + 4-Port 10G SFP+ Managed. Metro Ethernet Switch MGSW-28240F. Quick Installation Guide

24-Port 100/1000X SFP + 4-Port 10G SFP+ Managed. Metro Ethernet Switch MGSW-28240F. Quick Installation Guide 24-Port 100/1000X SFP + 4-Port 10G SFP+ Managed Metro Ethernet Switch MGSW-28240F Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4 3. Wiring DC Power Inputs... 5

More information

L2/L4 Managed Gigabit Ethernet Switch GS-4210 Ultra PoE Series

L2/L4 Managed Gigabit Ethernet Switch GS-4210 Ultra PoE Series L2/L4 Managed Gigabit Ethernet Switch GS-4210 Ultra PoE Series Quick Installation Guide Table of Contents 1. Introduction... 3 2. Package Contents... 4 3. Requirements... 5 4. Terminal Setup... 6 5. Logon

More information

NETWORK LAB 2 Configuring Switch Desktop

NETWORK LAB 2 Configuring Switch Desktop Configuring Switch 1. Select the switch tab and then add a switch from the list of switches we have to the workspace, we will choose (2950-24) switch. 2. Add a number of PCs next to the switch in order

More information

DX System Operating Guide

DX System Operating Guide DX System Operating Guide Supported by: Technology Corporation Rackit Technology Corporation 274 Madison Avenue, New York, NY 10016 Tel: (212) 679-0050 Fax: (212) 679-0040 1. 8 0 0. 6 3 6. 3 4 3 4 w International

More information

Service Bulletin Rev Firmware Upgrade for ACRC100 Series

Service Bulletin Rev Firmware Upgrade for ACRC100 Series Rev. 3.1.0 Firmware Upgrade for ACRC100 Series Objective This Service Bulletin defines the procedure for upgrading the firmware for the InRow ACRC to version AOS 3.1.3 and APP 3.1.0. This upgrade is mandatory

More information

Configuring Host Router and Cisco Analog Video Gateway Module Interfaces

Configuring Host Router and Cisco Analog Video Gateway Module Interfaces Configuring Host Router and Cisco Analog Video Gateway Module Interfaces Last Updated: August 17, 2009 To configure the Cisco Analog Video Gateway network module after it is installed in your host Cisco

More information

Lab Manage AP Configuration and Image Files

Lab Manage AP Configuration and Image Files Lab 5.2.5 Manage AP Configuration and Image Files Estimated Time: 30 minutes Number of Team Members: Students will work in teams of two. Objective In this lab, the student will learn to manage configuration

More information

Avalanche Enabler 4.06 User Guide

Avalanche Enabler 4.06 User Guide Avalanche Enabler 4.06 User Guide en ug 46 20080905 Revised 09/05/08 ii Copyright 2008 by Wavelink Corporation All rights reserved. Wavelink Corporation 6985 South Union Park Avenue, Suite 335 Midvale,

More information

Ethernet Switch Setup for Q-SYS HP 1910 and 1920 Series (Gigabit only)

Ethernet Switch Setup for Q-SYS HP 1910 and 1920 Series (Gigabit only) Ethernet Switch Setup for Q-SYS HP 1910 and 1920 Series (Gigabit only) Q-LAN Audio Setup for Hewlett-Packard 1910 and 1920 Series Gigabit Switches Revision 1.3 November 15, 2017 Note: This setup guide

More information

IPAdminTool User s Manual

IPAdminTool User s Manual IPAdminTool User s Manual http://www.rimaelektronik.com 06A.00 www.rivatech.de 1 Table of Contents 1. Introduction...3 1.1. Requirements... 3 1.2. Starting IPAdminTool... 3 1.3. Menu and button configuration...

More information

SERVICE INSTRUCTION. Updating the firmware and software on the RCS-2

SERVICE INSTRUCTION. Updating the firmware and software on the RCS-2 SERVICE INSTRUCTION SI-09-04.1 Replaces (SI-09-04) March 2013 SERVICE INSTRUCTION Updating the firmware and software on the RCS-2 Important Note: It is highly recommended that all parameter data be backed

More information

Command-Line Interfaces

Command-Line Interfaces CHAPTER 2 This chapter describes the CLIs you use to configure the Catalyst 4500 series switch. This chapter includes the following major sections: Accessing the Switch CLI, page 2-1 Performing Command-Line

More information

TH800DS CONTROLLER MANUAL

TH800DS CONTROLLER MANUAL TH800DS CONTROLLER MANUAL 1 Introduction 3 1.1 Overview 3 1.2 Features 4 1.3 Specifications 4 1.4 Panel 5 1.4.1 Front Panel 5 1.4.2 Rear Panel 6 2 Hardware Installation 7 3 Accessing the Device 8 3.1 Before

More information

User Manual FMUX01(A) SNMP Upgrade Procedure

User Manual FMUX01(A) SNMP Upgrade Procedure User Manual FMUX01(A) SNMP Upgrade Procedure FMUX01(A) SNMP Upgrade Procedure Version 1.0 June 2004 CTC Union Technologies Co.,Ltd. 2004 All rights reserved The contents of this document are subject to

More information

Lab - Using Wireshark to Examine TCP and UDP Captures

Lab - Using Wireshark to Examine TCP and UDP Captures Topology Part 1 (FTP) Part 1 will highlight a TCP capture of an FTP session. This topology consists of a PC with Internet access. Topology Part 2 (TFTP) Part 2 will highlight a UDP capture of a TFTP session.

More information

How to Upgrade or Recover the Firmware of the UC-7400 Series Embedded Computers

How to Upgrade or Recover the Firmware of the UC-7400 Series Embedded Computers How to Upgrade or Recover the Firmware of the UC-7400 Series Embedded Computers Bruce Chen, Project Supervisor, Moxa Technical Support Dept. Moxa offers the boot loader utility for firmware upgrade or

More information

FRM220 NMC-R2 Upgrade Procedure

FRM220 NMC-R2 Upgrade Procedure The information within this document is intended for experienced service personnel with knowledge of TCP/IP networking, PC networking configuration, serial terminal configuration and operation. Failure

More information

Click on Close button to close Network Connection Details. You are back to the Local Area Connection Status window.

Click on Close button to close Network Connection Details. You are back to the Local Area Connection Status window. How to configure EW-7228APn/EW-7416APn as a Repeater to extend wireless range This article can apply on EW-7228APn and EW-7416APn. We used screen shots of EW-7416APn in this instruction. We recommend you

More information

Working with the Cisco IOS File System, Configuration Files, and Software Images

Working with the Cisco IOS File System, Configuration Files, and Software Images APPENDIXB Working with the Cisco IOS File System, Configuration Files, and Software Images This appendix describes how to manipulate the Catalyst 2960 switch flash file system, how to copy configuration

More information

L2+ Managed LCD Switch GS T2XV(R) / GS T4XV(R) Quick Installation Guide

L2+ Managed LCD Switch GS T2XV(R) / GS T4XV(R) Quick Installation Guide L2+ Managed LCD Switch GS-5220-16T2XV(R) / GS-5220-24T4XV(R) Quick Installation Guide Table of Contents 1 Package Contents... 3 2. Requirements... 4 3. Terminal Setup... 5 3.1 Logon to Console... 6 3.2

More information

MP01 Quick Start Guide

MP01 Quick Start Guide MP01 Quick Start Guide Version: V2.0 2011-10-12 Table of Contents MP01 QUICK START GUIDE... 2 1. USE MP01 TO SET UP A WIFI TELEPHONY NETWORK AND MAKE INTERNAL PHONE CALLS... 2 1.1 STEP 1-LOGIN TO THE MP01

More information

Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist

Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Summary This document explains how to configure the TP-Link

More information

CCNA 1 Chapter 2 v5.0 Exam Answers 2013

CCNA 1 Chapter 2 v5.0 Exam Answers 2013 CCNA 1 Chapter 2 v5.0 Exam Answers 2013 1. Refer to the exhibit. A switch was configured as shown. A ping to the default gateway was issued, but the ping was not successful. Other switches in the same

More information

Industrial L2/L4 Managed Gigabit Switch. With 4-Port 802.3at PoE+ IGS P4T/IGS P4T2S. Quick Installation Guide

Industrial L2/L4 Managed Gigabit Switch. With 4-Port 802.3at PoE+ IGS P4T/IGS P4T2S. Quick Installation Guide Industrial L2/L4 Managed Gigabit Switch With 4-Port 802.3at PoE+ IGS-4215-4P4T/IGS-4215-4P4T2S Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4 3. Wiring the Power

More information

Using the Cisco NX-OS Setup Utility

Using the Cisco NX-OS Setup Utility This chapter contains the following sections: Configuring the Switch, page 1 Configuring the Switch Image Files on the Switch The Cisco Nexus devices have the following images: BIOS and loader images combined

More information

WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist

WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Summary This document explains how to configure the TP-Link WR841N router to provide

More information

Using the Cisco NX-OS Setup Utility

Using the Cisco NX-OS Setup Utility This chapter contains the following sections: Configuring the Switch, page 1 Configuring the Switch Image Files on the Switch The Cisco Nexus devices have the following images: BIOS and loader images combined

More information

HP 5130 switches Comware and POE firmware upgrades via TFTP Maher Saad, Chestnut Residence, University of Toronto

HP 5130 switches Comware and POE firmware upgrades via TFTP Maher Saad, Chestnut Residence, University of Toronto HP 5130 switches Comware and POE firmware upgrades via TFTP Maher Saad, Chestnut Residence, University of Toronto Disclaimer The author of this document shall not carry responsibility for any damage to

More information

Lenovo RackSwitch G8272. Release Notes. For Networking OS 8.2

Lenovo RackSwitch G8272. Release Notes. For Networking OS 8.2 Lenovo RackSwitch G8272 Release Notes For Networking OS 8.2 Note: Before using this information and the product it supports, read the general information in the Safety information and Environmental Notices

More information

SSL VPN Reinstallation

SSL VPN Reinstallation SSL VPN Reinstallation This software reinstallation procedure describes how to reinstall the software onto a previously formatted and programmed hard disk drive (HDD) on the Contivity SSL VPN 1000 card.

More information

( ) old style CPU board ( ) new style CPU board. Circled items show differences for each board

( ) old style CPU board ( ) new style CPU board. Circled items show differences for each board IJ3000 Controller IJ3000 Firmware Upgrade Process 5760-136 Revision D Page 1 of 12 These instructions assume you already know how to change the IP address of your computer, create directories and copy

More information

INSTRUCTIONS TO UPDATE FIRMWARE FOR

INSTRUCTIONS TO UPDATE FIRMWARE FOR INSTRUCTIONS TO UPDATE FIRMWARE FOR Dranetz 1000 New Durham Road, Edison, New Jersey 08818 Telephone 1-800-372-6832 or 732-287-3680 Fax 732-248-1834 www.dranetz.com Updating the HDPQ SP s Firmware The

More information

Lab 4.2.5a Connectivity Tests Ping

Lab 4.2.5a Connectivity Tests Ping Lab 4.2.5a Connectivity Tests Ping Objective Use the ping command to send ICMP datagrams to target host. Verify that the network layer between source and destination is working properly. Retrieve information

More information

Firmware zippack name : R exe Firmware File Name : Dell1815dn_V _AutoUpgrade.exe

Firmware zippack name : R exe Firmware File Name : Dell1815dn_V _AutoUpgrade.exe Updating Firmware on the Dell Laser Printer MFP 1815dn NOTICE: Do not turn off your printer or computer, or disconnect any cables during this operation. Doing this will corrupt the memory and the printer

More information

Contents. Introduction

Contents. Introduction Contents Introduction Prerequisites Requirements Components Used Network Diagrams Configure Step 1. Modify Interface IP configuration on ASA Step 2. Modify DHCP pool settings on both inside and wifi interfaces

More information

Cisco 4000 Series Virtual Configuration Register

Cisco 4000 Series Virtual Configuration Register APPENDIX D Cisco 4000 Series Virtual Configuration Register This appendix describes the Cisco 4000 series virtual configuration register, the factory-default settings, and the procedures for changing those

More information

L2+ Managed Gigabit/10 Gigabit Ethernet Switch GS-5220 Series

L2+ Managed Gigabit/10 Gigabit Ethernet Switch GS-5220 Series L2+ Managed Gigabit/10 Gigabit Ethernet Switch GS-5220 Series Quick Installation Guide Table of Contents 1. Package Contents... 3 2. Requirements... 4 3. Terminal Setup... 5 4. Logon to Console... 6 5.

More information

24-Port 10/100/1000Mbps with. 4 Shared SFP Managed Gigabit Switch

24-Port 10/100/1000Mbps with. 4 Shared SFP Managed Gigabit Switch 24-Port 10/100/1000Mbps with 4 Shared SFP Managed Gigabit Switch WGSW-24040 / WGSW-24040R SGSW-24040 / SGSW-24040R SGSW-24040P / SGSW-24040P4 SGSW-24240 / SGSW-24240R SGSW-24040HP Quick Installation Guide

More information

Spyder-LC FIRMWARE UPGRADE MANUAL

Spyder-LC FIRMWARE UPGRADE MANUAL 222 W. Memorial Road, Oklahoma City, OK 73114 Phone: 1-800-624-7697 Fax: 405-755-8425 www.magpowr.com E-mail: magpowr@magpowr.com INSTRUCTION MANUAL Spyder-LC FIRMWARE UPGRADE MANUAL Spyder-LC All of the

More information

Maintaining the MGX RPM-PR

Maintaining the MGX RPM-PR APPENDIX A This appendix describes maintenance procedures you might need to perform as your internetworking needs change. It contains the following sections: Reading Front Panel LEDs Recovering a Lost

More information

Table of Contents. Cisco Password Recovery Procedure for the Cisco Aironet Equipment

Table of Contents. Cisco Password Recovery Procedure for the Cisco Aironet Equipment Table of Contents Password Recovery Procedure for the Cisco Aironet Equipment...1 To get Cisco Aironet drivers, firmware and utility software, follow this link to the Cisco Wireless Software Center...1

More information

Controlsoft Identity and Access Management Software Controlsoft Identity Access Management Software

Controlsoft Identity and Access Management Software Controlsoft Identity Access Management Software Controlsoft Identity Access Management Software IA Server Software Installation Guide v8.0.229 2018 Controlsoft Ltd 9010-0050 Issue 6 Page 1 of 39 29/10/2018 Contents 1. Introduction... 3 1.1. PC Specifications...

More information