admin管理员组

文章数量:1535133

2024年1月27日发(作者:)

H3C 5320 FIT AP 转换成FAT AP 及配置方法

第一部分:将fit ap 转换成fat ap

1. 下载AP升级包

去h3c官网下载 H3C使用游客账号以合作伙伴方式登录 。账号名yx800

密码是01230123

2. 搭建tftp 环境

在要升级的AP上配置VLAN1 接口地址和 电脑的地址在同一个段,电脑和AP接到同一个poe交换机上。

3. 升级应用程序文件

在命令行的用户视图下,执行tftp get命令从TFTP服务器上下载应用程序文件到AP上并保存为名为的文件:

tftp 192.168.200.55 get

already exists. Overwrite it? [Y/N]:y

Press CTRL+C to abort.

% Total % Received % Xferd Average Speed Time Time Time Current

Dload Upload Total Spent Left Speed

100 35.0M 100 35.0M 0 0 516k 0 0:01:09 0:01:09 --:--:-- 597k

Done.

在命令行的用户视图下,执行boot-loader命令将下载的应用程序文件设置为主启动文件:

boot-loader file flash:/ main

Verifying the file flash:/ on Done.

H3C WA5530 images in IPE:

This command will set the main startup software images. Continue? [Y/N]:y

Add images to the device.

File flash:/ already exists on the device.

File flash:/ already exists on the device.

Overwrite the existing files? [Y/N]:y

Decompressing file to flash:/....Done.

Decompressing file to

flash:/.............Done.

Verifying the file flash:/ on Done.

Verifying the file flash:/ on Done.

The images that have passed all examinations will be used as the main startup so

ftware images at the next reboot on the device.

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:/ now? [Y/N]:y

重启FAT AP,重启后可以使用display version命令查看FAT AP的版本,确认已经升级成功。 升级完成后自动升级boot固件

第二部分:配置POE交换机及AP,选择AP1作为nat服务器和dhcp服务器。

POE交换机配置:

配置交换机web管理

local-user admin class manage

password simple

service-type http

authorization-attribute user-role level-3

authorization-attribute user-role network-admin

VLAN 300 400

接上级交换机/路由器接口

Int g1/0/2

Port access vlan 300

接AP1 端口

Int g1/0/1

Port link-type trunk

Port trunk permit vlan 400 300

使用AP1 做路由模式进行nat

互联网

Vlan 300

interface Vlan-interface300

ip address dhcp-alloc

nat outbound

undo dhcp select server

#

内网

Vlan 400

interface Vlan-interface400

ip address 172.17.4.1 255.255.255.0

内网dhcp池

dhcp server ip-pool "vlan 400"

gateway-list 192.168.200.1

network 192.168.200.0 mask 255.255.255.0

address range 192.168.200.50 192.168.200.253

dns-list 61.128.114.133

Int g1/0/1

Port link-type trunk

Port trunk permit vlan 400 300

原理:接上级交换机(路由器口)配成Access 与AP1 接口配成trunk 口,vlan 300作为上级VLAN 通过AP1 nat 转换后使用vlan 400 地址上网,在VLAN400 上配置dhcp池,如果上级交换机分配静态地址,需要在AP1上将VLAN300 接口地址配成上级交换机分配地址,如果上级交换机使用dhcp,则vlan 300 接口使用dhcp

创建无线、关联射频模板、启用dhcp

剩余AP 只需要创建vlan 400 配置接口地址,配置1、2号口为Access VLAN 400

创建无线网络,设置密码,绑定射频即可。

注意,所有AP的ssid 密码设置成一样的,这样才可以漫游。修改配置时必须每个fat-ap 进行修改,不能统一管理。

本文标签: 配置交换机地址升级文件