实验环境:alteon web switch 交换机 1台。
1、 准备工作
用console线连接PC机串口到alteon web switch交换机管理口
打开超级终端软件设置为以下参数
打开switch电源,按回车键进入如下提示:
输入缺省管理密码:admin
输入 N 跳过初始化配置,直接进入命令行配置界面
2、 更改密码
在主菜单
输入:Main#/cfg 进入配置菜单
输入:>> Configuration#sys进入系统菜单
输入:System# user/admpw 更改系统密码
Changing ADMINISTRATOR password; validation required...
Enter current administrator password:输入当前密码
Enter new administrator password:输入新密码
Re-enter new administrator password:重复密码
System# apply 应用配置
System# save 保存配置
3、 配置VLAN,端口等L2信息。
创建VLAN
进入配置菜单
输入:>>Configuration#vlan (2-1024)进入vlan配置菜单
>> vlan 2# ena (打开vlan 2)
>> vlan 2# add 2 (把端口2加到 vlan 2)
4、 配置IP 接口地址、路由、网关等L3信息。
配置Interface 信息
在配置菜单输入:>>Configuration#ip进入ip选项菜单
输入:>> IP#if 1进入interface配置
输入:
>> IP Interface 1#addr 192.168.0.252
>> IP Interface 1#mask 255.255.255.0
>> IP Interface 1#ena
>> IP Interface 1#..(返回IP配置菜单)
配置路由信息
输入:>> IP#route 进入路由配置
>> IP Static Route#add (添加静态路由记录)
>> IP Static Route#..(返回IP配置菜单)
配置缺省网关
输入:>> IP#gw配置网关信息
>> Default gateway 1#addr 192.168.0.254 (网关地址)
>> Default gateway 1#ena
>> Default gateway 1#apply
>> Default gateway 1#save
5、 升级p_w_picpath系统软件、boot p_w_picpath 、bin文件。
Image 升级步骤
在客户端终端打开TFTP软件
用console连接到alteon L4交换机
备份老版本软件
>> # /cfg/ptcfg
Enter hostname or IPaddress of TFTP server:
Enter name of fileon TFTP server:
升级新版本软件
>> # /boot/gtimg
Enter name of switch software p_w_picpath to be replaced
["p_w_picpath1"|"p_w_picpath2"|"boot"]:boot(升级引导系统)
Enter hostname or IP address of TFTP server:
Enter name of file on TFTP server:
>> # /boot/gtimg
Enter name of switch software p_w_picpath to be replaced
["p_w_picpath1"|"p_w_picpath2"|"boot"]:p_w_picpath1 or p_w_picpath 2(升级软件系统)
Enter hostname or IP address of TFTP server:
Enter name of file on TFTP server:
选择下次启动的p_w_picpath文件(选择刚升级完的p_w_picpath)
>> Boot Options# p_w_picpath
Currently set to use switch software "p_w_picpath1"on next boot.
Specify new p_w_picpath to use["p_w_picpath1"/"p_w_picpath2"]:
>> Boot Options# reset
bin code 升级步骤
1) 打开 Alteonswitch电源。
2)用console线连接PC 到Alteon 交换机。
3) 打开超级终端。
4) 连续按"shift+f" 键。
5) 打开alteonswitch电源连续按"shift+f" 键,直到进入“xmodem”状态。
6) 在超级终端上改变console速率到57600 波特率
7) 在超级终端上选"Transfer"
8) 选择"Sendfile"
9) 在PC机上选“*bin”文件例如 "8049_bin.180e"
10) 在超级终端上改到"xmodem"协议
11) 按"send"
12) 当看到“done”以前不要停止任何下载文件工作
13) 关掉Alteonswitch电源
14)改回console端口速率到 9600
15) 输入“/b/cur” 查看软件版本