Vous êtes sur la page 1sur 7

Loading the HP qualified switch configuration file

If the FTE driver installation package is executed, then the switch configuration files are packaged with
the FTE
driver and are copied to the following location
• C:\Program Files\Honeywell\ FTEDriver \Switch Configuration\HP 2620
• C:\Program Files\Honeywell\ FTEDriver \Switch Configuration\HP 2530
If you have not installed FTE, access the switch configuration files from the Experion PKS Installation
media at
the Media Drive:\FTEDriver\Switch Configuration location.
The following procedure uses the Xmodem file transfer utility of the Tera Term application to transfer the
correct switch configuration file from the installation media to the switch. After downloading the switch
configuration file, write the configuration back to the switch memory.
You must familiarize with the base configuration files and modify them as necessary before loading them.
Uncomment the lines that contain the following commands and update the IP address and other
parameters to
match the network’s configuration.
1. SNTP parameters
2. Default gateway
3. SNMP parameters
4. IP Address and subnet mask for the switch
5. Time NTP Settings
6. For Top Level set spanning-tree priority 1 for yellow and 2 for green.
Tip
If you are not familiar with Xmodem, read Tera Term’s help and try a transfer before initiating the transfer in the
switch. Read steps 1 through 6 in the following procedure before you begin. This process can also be performed
using the Serial File Transfer function of the Switch Configuration Tool.
1. Login to the switch with the Manager account.
2. Initiate the transfer in the switch using the copy command. Type copy xmodem startup-config.
3. Press ENTER. The following message appears.
HP-2620-24# copy xmodem startup-config
Device may be rebooted, do you want to continue [y/n]?
4. Enter y and press ENTER to confirm the reboot.
5. Press ENTER again.
6. Initiate the transfer in Tera Term and choose the appropriate switch configuration file.
a. From the Tera Term menu bar, select File > Transfer > XMODEM > Send....
b. Select and navigate to the Switch Configuration folder: C:\Program Files (x86)\Honeywell\
FTEDriver \SwitchConfigurationFiles\HP 2620
c. Select 1K option.
d. Select the correct switch configuration file for your particular system and click Open.
7. If there is a problem during the transfer, error messages are displayed, fix the problem with the switch
configuration file, retype the copy xmodem startup-config command, and then press ENTER.
8. Initiate the transfer in Tera Term by repeating step 3 to 6.
9. Reboot the switch and login again.
10. Type the show run command to verify the switch configuration or show config command to view the
configuration loaded.
9 INSTALLING AND REPLACING SWITCHES
119
9.10.5 Configuring HP qualified switch interface options
Perform the following procedures to setup the HP switch IP address and subnet mask, default-gateway,
the
SNTP time service, the SNMP and switch access settings. Establishing an IP address allows you to use
Telnet
and FTP sessions to save and restore configuration options.
The following topics describe how to customize the HP switch by configuring the following options to
ensure
proper integration into the Experion system.
Attention
These procedures are only required if the template is not used to set these parameters or changes are required after
initial configuration with the template.
Related topics
“Configure the IP address and the subnet mask” on page 120
“Configure the default gateway” on page 120
“Configure the time SNTP” on page 121
“Configure the SNMP parameters” on page 121
9.10.5.1 Configure the IP address and the subnet mask
Perform the following section to save the IP address and the subnet mask settings.
To configure the IP address and the subnet mask settings
1 Connect the HP switch using the Tera Term application either with Telnet, SSH, or Serial connection.
2 Login with the Manager account.
3 In the command prompt enter the configuration mode: HP-2620-24# config t and press ENTER.
4 Determine the VLAN interface.
5 Perform the following steps to setup the IP address.
a Type Interface vlan <vlan#> and press ENTER, that is, HP-2620-24(config)#interface vlan 101.
b Type the IP address <IP Address> <Subnet Mask> and press ENTER.
IP Address is the address assigned to the switch and the Subnet Mask is the subnet mask for the network
for example, 10.1.4.234 255.255.0.0.
c Type End and press ENTER.
d Type write memory and press ENTER to save the IP address.
9.10.5.2 Configure the default gateway
Perform the following section to configure the default gateway.
To configure the default gateway
1 Connect the HP switch using the Tera Term application either with Telnet, SSH, or Serial connection.
2 Login with the Manager account.
3 In the command prompt enter the configuration mode: HP-2620-24# config t and press ENTER.
4 Perform the following steps to setup the default gateway.
a Type config t and press ENTER.
b Type the IP address ip default-gateway <IP Address> and press ENTER.
IP address is the address assigned to the default gateway or router on the network, that is 10.1.4.1.
9 INSTALLING AND REPLACING SWITCHES
120 www.honeywell.com
c Type End and press ENTER.
d Type write memory and press ENTER to save the default gateway.
9.10.5.3 Configure the time SNTP
SNTP configuration on the HP switch can be performed either using the CLI or the Switch Setup started
at the
CLI. Perform the following procedure to configure the time SNTP.
To configure the time SNTP
1 Connect the HP switch using the Tera Term application either with Telnet, SSH, or Serial connection.
2 Login with the Manager account.
3 In the command prompt enter the configuration mode: HP-2620-24# config t and press ENTER.
4 Type the following commands after the switch prompt to configure the SNTP for the HP switch or add
commands to the template loaded in “Loading the HP qualified switch configuration file” on page 119.
a Type HP-2620-24(config)# timesync sntp and press ENTER.
b Type HP-2620-24(config)# sntp unicast and press ENTER.
c Type HP-2620-24(config)# sntp server priority 1 <SNTP Primary IP Address> and press ENTER.
d Type HP-2620-24(config)# sntp server priority 2 <SNTP Secondary IP Address> and press ENTER.
e Type HP-2620-24(config)# time timezone <Number of minutes from GMT> and press ENTER to
configure the time SNTP.
9.10.5.4 Configure the SNMP parameters
It is important to only allow read access to any SNMP community to ensure only information about the
switch
is passed along the network and the write commands are not allowed through SNMP. The templates
provided by
default restrict the public SNMP community to read only but any community added should also be setup
as read
only. In addition, the standard traps are automatically configured to go to the public community.
To configure the SNMP parameters
1 Connect the HP switch using the Tera Term application either with Telnet, SSH, or Serial connection.
2 Login with the Manager account.
3 In the command prompt enter the configuration mode: HP-2620-24# config t and press ENTER.
4 Type the following command to add a different SNMP Community other than public.HP-2620-24(config)#
snmp-server community "Community String" restricted and press ENTER.
Community String is the string entered in Experion. The string public is already configured and does not
need to be added.
5 Type the following command to configure the Experion servers, where the EMDB resides for the
Experion
cluster setup to monitor the switch.HP-2620-24(config)# snmp-server host <ip address of Server>
community “Community Name”.
Attention
Repeat the command for each server’s IP address to configure more than one server and to monitor alarms for the
HP switch.
6 Type the following command to configure the Contact and Location information for the HP
switch.HP-2620-24(config)# snmp-server contact "Name and Phone Number" location "Switch
Location".
The Name and Phone Number string is the desired company standard contact information and the
Switch
Location is the desired location designation both of these fields that appear in the Switch Detail display
on
the Experion Station.
7 Type end.
9 INSTALLING AND REPLACING SWITCHES
121
8 Type write memory to save the configuration.
9.10.6 Back up the custom configuration
To back up the custom configuration for the HP qualified switches
1 Login with the Manager account.
2 Type copy startup-config xmodem and press ENTER.
The following message appears.
HP-2620-24# copy startup-config xmodem
Press 'Enter' and start XMODEM on your host...
3 Press Enter and from the Tera Term menu bar, select File > Transfer > XMODEM > Receive....
4 Navigate to the location where the switch backup configuration file is to be located and type in the name
for
the file.
5 Select 1K option and click Open.
6 Verify that the switch configuration is copied. The file can be opened using Wordpad.
9 INSTALLING AND REPLACING SWITCHES
122 www.honeywell.com

9.11 Configuring Huawei switches


Use the procedures in this section to install the switch configuration files to the node, and configure the
Huawei
S2750 / 5700X-LI / 5700P-LI / AR550 switches for FTE using the command line interface of the switch
and the
correct switch startup configuration file.
Related topics
“Initial configuration of the Huawei S2750 / 5700X-LI / 5700P-LI / AR550 switches” on page 123
9.11.1 Initial configuration of the Huawei S2750 / 5700X-LI / 5700P-LI /
AR550 switches
Prerequisites:
• Huawei S2750 / S5700X-LI / S5700P-LI / AR550 network switch.
• Configuration files of applicable Huawei switch.
• Computer installed with Serial Port.
• Serial Console cable.
• Tera Term Software installed on Windows Operating system computer.
• Need to have a FTP server configured to store the Huawei switch configuration files.
Hardware Connection:
1 Connect the console cable serial interface on Tera Term console installed computer COM port.
2 Connect the other RJ45 end of the console cable to Huawei switch Console monitoring network port.
3 Connect the FTP server to Huawei switch using the network cable.
9.11.1.1 Views of Huawei Switch
The Huawei switches has two type of views:
• User view, the prompt will appear in following type < >, this view is mainly used for display.
• System view, the prompt will appear in following type [ ], this view is mainly used to change the
configuration.
9.11.1.2 Initial configuration
Configure the Huawei S2750 / 5700X-LI / 5700P-LI / AR550 switch using a Serial Communication Tool
Tera
Term (Located on Experion PKS Installation DVD) and a baud rate of 9600 connect.
Start a Tera Term session with a serial connection. Tera Term can be installed from the Experion PKS
Installation media by executing the installation package located at \packages\Tera Term\teraterm_4.82.exe.
• Select All Programs > Term Term > Tera Term.
• Select Setup > Serial port from the Tera Term Window. For more details on how to operate Tera Term
Select
Help > Index for details.
Figure 51: Tera Term Window
9 INSTALLING AND REPLACING SWITCHES
123
• Verify or configure the serial port settings:
– Port: (Select COM port COM1 or COM2)
– Bits per second: 9600
– Data bits: 8 bit
– Parity: none
– Stop bits: 1 bit
– Flow control: none
• Click OK.
Do the steps given below to configure the Huawei S2750 / 5700X-LI / 5700P-LI / AR550 switches:
1. Open the Serial terminal window.
2. Connect the serial cable to the RJ45 connection on the front of the switch.
3. Power ON the Huawei S2750 / 5700X-LI / 5700P-LI / AR550 switch.
4. The Tera Term window must start showing the text as shown in the figure below with the initial setup
window.
Note
The software version on the new switch might be different for the first startup. Refer to Flash the Software and
Patch File section for steps to flash the Honeywell qualified software version.
Figure 52: Tera Term, Window – Initial Setup
9 INSTALLING AND REPLACING SWITCHES
124 www.honeywell.com
5. Verify Huawei S2750 / 5700X-LI / 5700P-LI / AR550 switch software versions per the details given
below:
a. For Huawei S2750 switch, observe the Loading flash:/s2750ei-v200r008c00spc500.cc version, if it is
not the v200r008c00spc500.cc, then it has to be updated.
b. For Huawei 5700X-LI switch, observe the Loading flash:/S5700-x-li-v200r009c00spc500.cc version, if
it is not the v200r009c00spc500.cc, then it has to be updated.
c. For Huawei 5700P-LI switch, observe the Loading flash:/S5700-p-li-v200r009c00spc500.cc version, if
it is not the v200r009c00spc500.cc, then it has to be updated.
d. For Huawei AR550 switch, observe the loading flash:/ar550_v200r008c50spc101t.cc version, if it is
not the v200r008c50spc101t.cc, then it has to be updated.
6. Press Enter to get started. Hit Enter key from the keyboard.
Note
• An initial password is required for the first login via the console. Continue to set it? [Y/N].
• On AR550, it will ask the user name and password for the login. The default username is admin and
password is Admin@huawei.
7. Press N and make sure that the message given below appears:
Warning: There is a risk on the user-interface which you login through. Please change the
configuration of the user-interface as soon as possible.
8. <HUAWEI> prompt will appear.
Attention
For Huawei 5700P-LI switch, prompts may show <Quidway> in place of <Huawei>. Once the Honeywell
configuration file is loaded, it will change to Huawei.
9 INSTALLING AND REPLACING SWITCHES
125
9.11.1.3 Changing the Boot ROM Password
Honeywell strongly recommend the user to change the Boot ROM password when they receive the
switch by
following the below steps.
Applicable for S2750 /S5700X-LI / S5700P-LI switch only:
1. Power On the switch and press Ctrl+B to enter BootROM menu.
Figure 53: BIOS Loading Window
2. Type the password as Admin@huawei.com.
3. Type 6 from the option to Enter Password submenu.
Figure 54: BootROM Menu
4. Type 1 to modify BootROM password.
Figure 55: Password SUBMENU
5. Type the old password as Admin@huawei.com.
6. Type the new password and Verify password
7. Type 3 to return main menu
8. Type 8 to reboot.
Applicable for Applicable for AR550 switch only:
1. Power On the switch and press Ctrl+B to enter BootROM menu.
Figure 56: BIOS Loading Window
9 INSTALLING AND REPLACING SWITCHES
126 www.honeywell.com
2. Type the password as Admin@huawei.
Figure 57: Main Menu
3. Type 7 from the option to Enter Password Manager.
Figure 58: PassWord Menu
4. Type 1 from the option to change the boot menu password.
5. Type the old password as Admin@huawei and new password <new password> twice .
6. Type Y to save the password.
7. Type 0 to return main menu.
8. Type 6 to reboot the switch.
9.11.1.4 Configuring the Huawei S2750 / 5700X-LI / 5700P-LI / AR550 Switch IP Address
Make sure that the network connection between the switch to FTP server has been established to upload
the
configuration file on the switch. Follow the below steps to configured the Vlan IP address for the switch:
1. <Huawei>sys to enter the system view.
Enter System view, return user view with Ctrl+Z, message appears.
2. [Huawei]Interface vlanif 1 and Press Enter.
3. [Huawei-Vlanif 1]IP add <configure the IP address of the switch> <Subnet mask>, Press Enter.
Example: [HUAWEI-Vlanif1]ip address 10.3.4.91 255.255.248.0.
9 INSTALLING AND REPLACING SWITCHES
127
4. [Huawei-Vlanif1] dis this and press Enter.
The above command will display the configured IP address.
Example:
#
interface Vlanif1
ip address 10.3.4.91 255.255.248.0
#
5. [Huawei-Vlanif 1] q and press Enter.
The above command is to exit from Vlanif view.
6. [Huawei]q and press Enter.
The above command is to exit from system view.
7. <Huawei> ping <enter the FTP server IP address> and press Enter.
The above command will ping the switch to FTP server.
Note
If you see an IP Conflict message, as shown in the figure below, please ignore.
Figure 59: IP Conflict Message
9.11.1.5 Copying the Configuration file, Software and Patch to Huawei S2750 / 5700X-LI /
5700P-LI / AR550 switches
Prerequisites
You must have the Honeywell configuration file updated with all the details, appropriate VRP and patches
for
the switch, if any in the FTP server.
From the user view, follow the below instruction to copy the configuration file and patch file from the FTP
server to the switch:
1. <Huawei>ftp<ftp server IP address> and Press Enter.
9 INSTALLING AND REPLACING SWITCHES
128 www.honeywell.com
It will ask the user name and password of the FTP server to connect. Enter the credentials.
Example: <Huawei>ftp<ftp server IP address>.
2. [ftp] get<Configuration file name>.
Above command is used to copy the configuration file from FTP server to switch storage.
Example: [ftp] get v101_hw_s2750_24_Y.cfg.
3. [ftp] get <Software version file name>.
Above command is used to copy the patch file from FTP server to switch storage.
Example: [ftp] get s2750ei-v200r008c00spc500.cc.
4. [ftp] get <Patch file name>.
Above command is used to copy the patch file from FTP server to switch storage.
Example: [ftp] get S2750EI-V200R008SPH003.pat.
5. <ftp>q.
Good Bye message appears.
9.11.1.6 Flash the Software and Patch file
Run the following command to flash the software the patch:
Note
Examples given in this section are for Huawei S2750 switch only and this is not applicable for other model Huawei
switches.
1. <Huawei>startup system-software <filename of the software version>.
Above command is used to flash the software version on the switch.
Example:
<HUAWEI> startup system-software S2750EI-V200R008C00SPC500.cc.
Info: Succeeded in setting the software for booting system in the slot 0.
Info: Succeeded in setting the software for booting system.
2. Reboot the switch and login.
3. <Huawei>patch load <filename of the patch> all run..
Above command is used to flash the patch file on the switch.
Example:
Huawei patch load S2750EI-V200R008SPH003.pat all run.
Info: The patch file being loaded. Please wait for a moment.
Info: Succeeded in running the patch on the master board.
Info: Finished loading the patch.
9.11.1.7 Configuring the Startup Configuration
You must set the configuration file for the next reboot of the switch. It can be either the Vlan 1 or Vlan 101
file.
Run the following commands to configure the switch next startup configuration:
9 INSTALLING AND REPLACING SWITCHES
129
Attention
Ensure that the configuration files are modified / updated before loading to the switch.
1. <Huawei>dir*.cfg.
Above command will display all .cfg extension files stored in the switch, note down the configuration file
which you need to configure for the next reboot. See figure below for an example.
Figure 60: Extension Files Stored on the Switch
2. <Huawei>dis startup.
Above command will display the current startup details of the switch. See figure below for an example.
Figure 61: Current Startup Details

Vous aimerez peut-être aussi