6、Verify the configuration.
# View detailed information about Cellular0/0/0. The following command output shows that when traffic is transmitted on the interface, the physical status and link layer protocol status of the interface are both Up, and the interface dynamically obtains IP address 20.1.1.2/24.
[Router] display interface Cellular 0/0/0
Cellular0/0/0 current state : UP
Line protocol current state : UP
Last line protocol up time : 2014-05-18 16:45
Description:HUAWEI, AR Series, Cellular0/0/0 Interface
Route Port,The Maximum Transmit Unit is 1500, Hold timer is 10(sec)
Internet Address is negotiated, 20.1.1.2/32
Link layer protocol is PPP
LCP opened, IPCP opened
Last physical up time : 2014-05-18 16:45
Last physical down time : 2014-05-18 16:45
Current system time: 2014-05-18 16:45
Modem State: Present
Last 300 seconds input rate 3 bytes/sec 24 bits/sec 0 packets/sec
Last 300 seconds output rate 0 bytes/sec 0 bits/sec 0 packets/sec
Input: 121082 packets, 112644324 bytes
Unicast: 110160, Ununicast: 10922
Output: 134960 packets, 11718497 bytes
Unicast: 124053, Ununicast: 10907
Input bandwidth utilization : 0.01%
Output bandwidth utilization : 0%
# View information about all call sessions on the LTE data card. The following command output shows that the APN is LTENET, the network type is Automatic, and the network connection mode is LTE(LTE).
[Router] display Cellular 0/0/0 all
Modem State:
Hardware Information.
=====================
Model = MU609
Modem Firmware Version = 12.105.29.00.00
Hardware Version = MD1MU609M01
Integrate circuit card identity (ICCID) = 98681011274300909893
International Mobile Subscriber Identity (IMSI) = 460016002731442
International Mobile Equipment Identity (IMEI) = 861230010006485
Factory Serial Number (FSN) = T2Y01A9211900298
Modem Status = Online
Profile Information.
====================
Profile 1 = ACTIVE
--------
PDP Type = IPv4, Header Compression = OFF
Data Compression = OFF
Access Point Name (APN) = LTENET
Packet Session Status = Active
* - Default profile
Network Information.
====================
Current Service Status = Service available
Current Service = Combined
Packet Service = Attached
Packet Session Status = Active
Current Roaming Status = Home
Network Selection Mode = Automatic
Network Connection Mode = Automatic
Current Network Connection = LTE(LTE)
Mobile Country Code (MCC) = 460
Mobile Network Code (MNC) = 01
Mobile Operator Information = "CHN-CULTE"
Cell ID = 55924
Upstream Bandwidth = 50mbps
Downstream Bandwidth = 100mbps
Radio Information.
==================
Current Band = AUTO
Current RSSI = -55 dBm
Modem Security Information.
===========================
PIN Verification = Disabled
PIN Status = Ready
Number of Retries remaining = 3
SIM Status = OK
# The WLANs with SSIDs station-wlan1 and station-wlan2 are available for STAs connected to the Fat AP. After associated with the WLANs, the user can enter the correct user name and password on the Portal authentication page. After the authentication is complete, the user can access the Internet.
Configuration Files
- Configuration file of the Router
· #
· sysname Router
· #
· dns resolve
· dns proxy enable
· #
· vlan batch 100 to 101
· #
· domain isp1
· #
· dhcp enable
· #
· nginx enable
· #
· radius-server template rd1
· radius-server shared-key cipher %^%#9T`|L}K(4#J3k=+I8SiJrsM:RO[iy@Uuc:LTQJ,1%^%#
· radius-server authentication 202.10.10.1 1812 weight 80
· radius-server accounting 202.10.10.1 1813 weight 80
· #
· acl number 3002
· rule 5 permit ip source 192.168.100.0 0.0.0.255
· rule 10 permit ip source 192.168.101.0 0.0.0.255
· #
· web-auth-server server_abc
· server-ip 192.168.3.2
· port 50100
· url http://192.168.3.2
· #
· ip pool 4gpool1
· gateway-list 192.168.100.1
· network 192.168.100.0 mask 255.255.255.0
· dns-list 192.168.100.1
· #
· ip pool 4gpool2
· gateway-list 192.168.101.1
· network 192.168.101.0 mask 255.255.255.0
· dns-list 192.168.101.1
· #
· aaa
· authentication-scheme abc
· authentication-mode radius
· accounting-scheme abc
· accounting-mode radius
· domain isp1
· authentication-scheme abc
· accounting-scheme abc
· radius-server rd1
· #
· interface Vlanif100
· ip address 192.168.100.1 255.255.255.0
· web-auth-server server_abc direct
· dhcp select global
· #
· interface Vlanif101
· ip address 192.168.101.1 255.255.255.0
· web-auth-server server_abc direct
· dhcp select global
· #
· interface Ethernet0/0/0
· ip address 192.168.3.1 255.255.255.0
· #
· interface Wlan-Bss1
· port hybrid tagged vlan 100
· web-authentication first-mac
· permit-domain name isp1
· force-domain name isp1
· #
· interface Wlan-Bss2
· port hybrid tagged vlan 101
· web-authentication first-mac
· permit-domain name isp1
· force-domain name isp1
· #
· interface Cellular0/0/0
· dialer enable-circular
· dialer-group 1
· apn-profile lteprofile
· dialer number *99#
· nat outbound 3002
· ip address negotiate
· #
· dialer-rule
· dialer-rule 1 ip permit
· #
· apn profile lteprofile
· user name lteuser password cipher %@%@i8c,AX_*~%M<"L*0b5%0,0b2%@%@ authenticati
· on-mode auto
· apn LTENET
· #
· ip route-static 0.0.0.0 0.0.0.0 Cellular0/0/0
· #
· wlan
· wmm-profile name wmmf id 0
· wmm-profile name wmm-1 id 1
· traffic-profile name traf id 0
· traffic-profile name traffic-1 id 1
· security-profile name secf id 0
· security-profile name security-1 id 1
· service-set name station-wlan1 id 1
· Wlan-Bss 1
· ssid station-wlan1
· traffic-profile id 1
· security-profile id 1
· service-set name station-wlan2 id 2
· Wlan-Bss 2
· ssid station-wlan2
· traffic-profile id 1
· security-profile id 1
· radio-profile name radiof id 0
· wmm-profile id 0
· radio-profile name radio-1 id 1
· wmm-profile id 1
· radio-profile name radio-2 id 2
· wmm-profile id 1
· #
· interface Wlan-Radio0/0/0
· radio-profile id 1
· service-set id 1 wlan 1
· #
· interface Wlan-Radio0/0/1
· radio-profile id 2
· service-set id 2 wlan 1
· #
return