h3c msr 930 wlan配置

news/2024/11/13 12:10:22/

dis cellular-ethernet 2/0 all  //查看4G信号 RSSI -60至-70dbm信号高 rssi灯常亮  -70dbm以下 灯闪烁(信号中低)灯灭(无信号)
int cellular-ethernet 2/0    //设置访问点(APN)
profile create 1 static cmnet authentication-mode pap 

------------------------------------------------------------------------

[H3C]dis cu

第一步:NAT配置
#
domain system   
 ip pool 1 192.168.1.2 192.168.1.254
#
dhcp server ip-pool 1
 network 192.168.1.0 mask 255.255.255.0
 gateway-list 192.168.1.1
#
interface Vlan-interface1
 ip address 192.168.1.1 255.255.255.0
#

第二步:wlan配置
wlan service-template 1 crypto
 ssid CMCC-wlan
 cipher-suite ccmp
 security-ie rsn
 service-template enable
#
interface WLAN-BSS31
 port link-type hybrid
 port hybrid vlan 1 untagged
 port-security port-mode psk
 port-security tx-key-type 11key
 port-security preshared-key pass-phrase cipher 12345678
#               
interface WLAN-Radio3/0
 service-template 1 interface wlan-bss 31

第三步:4G拨号配置
#
interface Cellular-Ethernet2/0
 ip address cellular-allocated
 dialer enable-circular
 dialer-group 1
 dialer timer idle 0
 dialer timer autodial 5
 dialer number *99# autodial
 nat outbound
 nat server 1 protocol tcp global current-interface 8000 inside 192.168.1.2 8000
#
 ip route-static 0.0.0.0 0.0.0.0 Cellular-Ethernet2/0
#

http://www.ppmy.cn/news/178972.html

相关文章

stm32f103vet6-PWM驱动SG90舵机

SG90舵机 1.sg90舵机工作原理控制应用引脚 2.PWM3.资源代码4. 成果演示5. 工程获取 1.sg90 舵机 在机器人机电控制系统中,舵机控制效果是性能的重要影响因素。 舵机可以在微机电系统和航模中作为基本的输出执行机构,其简单的控制和输出使得单片机系统非…

NWD(2022)

A Normalized Gaussian Wasserstein Distance for Tiny Object Detection Abstract 检测微小物体是一个非常具有挑战性的问题,因为微小物体仅包含几个像素大小。我们证明,由于缺乏外观信息,最先进的检测器无法在微小物体上产生令人满意的结…

磊科nw336 linux驱动程序,Ubuntu 10.04 安装磊科nw336驱动 rtl8188su rtl8192su

Ubuntu 10.04 安装磊科nw336驱动 rtl8188su rtl8192su 1、下载rtl8712_8188_8191_8192SU_usb_linux_v2.6.0006.20100202.zip 相关文件下载地址在Linux公社的1号FTP服务器里,下载地址: 在 2011年LinuxIDC.com\8月\磊科NW330 Linux下驱动安装记 2、执行命令…

Web3 库

文章目录 Web3.py1. 安装2. 使用2.1 连接2.2 查询余额2.3 查询 ERC-20 Token2.4 转账2.4 转账 ERC20的Token2.5 访问合约 Web3.py API文档:https://web3py.readthedocs.io/en/stable/index.html 1. 安装 注意安装时如果出错,可能需要先安装c pip ins…

华为商业级AC6005+AP3030DN无线WIFI组网

网络隔离之多SSID测试 如同交换机中的VLAN一样,对于积极部署无线网络的商业用户来说,AP同样需要提供网络隔离能力,以保证网络的基本安全。其中对于中小型企业来说,通常会设有行政、技术、销售、财务等诸多部门,且每个部…

磊科nw336 linux驱动程序,磊科NW336 V2驱动

磊科netcore NW336 V2无线网卡驱动是磊科官方针对该型号无线网卡推出的驱动程序,主要用于解决网卡无法被电脑识别或者不能正常连接网络等问题,安装驱动后,用户就可以使用无线网卡进行上网了,小编提供了驱动下载,需要的…

ESP32超详细学习记录:wifi配网,AP配网,浏览器配网,无线配网

不想了解代码实现,可直接到代码部分copy!ESP32亲测可用。 使用设备ESP32开发板(ESP32-WROOM-32) 搜了好多别人写的资料,很多都是copycopy,也没有什么解释。啪,代码放在那里,自己看…

HarmoneyOS入门--下载与安装DevEco Studio运行helloworld

下载与安装DevEco Studio 在HarmonyOS应用开发学习之前,需要进行一些准备工作,首先需要完成开发工具DevEco Studio的下载与安装以及环境配置。 下载DevEco Studio 下载完成后,双击下载的“deveco-studio-xxxx.exe”,进入DevEco S…