H3C S7500E Software Upgrade Configuration Examples

Size: px
Start display at page:

Download "H3C S7500E Software Upgrade Configuration Examples"

Transcription

1 H3C S7500E Software Upgrade Configuration Examples Copyright 2015 Hangzhou H3C Technologies Co., Ltd. A l l ri g h t s re s e r ve d. No part of this manual may be reproduced or transmitted in any form or by any means without prior written consent of Hangzhou H3C T e c h n o l o g ies Co., Ltd. The information in this document is subject to change without notice.

2 Contents Software upgrade configuration examples 3 Upgrading software from the CLI 3 Example: Using the device as a TFTP client to upgrade software 3 Example: Using the device as an FTP client to upgrade software 7 Example: Using the device as an FTP server to upgrade software 12 Related documentation 16

3 Software upgrade configuration examples This document provides software upgrade exa mples. In this document, examples of upgrading software from the CLI use the non-i S S U m e t h o d. Upgrading software from the CLI Example: Using the device as a TFTP client to upgrade software Network requirements As shown in F i g u r e 1, use TFTP to download a software upgrade file from a TFTP server to upgrade the device. Figure 1 Network diagram Software version used This configuration example was created and verified on S7500E-C M W R Configuration restrictions and guidelines When you upgrade software, follow these restrictions and guidelines: Make sure the device has sufficient storage space for the upgrade file. If the device does not have sufficient storage space, delete unused files by using the delete /unreserved file-url command. Save the configuration before the upgrade for the configuration to su r vive a rebo ot. If the devic e has two MPUs, you must upgrade both MPUs for the devic e to operate correctly. Configuration procedures 1. Configure the TFTP server: # Assign the IP address /24 to the TFTP server. (Details not shown.) # Start the TFTP server and specify a working directory. This example uses the 3CDaemon TFTP server. (Details not shown.)

4 Figure 2 Configuring the TFTP server 2. Upgrade the device: # Assign an IP address to M-GigabitEthernet 0/0/0. Make sure the device can reach the TFTP server. <Device> system-view [Device] interface M-GigabitEthernet0/0/0 [Device-M-GigabitEthernet0/0/0] ip address [Device-M-GigabitEthernet0/0/0] quit [Device] quit # Verify that the device can ping the TFTP server. <Device> ping PING : 56 data bytes, press CTRL_C to break Reply from : bytes=56 Sequence=0 ttl=128 time=2 ms Reply from : bytes=56 Sequence=1 ttl=128 time=1 ms Reply from : bytes=56 Sequence=2 ttl=128 time=1 ms Reply from : bytes=56 Sequence=3 ttl=128 time=1 ms Reply from : bytes=56 Sequence=4 ttl=128 time=1 ms ping statistics packet(s) transmitted 5 packet(s) received 0.00% packet loss round-trip min/avg/max = 1/1/2 ms # Save the configuration. <Device> save The current configuration will be written to the device. Are you sure? [Y/N]:y Please input the file name(*.cfg)[flash:/startup.cfg]

5 (To leave the existing filename unchanged, press the enter key): flash:/startup.cfg exists, overwrite? [Y/N]:y Validating file. Please wait... Saved the current configuration to mainboard device successfully. Slot 7 Cpu 0: Save next configuration file successfully. # Identify MPUs on the device. <Device> display device Slot No. Brd Type Brd Status Subslot Sft Ver Patch Ver 0 L S Q M 3 M P U B 0 M a s t e r 0 S7500E-7150 None 1 LSQM3MPUB0 Standby 0 S7500E-7150 None 2 L S Q 1 G P 4 8 E B N o r m a l 0 S7500E-7150 None 3 N O N E A b s e n t 0 N O N E None 4 N O N E A b s e n t 0 N O N E None 5 N O N E A b s e n t 0 N O N E None 6 N O N E A b s e n t 0 N O N E None 7 N O N E A b s e n t 0 N O N E None The output shows that the device has two MPUs: one active MPU in slot 6 and one standby MPU in slot 7. You must upgrade both MPUs. # Use TFTP to download the upgrade file from the TFTP server to the root directory of the storage medium on the active MPU. <Device> tftp get s7500e.ipe % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed M M k 0 0:00:50 0:00:50 --:--: k # Specify the upgrade file as the main startup image file for both MPUs. <Device> boot-loader file flash:/s7500e.ipe slot 6 main Verifying the file flash:/s7500e.ipe on slot Done. H3C S7506E images in IPE: s7500e-cmw710-boot-test.bin s7500e-cmw710-system-test.bin This command will set the main startup software images. Continue? [Y/N]:y Add images to slot 6. Decompressing file s7500e-cmw710-boot-test.bin to flash:/s7500e-cmw710-boot-test.bin...done. Decompressing file s7500e-cmw710-system-test.bin to flash:/s7500e-cmw710-system -test.bin done. Decompression completed. You are recommended to delete the.ipe file after you set startup software image s for all slots. Do you want to delete flash:/s7500e.ipe now? [Y/N]:y The images that have passed all examinations will be used as the main startup so ftware images at the next reboot on slot 6.

6 <Device> boot-loader file boot flash:/s7500e-cmw710-boot-test.bin system flash:/s7500e-cmw710-system-test.bin slot 7 main This command will set the main startup software images. Continue? [Y/N]:y Verifying the file on slot 7...Done. Verifying the file flash:/s7500e-cmw710-system-test.bin on slot 7... The images that have passed all examinations will be used as the main startup software images at the next reboot on slot 7. # Specify the current startup image file as the backup startup image file for both MPUs. This setting ensures that the device can start up if the upgrade file is corrupt or not correct. <Device> boot-loader file boot flash:/s7500e-cmw710-boot-old.bin system flash:/s7500e-cmw710-system-old.bin slot 6 backup This command will set the backup startup software images. Continue? [Y/N]:y Verifying the file on slot 7...Done. Verifying the file flash:/s7500e-cmw710-system-test.bin on slot 7... The images that have passed all examinations will be used as the backup startup software images at the next reboot on slot 6. <Device> boot-loader file boot flash:/s7500e-cmw710-boot-old.bin system flash:/s7500e-cmw710-system-old.bin slot 7 backup This command will set the backup startup software images. Continue? [Y/N]:y Verifying the file on slot 7...Done. Verifying the file flash:/s7500e-cmw710-system-test.bin on slot 7... The images that have passed all examinations will be used as the backup startup software images at the next reboot on slot 7. # Reboot the device. <Device> reboot Verifying the configuration 1. Verify that the software has been upgraded. <Device> display version ---- More Verify that the software images on the MPUs are the same: # Display the current software images and startup software images on the active MPU. <Device> display boot-loader slot 6 Software images on slot 6: Current software images: flash:/s7500e-cmw710-system-test.bin Main startup software images: flash:/s7500e-cmw710-system-test.bin Backup startup software images: flash:/s7500e-cmw710-boot-old.bin flash:/s7500e-cmw710-system-old.bin

7 Configuration files # # Display the current software images and startup software images on the standby MPU. <Device> display boot-loader slot 7 Software images on slot 7: Current software images: flash:/s7500e-cmw710-system-test.bin Main startup software images: flash:/s7500e-cmw710-system-test.bin Backup startup software images: flash:/s7500e-cmw710-boot-old.bin flash:/s7500e-cmw710-system-old.bin interface M-GigabitEthernet0/0/0 # port link-mode route ip address Example: Using the device as an FTP client to upgrade software Network requirements As shown in Fi g u re 3, use FTP to download a software upgrade file from an FTP server to upgrade the device. Figure 3 Network diagram Software version used This configuration example was created and verified on S7500E-CM W R Configuration restrictions and guidelines When you upgrade software, follow these restrictions and guidelines: Make sure the device has sufficient storage space for the upgrade file. If the devic e does not have sufficient storage space, delete unused files by using the delete /unreserved file-url command. Save the configuration b e fo re the upgrade for the configuration to su r vive a reboot. If the devic e has two MPUs, you must upgrade both MPUs for the devic e to operate correctly. Configuration procedures 1. Configure the FTP server: # Assign the IP address /24 to the FTP server. (Details not shown.)

8 # Start the FTP server and specify a working directory. This example uses the 3CDaemon FTP server. (Details not shown.) # Add a local user account. (Details not shown.) # Set the username to and the password to for the user account. Figure 4 Configuring the FTP server 2. Upgrade the device: # Assign an IP address to M-GigabitEthernet 0/0/0. Make sure the device can reach the FTP server. <Device> system-view [Device] interface M-GigabitEthernet0/0/0 [Device-M-GigabitEthernet0/0/0] ip address [Device-M-GigabitEthernet0/0/0] quit [Device] quit # Verify that the device can ping the FTP server. <Device> ping PING : 56 data bytes, press CTRL_C to break Reply from : bytes=56 Sequence=0 ttl=128 time=2 ms Reply from : bytes=56 Sequence=1 ttl=128 time=1 ms Reply from : bytes=56 Sequence=2 ttl=128 time=1 ms Reply from : bytes=56 Sequence=3 ttl=128 time=1 ms Reply from : bytes=56 Sequence=4 ttl=128 time=1 ms ping statistics packet(s) transmitted 5 packet(s) received 0.00% packet loss round-trip min/avg/max = 1/1/2 ms

9 # Save the configuration. <Device> save The current configuration will be written to the device. Are you sure? [Y/N]:y Please input the file name(*.cfg)[flash:/startup.cfg] (To leave the existing filename unchanged, press the enter key): flash:/startup.cfg exists, overwrite? [Y/N]:y Validating file. Please wait... Saved the current configuration to mainboard device successfully. Slot 7 Cpu 0: Save next configuration file successfully. # Identify MPUs on the device. <Device> display device Slot No. Brd Type Brd Status Subslot Sft Ver Patch Ver 0 L S Q M 3 M P U B 0 M a s t e r 0 S7500E-7150 None 1 LSQM3MPUB0 Standby 0 S7500E-7150 None 2 L S Q 1 G P 4 8 E B N o r m a l 0 S7500E-7150 None 3 N O N E A b s e n t 0 N O N E None 4 N O N E A b s e n t 0 N O N E None 5 N O N E A b s e n t 0 N O N E None 6 N O N E A b s e n t 0 N O N E None 7 N O N E A b s e n t 0 N O N E None The output shows that the switch has two MPUs: one active MPU in slot 6 and one standby MPU in slot 7. You must upgrade both MPUs. # Use the username and the password to log in to the FTP server. <Device> ftp Connected to ( ) Com 3CDaemon FTP Server Version 2.0 User ( :(none)): User name ok, need password Password: 230 User logged in Remote system type is UNIX. Using binary mode to transfer files. # Use FTP to download the upgrade file from the FTP server to the root directory of the storage medium on the active MPU. ftp> get s7500e.ipe 227 Entering passive mode (192,168,100,14,8,86) 125 Using existing data connection 226 Closing data connection; File transfer successful bytes received in 53.6 seconds (1.25 Mbyte/s) ftp> quit # Specify the upgrade file as the main startup image file for both MPUs. <Device> boot-loader file flash:/s7500e.ipe slot 6 main Verifying the file flash:/s7500e.ipe on slot Done. H3C S7506E images in IPE: s7500e-cmw710-boot-test.bin

10 s7500e-cmw710-system-test.bin This command will set the main startup software images. Continue? [Y/N]:y Add images to slot 6. Decompressing file s7500e-cmw710-boot-test.bin to flash:/s7500e-cmw710-boot-test.bin...done. Decompressing file s7500e-cmw710-system-test.bin to flash:/s7500e-cmw710-system-test.bin done. Decompression completed. You are recommended to delete the.ipe file after you set startup software images for all slots. Do you want to delete flash:/s7500e.ipe now? [Y/N]:y The images that have passed all examinations will be used as the main startup software images at the next reboot on slot 6. <Device> boot-loader file boot flash:/s7500e-cmw710-boot-test.bin system flash:/s7500e-cmw710-system-test.bin slot 7 main This command will set the main startup software images. Continue? [Y/N]:y Verifying the file on slot 7...Done. Verifying the file flash:/s7500e-cmw710-system-test.bin on slot 7... The images that have passed all examinations will be used as the main startup software images at the next reboot on slot 7. # Specify the current startup image file as the backup startup image file for both MPUs. This setting ensures that the device can start up if the upgrade file is corrupt or not correct. <Device> boot-loader file boot flash:/s7500e-cmw710-boot-old.bin system flash:/s7500e-cmw710-system-old.bin slot 6 backup This command will set the backup startup software images. Continue? [Y/N]:y Verifying the file flash:/s7500e-cmw710-boot-old.bin on slot 6...Done. Verifying the file flash:/s7500e-cmw710-system-old.bin on slot 6... The images that have passed all examinations will be used as the backup startup so ftware images at the next reboot on slot 6. <Device> boot-loader file boot flash:/s7500e-cmw710-boot-old.bin system flash:/s7500e-cmw710-system-old.bin slot 7 backup This command will set the backup startup software images. Continue? [Y/N]:y Verifying the file flash:/s7500e-cmw710-boot-old.bin on slot 7...Done. Verifying the file flash:/s7500e-cmw710-system-old.bin on slot 7... The images that have passed all examinations will be used as the backup startup so ftware images at the next reboot on slot 7. # Reboot the device. <Device> reboot Verifying the configuration 1. Verify that the software has been upgraded.

11 <Device> display version H3C Comware Software, Version , Alpha 7150 Copyright (c) Hangzhou H3C Tech. Co., Ltd. All rights reserved. H3C S7506 uptime is 0 weeks, 0 days, 12 hours, 6 minutes Last reboot reason : Cold reboot Boot image: Boot image version: , Alpha 7150 Compiled Jul :12:28 System image: flash:/s7500e-cmw710-system-test.bin System image version: , Alpha 7150 Compiled Jul :12: More Verify that the software images on the MPUs are the same: # Display the current software images and startup software images on the active MPU. <Device> display boot-loader slot 6 Software images on slot 6: Current software images: flash:/s7500e-cmw710-system-test.bin Main startup software images: flash:/s7500e-cmw710-system-test.bin Backup startup software images: flash:/s7500e-cmw710-boot-old.bin flash:/s7500e-cmw710-system-old.bin # Display the current software images and startup software images on the standby MPU. <Device> display boot-loader slot 7 Software images on slot 7: Current software images: flash:/s7500e-cmw710-system-test.bin Main startup software images: flash:/s7500e-cmw710-system-test.bin Backup startup software images: flash:/s7500e-cmw710-boot-old.bin flash:/s7500e-cmw710-system-old.bin Configuration files # interface M-GigabitEthernet0/0/0 port link-mode route ip address #

12 Example: Using the device as an FTP server to upgrade software Network requirements As shown in F i g u r e 5 : Enable the FTP server on the router. Use FTP to upload a software upgrade file from an FTP client to upgrade the devic e. Figure 5 Network diagram Software version used This configuration example was created and verified on S7500E-C M W R Requirements analysis I f you use t h e devic e a s a n FT P se r ve r, yo u must cre a t e a lo c a l use r a c co u n t o n t h e devic e to provide FTP ser vic e. Configuration restrictions and guidelines When you upgrade software, follow these restrictions and guidelines: Make sure the devic e has sufficient storage space for the upgrade file. If the devic e does not have sufficient storage space, delete unused files by using the delete /unreserved file-url command. Save the configuration b e fo re the upgrade for the configuration to su r vive a reboot. If the devic e has two MPUs, you must upgrade both MPUs for the devic e to operate correctly. You must set the file transfer mode to binary. Configuration procedures 1. Configure the FTP server: # Assign an IP address to M-GigabitEthernet 0/0/0. <Device> system-view [Device] interface M-GigabitEthernet0/0/0 [Device-M-GigabitEthernet0/0/0] ip address [Device-M-GigabitEthernet0/0/0] quit # Add a local user account. Set the username to abc and the password to [Device] local-user abc [Device-luser-abc] password simple # Assign the network-admin user role to the user account. [Device-luser-abc] authorization-attribute user-role network-admin # Remove the default network-operator user role. [Device-luser-abc] undo authorization-attribute user-role network-operator # Assign FTP service to the user account.

13 [Device-luser-abc] service-type ftp [Device-luser-abc] quit # Enable the FTP server. [Device] ftp server enable [Device] quit # Save the configuration. <Device> save The current configuration will be written to the device. Are you sure? [Y/N]:y Please input the file name(*.cfg)[flash:/startup.cfg] (To leave the existing filename unchanged, press the enter key): flash:/startup.cfg exists, overwrite? [Y/N]:y Validating file. Please wait... Saved the current configuration to mainboard device successfully. Slot 7 Cpu 0: Save next configuration file successfully. 2. Configure the FTP client: # Assign the IP address /24 to the FTP client. Make sure the FTP client can reach the device. (Details not shown.) # Use the username abc and the password to log in to the FTP server. C:\Documents and Settings\Administrator> ftp Connected to FTP service ready. User ( :(none)): abc 331 Password required for abc. Password: 230 User logged in. # Access the directory that contains the upgrade file. ftp> lcd E:\ Local directory now E:\ # Set the file transfer mode to binary. ftp> binary 200 TYPE is now 8-bit binary # Transfer the upgrade file to the root directory of the storage medium on the FTP server. ftp> put s7500e.ipe 200 PORT command successful 150 Connecting to port File successfully transferred ftp: sent in 1.05Seconds Kbytes/sec. # Verify that the image file is saved on the FTP server. ftp> ls s7500e.ipe 200 PORT command successful 150 Connecting to port 3391 s7500e.ipe matches total ftp: 24 bytes received in 0.00Seconds Kbytes/sec. # Close the FTP connection.

14 ftp> bye 3. Upgrade the device: # Identify MPUs on the device. <Device> display device Slot No. Brd Type Brd Status Subslot Sft Ver Patch Ver 0 L S Q M 3 M P U B 0 M a s t e r 0 S7500E-7150 None 1 LSQM3MPUB0 Standby 0 S7500E-7150 None 2 L S Q 1 G P 4 8 E B N o r m a l 0 S7500E-7150 None 3 N O N E A b s e n t 0 N O N E None 4 N O N E A b s e n t 0 N O N E None 5 N O N E A b s e n t 0 N O N E None 6 N O N E A b s e n t 0 N O N E None 7 N O N E A b s e n t 0 N O N E None The output shows that the device has two MPUs: one active MPU in slot 6 and one standby MPU in slot 7. You must upgrade both MPUs. # Specify the upgrade file as the main startup image file for both MPUs. <Device> boot-loader file flash:/s7500e.ipe slot 6 main Verifying the file flash:/s7500e.ipe on slot Done. H3C s7506 images in IPE: s7500e-cmw710-boot-test.bin s7500e-cmw710-system-test.bin This command will set the main startup software images. Continue? [Y/N]:y Add images to slot 6. Decompressing file s7500e-cmw710-boot-test.bin to flash:/s7500e-cmw710-boot-test.bin...done. Decompressing file s7500e-cmw710-system-test.bin to flash:/s7500e-cmw710-system -test.bin done. Decompression completed. You are recommended to delete the.ipe file after you set startup software image s for all slots. Do you want to delete flash:/s7500e.ipe now? [Y/N]:y The images that have passed all examinations will be used as the main startup so ftware images at the next reboot on slot 6. <Device> boot-loader file boot flash:/s7500e-cmw710-boot-test.bin system flash:/s7500e-cmw710-system-test.bin slot 7 main This command will set the main startup software images. Continue? [Y/N]:y Verifying the file on slot 7...Done. Verifying the file flash:/s7500e-cmw710-system-test.bin on slot 7... The images that have passed all examinations will be used as the main startup so ftware images at the next reboot on slot 7. # Specify the current startup image file as the backup startup image file for both MPUs. This setting ensures that the device can start up if the upgrade file is corrupt or not correct.

15 <Device> boot-loader file boot flash:/s7500e-cmw710-boot-old.bin system flash:/s7500e-cmw710-system-old.bin slot 6 backup This command will set the backup startup software images. Continue? [Y/N]:y Verifying the file flash:/s7500e-cmw710-boot-old.bin on slot 6...Done. Verifying the file flash:/s7500e-cmw710-system-old.bin on slot 6... The images that have passed all examinations will be used as the backup startup so ftware images at the next reboot on slot 6. <Device> boot-loader file boot flash:/s7500e-cmw710-boot-old.bin system flash:/s7500e-cmw710-system-old.bin slot 7 backup This command will set the backup startup software images. Continue? [Y/N]:y Verifying the file flash:/s7500e-cmw710-boot-old.bin on slot 7...Done. Verifying the file flash:/s7500e-cmw710-system-old.bin on slot 7... The images that have passed all examinations will be used as the backup startup so ftware images at the next reboot on slot 7. # Reboot the device. <Device> reboot Verifying the configuration 1. Verify that the software has been upgraded. <Device> display version H3C Comware Software, Version , Alpha 7150 Copyright (c) Hangzhou H3C Tech. Co., Ltd. All rights reserved. H3C S7506 uptime is 0 weeks, 0 days, 12 hours, 6 minutes Last reboot reason : Cold reboot Boot image: Boot image version: , Alpha 7150 Compiled Jul :12:28 System image: flash:/s7500e-cmw710-system-test.bin System image version: , Alpha 7150 Compiled Jul :12: More Verify that the software images on the MPUs are the same: # Display the current software images and startup software images on the active MPU. <Device> display boot-loader slot 6 Software images on slot 6: Current software images: flash: s7500e-cmw710-system-test.bin Main startup software images: flash: s7500e-cmw710-system-test.bin Backup startup software images: flash:/s7500e-cmw710-boot-old.bin

16 Configuration files # flash: s7500e-cmw710-system-old.bin # Display the current software images and startup software images on the standby MPU. <Device> display boot-loader slot 7 Software images on slot 7: Current software images: flash: s7500e-cmw710-system-test.bin Main startup software images: flash: s7500e-cmw710-system-test.bin Backup startup software images: flash:/s7500e-cmw710-boot-old.bin flash: s7500e-cmw710-system-old.bin interface M-GigabitEthernet0/0/0 # port link-mode bridge ip address local-user abc class manage password hash $h$6$ymvbbwfl/vviwcqu$+cutbycehnztzo5rcxiadpybxywa2omt5tuteh3upcg3fzjxycp5wzbue2goowv i2ya/bk+mnszjzqi5jrducg== # # service-type ftp authorization-attribute user-role network-admin ftp server enable Related documentation H3C S E Switch Series Fundamentals Configuration Guide-Release H3C S E S w i t c h S e r i e s Fundamentals Command Reference-Release

Using the emergency shell 1

Using the emergency shell 1 Contents Using the emergency shell 1 Emergency shell usage guidelines 1 Managing the file systems 1 Obtaining a system image from an FTP/TFTP server 2 Configuring the management Ethernet interface 2 Checking

More information

HP FlexFabric 12900E Switch Series

HP FlexFabric 12900E Switch Series HP FlexFabric 12900E Switch Series Software Upgrade Guide Part number: 5998-8368 Document version: 6W100-20150930 Legal and notice information Copyright 2015 Hewlett-Packard Development Company, L.P. No

More information

Software Upgrade Guide

Software Upgrade Guide Contents Software Upgrade Guide 1 Files used for upgrade 1 Upgrade methods 1 Upgrade from the CLI 2 Upgrading a standalone switch 2 Upgrading an IRF fabric 7 Upgrade from the BootWare menu 13 BootWare

More information

Upgrading software. Router software overview. Software upgrade configuration task list

Upgrading software. Router software overview. Software upgrade configuration task list Contents Upgrading software 1 Router software overview 1 Software upgrade configuration task list 1 Upgrading system software from BootWare menu 2 BootWare main menu 2 BootWare submenus 3 Using TFTP/FTP

More information

H3C S7500E Switch Series Troubleshooting Guide

H3C S7500E Switch Series Troubleshooting Guide H3C S7500E Switch Series Troubleshooting Guide Copyright 2016 Hangzhou H3C Technologies Co., Ltd. All rights reserved. part of this manual may be reproduced or transmitted in any form or by any means without

More information

H3C SR6600 Routers DVPN Configuration Example

H3C SR6600 Routers DVPN Configuration Example H3C SR6600 Routers DVPN Configuration Example Keywords: DVPN, VPN, VAM, AAA, IPsec, GRE Abstract: This document describes the DVPN configuration example for the H3C SR6600 Routers Series. Acronyms: Acronym

More information

Device management commands 1

Device management commands 1 Contents Device management commands 1 clock datetime 1 clock protocol 2 clock summer-time 2 clock timezone 4 command 5 copyright-info enable 6 display alarm 7 display asset-info 8 display clock 10 display

More information

Emergency shell commands 1

Emergency shell commands 1 Contents Emergency shell commands 1 copy 1 delete 1 dir 2 display copyright 4 display install package 4 display interface m-eth0 5 display ip routing-table 7 display ipv6 routing-table 7 display version

More information

H3C S10500 IP Unnumbered Configuration Examples

H3C S10500 IP Unnumbered Configuration Examples H3C S10500 IP Unnumbered Configuration Examples Copyright 2015 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means

More information

H3C S10500 Switch Series Troubleshooting Guide

H3C S10500 Switch Series Troubleshooting Guide H3C S10500 Switch Series Troubleshooting Guide Copyright 2016 Hangzhou H3C Technologies Co., Ltd. All rights reserved. part of this manual may be reproduced or transmitted in any form or by any means without

More information

Contents. TFTP configuration commands 29 display tftp client configuration 29 tftp-server acl 29 tftp 30 tftp client source 32 tftp ipv6 33

Contents. TFTP configuration commands 29 display tftp client configuration 29 tftp-server acl 29 tftp 30 tftp client source 32 tftp ipv6 33 Contents FTP configuration commands 1 FTP server configuration commands 1 display ftp-server 1 display ftp-user 2 free ftp user 3 ftp server acl 3 ftp server enable 4 ftp timeout 5 ftp update 5 FTP client

More information

Contents. FTP commands 1

Contents. FTP commands 1 Contents FTP commands 1 FTP server commands 1 display ftp-server 1 display ftp-user 1 free ftp user 2 free ftp user-ip 3 free ftp user-ip ipv6 3 ftp server acl 4 ftp server dscp 5 ftp server enable 5 ftp

More information

Login management commands

Login management commands Contents Login management commands 1 CLI login configuration commands 1 display telnet client configuration 1 telnet 1 telnet ipv6 2 telnet server enable 3 User interface configuration commands 3 acl (user

More information

Upgrading or Downgrading the Cisco Nexus 3500 Series NX-OS Software

Upgrading or Downgrading the Cisco Nexus 3500 Series NX-OS Software Upgrading or Downgrading the Cisco Nexus 3500 Series NX-OS Software This chapter describes how to upgrade or downgrade the Cisco NX-OS software. It contains the following sections: About the Software Image,

More information

H3C Firewall and UTM Devices L2TP VPN Virtual Firewall Configuration Examples (Comware V5)

H3C Firewall and UTM Devices L2TP VPN Virtual Firewall Configuration Examples (Comware V5) H3C Firewall and UTM Devices L2TP VPN Virtual Firewall Configuration Examples (Comware V5) Copyright 2015 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced

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

HPE MSR954P_MSR958-CMW710-R0408P05 Release Notes

HPE MSR954P_MSR958-CMW710-R0408P05 Release Notes HPE MSR954P_MSR958-CMW710-R0408P05 Release Notes The information in this document is subject to change without notice. Copyright [First Year] 2015, [Current Year]2016 Hewlett Packard Enterprise Development

More information

How to upgrade HP 5130 switch Comware firmware via FTP Maher Saad, Chestnut Residence, University of Toronto

How to upgrade HP 5130 switch Comware firmware via FTP Maher Saad, Chestnut Residence, University of Toronto How to upgrade HP 5130 switch Comware firmware via FTP Maher Saad, Chestnut Residence, University of Toronto Disclaimer The author of this document shall not carry responsibility for any damage to the

More information

H3C S12500 sflow Configuration Examples

H3C S12500 sflow Configuration Examples H3C S12500 sflow Configuration Examples Copyright 2013 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means without

More information

Table of Contents 1 FTP and SFTP Configuration TFTP Configuration 2-1

Table of Contents 1 FTP and SFTP Configuration TFTP Configuration 2-1 Table of Contents 1 FTP and SFTP Configuration 1-1 Introduction to FTP and SFTP 1-1 Introduction to FTP 1-1 Introduction to SFTP 1-1 FTP Configuration 1-2 FTP Configuration: A Switch Operating as an FTP

More information

HP MSR Routers Troubleshooting Guide (Comware V7)

HP MSR Routers Troubleshooting Guide (Comware V7) HP MSR Routers Troubleshooting Guide (Comware V7) H3C MSR1000 Router Series H3C MSR2000 Router Series H3C MSR3000 Router Series H3C MSR4000 Router Series Software version: MSR-CMW710-R0106 Document version:

More information

Operation Manual System Management. Table of Contents

Operation Manual System Management. Table of Contents Table of Contents Table of Contents Chapter 1 File System Management... 1-1 1.1 File System Configuration... 1-1 1.1.1 File System Overview... 1-1 1.1.2 Directory... 1-1 1.1.3 File... 1-2 1.1.4 Storage

More information

HP A5120 EI Switch Series IRF. Command Reference. Abstract

HP A5120 EI Switch Series IRF. Command Reference. Abstract HP A5120 EI Switch Series IRF Command Reference Abstract This document describes the commands and command syntax options available for the HP A Series products. This document is intended for network planners,

More information

FACULTY OF ENGINEERING. Lab Experiment

FACULTY OF ENGINEERING. Lab Experiment FACULTY OF ENGINEERING ECE2056 Data Communications and Networking Lab Experiment DCN1: Network Setup and Study Using Routers Last revised: 20-11- 2015 Revised by: GVT Learning Outcome: Pre- Requisite:

More information

H3C S12500 Unauthorized DHCP Server Detection Configuration Examples

H3C S12500 Unauthorized DHCP Server Detection Configuration Examples H3C S12500 Unauthorized DHCP Server Detection Configuration Examples Copyright 2013 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any

More information

Table of Contents. 1 TFTP Configuration Commands 1-1 TFTP Client Configuration Commands 1-1 tftp-server acl 1-1 tftp 1-2 tftp ipv6 1-3

Table of Contents. 1 TFTP Configuration Commands 1-1 TFTP Client Configuration Commands 1-1 tftp-server acl 1-1 tftp 1-2 tftp ipv6 1-3 Table of Contents 1 TFTP Configuration Commands 1-1 TFTP Client Configuration Commands 1-1 tftp-server acl 1-1 tftp 1-2 tftp ipv6 1-3 i 1 TFTP Configuration Commands TFTP Client Configuration Commands

More information

HP 1620 Gigabit Ethernet Switch Series CMW520-R1103 Release Notes

HP 1620 Gigabit Ethernet Switch Series CMW520-R1103 Release Notes HP 1620 Gigabit Ethernet Switch Series CMW520-R1103 Release Notes Copyright 2014 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only

More information

HP 7500-CMW710-R7169P01 Release Notes

HP 7500-CMW710-R7169P01 Release Notes HP 7500-CMW710-R7169P01 Release Notes Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products

More information

Flash Size : 128MB CPLD Version : 002. PCB Version : Ver.B Mac Address : 4001C67AA1C0

Flash Size : 128MB CPLD Version : 002. PCB Version : Ver.B Mac Address : 4001C67AA1C0 Flash Size CPLD Version : 128MB : 002 Starting to get the main application file--flash:/s2900-cmw520-r1101p09.bin!...... The main application file is self-decompressing.........done! System is starting...

More information

HP 5820X & 5800 Switch Series IRF. Command Reference. Abstract

HP 5820X & 5800 Switch Series IRF. Command Reference. Abstract HP 5820X & 5800 Switch Series IRF Command Reference Abstract This document describes the commands and command syntax options available for the HP 5820X & 5800 Series products. This document is intended

More information

H3C WA Series WLAN Access Points. Fundamentals Command Reference

H3C WA Series WLAN Access Points. Fundamentals Command Reference H3C WA Series WLAN Access Points Fundamentals Command Reference Abstract This document details the commands for the WA series WLAN access points. Intended audience includes network planners, field technical

More information

Contents. TFTP configuration commands 28 display tftp client configuration 28 tftp-server acl 28 tftp 29 tftp client source 30 tftp ipv6 31

Contents. TFTP configuration commands 28 display tftp client configuration 28 tftp-server acl 28 tftp 29 tftp client source 30 tftp ipv6 31 Contents FTP configuration commands 1 FTP server configuration commands 1 display ftp-server 1 display ftp-user 2 free ftp user 3 ftp server acl 3 ftp server enable 4 ftp timeout 4 ftp update 5 FTP client

More information

H3C S7500E-X OSPF Configuration Examples

H3C S7500E-X OSPF Configuration Examples H3C S7500E-X OSPF Configuration Examples Copyright 2015 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means without

More information

The term "router" in this document refers to both routers and Layer 3 switches. Step Command Remarks. ipv6 host hostname ipv6-address

The term router in this document refers to both routers and Layer 3 switches. Step Command Remarks. ipv6 host hostname ipv6-address Contents Configuring IPv6 DNS 1 Overview 1 Configuring the IPv6 DNS client 1 Configuring static domain name resolution 1 Configuring dynamic domain name resolution 1 Displaying and maintaining IPv6 DNS

More information

H3C License Server. Installation Guide. Hangzhou H3C Technologies Co., Ltd. Document version: 5W

H3C License Server. Installation Guide. Hangzhou H3C Technologies Co., Ltd.   Document version: 5W H3C License Server Installation Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document version: 5W201-20151123 Copyright 2015, Hangzhou H3C Technologies Co., Ltd. and its licensors All rights

More information

HPE 5510HI-CMW710-R1111P01 Release Notes

HPE 5510HI-CMW710-R1111P01 Release Notes HPE 5510HI-CMW710-R1111P01 Release Notes Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HPE products

More information

File system management commands 1

File system management commands 1 Contents File system management commands 1 cd 1 copy 3 delete 5 dir 7 fdisk 9 file prompt 11 fixdisk 11 format 12 gunzip 12 gzip 13 md5sum 14 mkdir 14 more 15 mount 16 move 17 pwd 18 rename 18 reset recycle-bin

More information

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

Table of Contents 1 Commands for Access Controller Switch Interface Board 1-1

Table of Contents 1 Commands for Access Controller Switch Interface Board 1-1 Table of Contents 1 Commands for Access Controller Switch Interface Board 1-1 Commands for Access Controller and Access Controller Switch Interface Board 1-1 acl (user interface view) 1-1 activation-key

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

Working with Configuration Files

Working with Configuration Files This chapter contains the following sections: Finding Feature Information, page 1 Information About Configuration Files, page 1 Licensing Requirements for Configuration Files, page 2 Managing Configuration

More information

H3C S5830V2 & S5820V2 Switch Series

H3C S5830V2 & S5820V2 Switch Series H3C S5830V2 & S5820V2 Switch Series Security Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: Release2108 Document version: 6W101-20120531 Copyright 2012, Hangzhou

More information

HP 5120 SI Switch Series

HP 5120 SI Switch Series HP 5120 SI Switch Series Network Management and Monitoring Configuration Guide Part number: 5998-1813 Software version: Release 1505 Document version: 6W102-20121111 Legal and notice information Copyright

More information

HP 10500/ G Unified Wired-WLAN Module Release Notes (CMW520-R2308P26)

HP 10500/ G Unified Wired-WLAN Module Release Notes (CMW520-R2308P26) HP 10500/7500 20G Unified Wired-WLAN Module Release Notes (CMW520-R2308P26) Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

More information

SecBlade Firewall Cards NAT Configuration Examples

SecBlade Firewall Cards NAT Configuration Examples SecBlade Firewall Cards NAT Configuration Examples Keywords: NAT, PAT, private IP address, public IP address, IP address pool Abstract: This document describes the characteristics, applications scenarios,

More information

H3C Intrusion Prevention System. Command Reference. Hangzhou H3C Technologies Co., Ltd. Document Version: 5PW

H3C Intrusion Prevention System. Command Reference. Hangzhou H3C Technologies Co., Ltd.   Document Version: 5PW H3C Intrusion Prevention System Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document Version: 5PW103-20101027 Copyright 2008-2010, Hangzhou H3C Technologies Co., Ltd. and its

More information

H3C S12500 VLAN Configuration examples

H3C S12500 VLAN Configuration examples H3C S12500 VLAN Configuration examples Copyright 2014 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means without

More information

Configuring IPv6 DNS. Introduction to IPv6 DNS. Configuring the IPv6 DNS client. Configuring static domain name resolution

Configuring IPv6 DNS. Introduction to IPv6 DNS. Configuring the IPv6 DNS client. Configuring static domain name resolution Contents Configuring IPv6 DNS 2 Introduction to IPv6 DNS 2 Configuring the IPv6 DNS client 2 Configuring static domain name resolution 2 Configuring dynamic domain name resolution 2 Displaying and maintaining

More information

HP HSR6600/HSR6800 Routers. Troubleshooting Guide (V7)

HP HSR6600/HSR6800 Routers. Troubleshooting Guide (V7) HP HSR6600/HSR6800 Routers Troubleshooting Guide (V7) Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties

More information

Table of Contents 1 System Maintaining and Debugging 1-1

Table of Contents 1 System Maintaining and Debugging 1-1 Table of Contents 1 System Maintaining and Debugging 1-1 System Maintaining and Debugging 1-1 Ping 1-1 Introduction 1-1 Configuring Ping 1-1 Ping Configuration Example 1-2 Tracert 1-4 Introduction 1-4

More information

Performing Maintenance Operations

Performing Maintenance Operations This chapter describes how to back up and restore Cisco Mobility Services Engine (MSE) data and how to update the MSE software. It also describes other maintenance operations. Guidelines and Limitations,

More information

RWL Tech Note A5500 IRF

RWL Tech Note A5500 IRF A5500 IRF Prepared by Richard Litchfield HP Networking Solution Architect Hewlett-Packard Australia Limited 410 Concord Road Rhodes NSW 2138 Date Prepared: 20-Nov-10 Document Information Document Version

More information

4G WiFi M2M Router (NTC-140W Series) Firmware Upgrade Guide

4G WiFi M2M Router (NTC-140W Series) Firmware Upgrade Guide 4G WiFi M2M Router (NTC-140W Series) Firmware Upgrade Guide Copyright Copyright 2014 NetComm Wireless Limited. All rights reserved. The information contained herein is proprietary to NetComm Wireless.

More information

HPE 5510HI-CMW710-R1120-US Release Notes

HPE 5510HI-CMW710-R1120-US Release Notes HPE 5510HI-CMW710-R1120-US Release Notes The information in this document is subject to change without notice. Copyright 2015,2016 Hewlett Packard Enterprise Development LP Contents Version information

More information

Table of Contents 1 DNS Configuration 1-1

Table of Contents 1 DNS Configuration 1-1 Table of Contents 1 DNS Configuration 1-1 DNS Overview 1-1 Static Domain Name Resolution 1-1 Dynamic Domain Name Resolution 1-1 Configuring Domain Name Resolution 1-3 Configuring Static Domain Name Resolution

More information

H3C S7500E Series Ethernet Switches. Network Management and Monitoring. Configuration Guide. Hangzhou H3C Technologies Co., Ltd.

H3C S7500E Series Ethernet Switches. Network Management and Monitoring. Configuration Guide. Hangzhou H3C Technologies Co., Ltd. H3C S7500E Series Ethernet Switches Network Management and Monitoring Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document Version: 20100722-C-1.01 Product Version: Release

More information

Table of Contents 1 FTP Configuration Commands TFTP Configuration Commands 2-1

Table of Contents 1 FTP Configuration Commands TFTP Configuration Commands 2-1 Table of Contents 1 FTP Configuration Commands 1-1 FTP Client Configuration Commands 1-1 ascii 1-1 binary 1-2 bye 1-2 cd 1-3 cdup 1-4 close 1-4 debugging 1-5 delete 1-6 dir 1-6 disconnect 1-8 display ftp

More information

H3C BGP Configuration Examples

H3C BGP Configuration Examples H3C BGP Configuration Examples Copyright 2017 New H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means without prior written

More information

HP V1910-CMW520-R1108P01 Release Notes

HP V1910-CMW520-R1108P01 Release Notes HP V1910-CMW520-R1108P01 Release Notes HP V1910 Release Notes Keywords: switch, resolved problems, software upgrading Abstract: This release notes describes the V1910 release with respect to hardware and

More information

Exporting and Importing a Virtual Service Blade

Exporting and Importing a Virtual Service Blade This chapter contains the following sections: Information About, page 1 Guidelines and Limitations for, page 1 Exporting a Virtual Service Blade, page 2 Importing a Virtual Service Blade, page 5 Verifying

More information

Managing the ACE Software

Managing the ACE Software CHAPTER 4 This chapter describes how to manage the software running on the Cisco 4700 Series Application Control Engine (ACE) appliance and contains the following sections: Saving Configuration Files Loading

More information

HP FlexFabric 5700 Switch Series

HP FlexFabric 5700 Switch Series HP FlexFabric 5700 Switch Series IRF Command Reference Part number: 5998-6683 Software version: Release 2416 Document version: 6W100-20150130 Legal and notice information Copyright 2015 Hewlett-Packard

More information

Configuration Examples for Configuration File Management Using SNMP

Configuration Examples for Configuration File Management Using SNMP Configuration Examples for Configuration File Management Using SNMP Keywords: SNMP, NMS, agent, FTP, TFTP, current configuration, configuration file for the next system startup Abstract: Net-SNMP is a

More information

HP 3600 v2 Switch Series

HP 3600 v2 Switch Series HP 3600 v2 Switch Series Fundamentals Command Reference Part number: 5998-7608 Software version: Release 2110P02 Document version: 6W100-20150305 Legal and notice information Copyright 2015 Hewlett-Packard

More information

H3C SecBlade NetStream Card Configuration Examples

H3C SecBlade NetStream Card Configuration Examples H3C SecBlade NetStream Card Configuration Examples Copyright 2012 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any

More information

HP A3100 v2 Switch Series

HP A3100 v2 Switch Series HP A3100 v2 Switch Series Fundamentals Command Reference HP A3100-8 v2 SI Switch (JG221A) HP A3100-16 v2 SI Switch (JG222A) HP A3100-24 v2 SI Switch (JG223A) HP A3100-8 v2 EI Switch (JD318B) HP A3100-16

More information

Overview 1 Preparing for installation 2

Overview 1 Preparing for installation 2 Contents Overview 1 Preparing for installation 2 Network requirements 2 Server requirements 2 Hardware requirements 2 Software requirements 2 Client requirements 2 Pre-installation checklist 3 Installing

More information

IPv6 ND Configuration Example

IPv6 ND Configuration Example IPv6 ND Configuration Example Keywords: IPv6 ND Abstract: This document describes the application environment and typical configuration of IPv6 ND. Acronyms: Acronym Full spelling ARP FIB Address Resolution

More information

H3C S10500 OpenFlow Configuration Examples

H3C S10500 OpenFlow Configuration Examples H3C S10500 OpenFlow Configuration Examples Copyright 2015 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means without

More information

Configure Initial Router Settings on Cisco 4000 Series ISRs

Configure Initial Router Settings on Cisco 4000 Series ISRs Configure Initial Router Settings on Cisco 4000 Series ISRs This chapter describes how to perform the initial configuration on Cisco 4000 Series Integrated Services Routers (ISRs). It contains the following

More information

HP 3600 v2 Switch Series

HP 3600 v2 Switch Series HP 3600 v2 Switch Series Fundamentals Command Reference Part number: 5998-2359 Software version: Release 2101 Document version: 6W101-20130930 Legal and notice information Copyright 2013 Hewlett-Packard

More information

H3C SecPath UTM Series. Configuration Examples. Hangzhou H3C Technologies Co., Ltd. Manual Version: 5W

H3C SecPath UTM Series. Configuration Examples. Hangzhou H3C Technologies Co., Ltd.  Manual Version: 5W H3C SecPath UTM Series Configuration Examples Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Manual Version: 5W101-20100520 Copyright 2009-2010, Hangzhou H3C Technologies Co., Ltd. and its licensors

More information

Table of Contents Chapter 1 IP Addressing Configuration

Table of Contents Chapter 1 IP Addressing Configuration Table of Contents Table of Contents... 1-1 1.1 IP Addressing Overview... 1-1 1.1.1 IP Address Classes... 1-1 1.1.2 Special Case IP Addresses... 1-2 1.1.3 Subnetting and Masking... 1-3 1.1.4 IP Unnumbered...

More information

Configuration Import/Export

Configuration Import/Export About, on page 1 Exporting an FXOS Configuration File, on page 2 Scheduling Automatic Configuration Export, on page 4 Setting a Configuration Export Reminder, on page 5 Importing a Configuration File,

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

MOP for upgrading StoneOS

MOP for upgrading StoneOS MOP for upgrading StoneOS Make a backup of current configurations A. WebUI: Refer to the image below, click tab System menu Configuration File Management, check the box before the Startup configuration

More information

Upgrade 6081RC Firmware

Upgrade 6081RC Firmware 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

More information

Server Utilities. Enabling Or Disabling Smart Access USB. This chapter includes the following sections:

Server Utilities. Enabling Or Disabling Smart Access USB. This chapter includes the following sections: This chapter includes the following sections: Enabling Or Disabling Smart Access USB, page 1 Exporting Technical Support Data, page 3 Exporting Technical Support Data to Front Panel USB Device, page 5

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

HP 5130-POE-143 Release Notes

HP 5130-POE-143 Release Notes HP 5130-POE-143 Release Notes Copyright 2015 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services

More information

H3C S12500 Series Routing Switches

H3C S12500 Series Routing Switches H3C S12500 Series Routing Switches Security Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: S12500-CMW710-R7128 Document version: 6W710-20121130 Copyright 2012,

More information

H3C S9500E Series Routing Switches

H3C S9500E Series Routing Switches H3C S9500E Series Routing Switches IRF Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: S9500E-CMW520-R1725 Document version: 6W170-20111118 Copyright 2011,

More information

HPE FlexNetwork 5130 HI Switch Series Troubleshooting Guide

HPE FlexNetwork 5130 HI Switch Series Troubleshooting Guide HPE FlexNetwork 5130 HI Switch Series Troubleshooting Guide Part number: 5200-0013 Document version: 6W100-20160129 The information in this document is subject to change without notice. Copyright 2016

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

H3C SR6600/SR6600-X Routers

H3C SR6600/SR6600-X Routers H3C SR6600/SR6600-X Routers Network Management and Monitoring Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: SR6600X-CMW520-R3103 SR6602-CMW520-R3103 SR6602X_MCP-CMW520-R3103

More information

SecBlade Firewall Cards Stateful Failover Configuration Examples

SecBlade Firewall Cards Stateful Failover Configuration Examples SecBlade Firewall Cards Stateful Failover Configuration Examples Keywords: Stateful failover, active/standby mode, active/active mode, data synchronization, traffic switchover Abstract: A network that

More information

Configuration Import/Export

Configuration Import/Export About, on page 1 Exporting an FXOS Configuration File, on page 2 Scheduling Automatic Configuration Export, on page 3 Setting a Configuration Export Reminder, on page 4 Importing a Configuration File,

More information

Assigning the Switch IP Address and Default Gateway

Assigning the Switch IP Address and Default Gateway CHAPTER 4 Assigning the Switch IP Address and Default Gateway This chapter describes how to create the initial switch configuration (for example, assigning the switch IP address and default gateway information)

More information

H3C SecPath Series Firewalls and UTM Devices

H3C SecPath Series Firewalls and UTM Devices H3C SecPath Series Firewalls and UTM Devices High Availability Command Reference Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Software version: F100 series: ESS 5132 F1000-A-EI: Feature 3722

More information

Table of Contents 1 FTP Configuration Commands TFTP Configuration Commands 2-1

Table of Contents 1 FTP Configuration Commands TFTP Configuration Commands 2-1 Table of Contents 1 FTP Configuration Commands 1-1 FTP Server Configuration Commands 1-1 display ftp-server 1-1 display ftp-user 1-2 free ftp user 1-3 ftp server acl 1-3 ftp server enable 1-4 ftp timeout

More information

Table of Contents Chapter 1 Configuration File Management Commands

Table of Contents Chapter 1 Configuration File Management Commands Table of Contents Table of Contents... 1-1 1.1.1 display current-configuration... 1-1 1.1.2 display saved-configuration... 1-6 1.1.3 display this... 1-7 1.1.4 display startup... 1-8 1.1.5 reset saved-configuration...

More information

H3C S10500 Attack Protection Configuration Examples

H3C S10500 Attack Protection Configuration Examples H3C S10500 Attack Protection Configuration Examples Copyright 2015 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any

More information

HP Load Balancing Module

HP Load Balancing Module HP Load Balancing Module System Maintenance Configuration Guide Part number: 5998-4221 Software version: Feature 3221 Document version: 6PW100-20130326 Legal and notice information Copyright 2013 Hewlett-Packard

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

Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2

Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2 Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2 The Cisco Network Analysis Module (NAM) is an integrated module that enables network managers

More information

Assigning the Switch IP Address and Default Gateway

Assigning the Switch IP Address and Default Gateway CHAPTER 3 Assigning the Switch IP Address and Default Gateway This chapter describes how to create the initial switch configuration (for example, assigning the IP address and default gateway information)

More information

Table of Contents 1 Basic Configuration Commands 1-1

Table of Contents 1 Basic Configuration Commands 1-1 Table of Contents 1 Basic Configuration Commands 1-1 Basic Configuration Commands 1-1 clock datetime 1-1 clock summer-time one-off 1-2 clock summer-time repeating 1-3 clock timezone 1-4 command-privilege

More information

RPR+ on Cisco 7500 Series Routers

RPR+ on Cisco 7500 Series Routers RPR+ on Cisco 7500 Series Routers Feature History 12.0(19)ST1 12.0(22)S 12.2(14)S This feature was introduced. This feature was integrated into Cisco IOS Release 12.0(22)S. This feature was integrated

More information

H3C SecBlade SSL VPN Card

H3C SecBlade SSL VPN Card H3C SecBlade SSL VPN Card Super Administrator Web Configuration Guide Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Document version: 5PW105-20130801 Copyright 2003-2013, Hangzhou H3C Technologies

More information

HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine

HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine HP 830 Series PoE+ Unified Wired-WLAN Switch Switching Engine Network Management and Monitoring Configuration Guide Part number: 5998-3936 Software version: 3308P26 Document version: 6W101-20130628 Legal

More information