11-无线4G配置指导
本章节下载: 11-无线4G配置指导 (251.20 KB)
H3C SecPath F1000-ServerBlade 服务器安全智能模块不支持此功能。
4G(4rd-Generation,第三代移动通信技术),是指支持高速数据传输的蜂窝移动通讯技术。4G服务能够同时传送声音及数据信息,速率一般在几百kbps以上。4G是指将无线通信与国际互联网等多媒体通信结合的新一代移动通信系统,目前主要有WCDMA、EVDO、TD-SCDMA及WiMAX几种标准,而在中国,联通主要使用的是WCDMA技术、电信主要使用的是EVDO技术、而中国移动主要是用的是TD-SCDMA技术;在这几种标准中,WCDMA上下行速率最高,EVDO次之,TD-SCDMA最差。
设备主要支持主流厂商(华为和中兴)的USB 4G卡,其中确认支持的4G卡型号有:
· 中国联通E1750、E261、MF637U。
· 中国电信EC1260、EC1261、EC189、EC122、EC169C、AC581、AC2746。
4G接口配置有如下限制:
· 4G接口名称为“cell4G0”
· 4G接口不能配置IP地址、速率、双工、自协商
· 4G接口不能加入到桥、汇聚接口等
· 4G接口不能创建子接口
· 4G接口只可以被路由、NAT、策略、防攻击引用
设备使用4G链路接入Internet,组网如图1-1所示。
图1-1 4G作为主链路接入网络组网模式
· 设备上LAN接口使用DHCP为内网的PC分配私网IP地址。
· 设备上4G接口启用NAT功能,对访问Internet的流量进行源地址转换。
· 设备上启用DNS代理功能,将PC发送的DNS解析请求转发向真正的DNS服务器,保证下挂PC能够通过域名方式访问Internet。
利用4G无线接口作为有线链路的备份链路也是一种重要的应用模式,由于无线通信不受场地的限制同时安装方便,因此非常合适作为有线链路的补充,特别是对于场所不固定或且有移动通信的场合最为合适。如图1-2所示。
图1-2 4G作为备份链路接入网络组网模式
· 在主链路故障时设备可以快速将链路切换到4G无线链路,以保证正常的网络通信。
· 当主链路恢复正常时,设备将链路重新切换到主链路。
· 设备需要支持端到端链路检测的备份机制,确保设备正确检测到主链路到中心节点的链路状况,以便能够实现链路的正确切换。
设备通过4G接入Internet,4G接口动态获取IP地址,并且与总部网关设备建立IPSec隧道。如图1-3所示。
图1-3 通过4G接口建立IPSEC隧道组网模式
· 企业分支内的PC可以直接访问企业总部内部网络,同时使用IPSec隧道保护企业分支访问企业总部内网的流量。
· 4G接口启用NAT功能,对访问Internet的流量进行NAT转换,使企业分支内网PC可以同时访问Internet和通过IPSec隧道访问企业总部内网。
按表1-1所示步骤配置启用4G:
表1-1 配置启用4G
操作 |
命令 |
说明 |
进入配置视图 |
system-view |
— |
进入4G接口视图 |
interface cell4G0 |
— |
配置在线方式 |
dialer mode {always-online | demand} |
必选 缺省情况下,为demand模式 |
配置在线时长 |
demand idle-disconnect timetime |
必选 缺省情况下,在线时长为10分钟 |
配置接入方式 |
access-type {apn|vpdn} |
必选 缺省情况下,是apn方式 |
配置拨号串 |
dialer stringstring |
可选 |
配置PPP认证用户名 |
auth usernameusername |
可选 |
配置PPP认证密码 |
auth passwordpassword |
可选 |
在完成上述配置后,在任意视图下执行display命令,可以显示设备上4G的配置情况。
表1-2 4G显示和维护
操作 |
命令 |
显示4G配置 |
display interface cell4G0 |
· 需要一款可以连接到互联网的4G卡,并且设备支持该款4G卡。
· 设备启用DHCP Server,可以给内网PC分配IP地址。
· 设备启用DNS,可以解析内网PC的DNS请求。
图1-4 4G常在线方式组网图
(1) 按照组网图组网。
(2) 设备配置。
#设备配置DNS。
host# system-view
host(config)# dns enable
host(config)# dns server 8.8.8.8 8.8.4.4
host(config)# exit
#配置接口为DHCP Server。
host# system-view
host(config)# interface ge1
host(config-ge1)#dhcpserver enable
host(config-ge1)# end
#配置DHCP Server。
host# system-view
host(config)# dhcp
host(config-dhcp)#share-net ge1 subnet 1.1.1.0/24
host(config-dhcp)#share-net ge1 gateway 1.1.1.1
host(config-dhcp)#share-net ge1 dns 202.99.16.1
host(config-dhcp)#share-net ge1 1.1.1.10 1.1.1.250 infinite
host(config-dhcp)# end
#配置4G。
host(config-dhcp)#interface cell4G0
host(config-cell4G0)#dialer mode always-online
host(config)# ip route 0.0.0.0/0 cell4G0
host(config)# ipnat source cell4G0 any anyany interface
host(config)# policy default-action permit
配置完成后,当PC获取到DHCP Server分配的IP地址后,在PC打开浏览器,访问www.baidu.com,可正常上网浏览网页。
· 需要一款可以连接到互联网的4G卡,并且设备支持该款4G卡。
· 设备启用DHCP Server,可以给内网PC分配IP地址。
· 设备启用DNS,可以解析内网PC的DNS请求。
· 内网有流量需求,触发设备4G拨号上网。
图1-5 4G按需方式组网图
(1) 按照组网图组网。
(2) 设备配置。
#设备配置DNS。
host# system-view
host(config)# dns enable
host(config)# dns server 8.8.8.8 8.8.4.4
host(config)# exit
#配置接口为DHCP Server。
host# system-view
host(config)# interface ge1
host(config-ge1)#dhcpserver enable
host(config-ge1)# end
#配置DHCP Server。
host# system-view
host(config)# dhcp
host(config-dhcp)# share-net ge1 subnet 1.1.1.0/24
host(config-dhcp)# share-net ge1 gateway 1.1.1.1
host(config-dhcp)# share-net ge1 dns 202.99.16.1
host(config-dhcp)# share-net ge1 1.1.1.10 1.1.1.250 infinite
host(config-dhcp)# end
#配置4G。
host# system-view
host(config)# interface cell4G0
host(config-cell4G0)# dialer mode demand
host(config-cell4G0)#demand idle-disconnect time 60
host(config)# ip route 0.0.0.0/0 cell4G0 10
host(config)# ipnat source cell4G0 any anyany interface
host(config)# policy default-action permit
(1) 配置完成后,当PC获取到DHCP Server分配的IP地址后,在PC打开浏览器,访问www.baidu.com,设备开始拨号,拨号成功后,内网PC可正常上网浏览网页。
(2) 当时间达到1分钟没有流量产生时,设备的4G口自动掉线。
不同款型规格的资料略有差异, 详细信息请向具体销售和400咨询。H3C保留在没有任何通知或提示的情况下对资料内容进行修改的权利!