cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
340
Views
0
Helpful
0
Replies

The profile of EHWIC-3G-HSPA+7 configue problem?

qinchen
Level 1
Level 1

Hi guys,

 

I have the module EHWIC-3G-HSPA+7  in 1921,i configure it with the fllow offical document example:

http://www.cisco.com/c/en/us/td/docs/routers/access/1800/1861/software/feature/guide/mrwls_hspa.html

but is can't work,especially the profile,becase our SP didn't supply the usename and the password only the apn name (ps:i come from china)

what should i do?

cellular unit gsm profile create profile_number apn authentication username password protocol

Example:

Router# cellular 0/0/0 gsm profile create 3 apn.com chap gsm gsmPassword ipv4

boot-start-marker
boot-end-marker
!
!
logging buffered 40960000
enable secret 5 $1$wwof$70v3gEKB78weJrn6M4h9X/
!
aaa new-model
!
!
aaa authentication login default local
!         
!
!
!
!
aaa session-id common
bsd-client server url https://cloudsso.cisco.com/as/token.oauth2
memory-size iomem 15
clock timezone HKT 8 0
!
!
!
!
!
!
!
!
!
!
!
!
!
!
         

!
no ip dhcp use vrf connected
ip dhcp excluded-address 10.214.208.1 10.214.208.99
ip dhcp excluded-address 10.214.208.200 10.214.208.254
ip dhcp excluded-address 10.214.206.1 10.214.206.60
!
ip dhcp pool NESC-ZS-HOUSEWARE
 network 10.214.208.0 255.255.255.0
 default-router 10.214.208.1 
 dns-server 10.214.9.7 114.114.114.114 
 lease 0 3
!
ip dhcp pool NESC-ZS-OFFICE
 network 10.214.206.0 255.255.255.0
 default-router 10.214.206.1 
 dns-server 10.214.9.7 114.114.114.114 
 lease 0 3
!
!
!
ip cef
no ipv6 cef
multilink bundle-name authenticated
!
!
chat-script hspa "" "AT!SCACT=1,1" TIMEOUT 60 "OK"
cts logging verbose
!
!
license udi pid CISCO1921/K9 sn FGL161420ND
!
!
username david privilege 15 secret 5 $1$OsfY$bbKZHGrclvRYAjVU6oCbh1
username nesc privilege 15 secret 5 $1$tGt3$YanlMLdUHN0xQDZmj9Hnw/
!
redundancy
!
!
controller Cellular 0/1
!
!
class-map match-all CN2-Lotusnotes
 match access-group 148
class-map match-all CN2-AS400_GRE
 match access-group 158
!
policy-map CN2-MarkQos
 class CN2-AS400_GRE
  bandwidth percent 50 
  set ip precedence 3
 class CN2-Lotusnotes
  bandwidth percent 25 
  set ip precedence 2
 class class-default
  set ip precedence 1
  fair-queue
  random-detect
!
!
!
!
!
interface Tunnel1160101
 description NTT IP-VPN GRE To HKDC1 512K
 bandwidth 100000
 ip address 10.174.116.1 255.255.255.252
 ip tcp adjust-mss 1430
 delay 200
 qos pre-classify
 keepalive 10 3
 tunnel source GigabitEthernet0/1
 tunnel destination 10.174.170.1
!
interface Tunnel1160201
 description NTT IP-VPN GRE To HKDC2 512K
 bandwidth 100000
 ip address 10.174.116.5 255.255.255.252
 ip tcp adjust-mss 1430
 delay 300
 qos pre-classify
 keepalive 10 3
 tunnel source GigabitEthernet0/1
 tunnel destination 10.174.170.5
!
interface Tunnel1160701
 description NTT IP-VPN GRE To GZDC2 512K
 bandwidth 100000
 ip address 10.174.116.9 255.255.255.252
 ip tcp adjust-mss 1430
 delay 360
 qos pre-classify
 keepalive 10 3
 tunnel source GigabitEthernet0/1
 tunnel destination 10.174.170.9
!
interface Tunnel1161101
 description NTT IP-VPN GRE To GZDC1 2M
 bandwidth 100000
 ip address 10.174.116.13 255.255.255.252
 ip tcp adjust-mss 1430
 delay 90
 qos pre-classify
 keepalive 10 3
 tunnel source Serial0/0/0
 tunnel destination 10.214.180.49
!
interface Embedded-Service-Engine0/0
 no ip address
 shutdown
!
interface GigabitEthernet0/0
 no ip address
 ip flow ingress
 duplex full
 speed auto
!
interface GigabitEthernet0/0.200
 encapsulation dot1Q 200
 ip address 10.214.208.1 255.255.255.0
!
interface GigabitEthernet0/0.201
 encapsulation dot1Q 201
 ip address 10.214.206.1 255.255.255.0
!
interface GigabitEthernet0/1
 description "NTT IP-VPN NE-Yonghe CN2 512K"
 bandwidth 512
 ip address 10.214.108.237 255.255.255.252
 ip flow ingress
 duplex full
 speed 100
 service-policy output CN2-MarkQos
!
interface Serial0/0/0
 description "DDN 2M --> GZDC"
 bandwidth 2048
 ip address 10.214.180.50 255.255.255.252
 ip flow ingress
 encapsulation ppp
 shutdown
 serial restart-delay 0
 clock rate 2000000
 service-policy output CN2-MarkQos
!
interface Cellular0/1/0
 ip address negotiated
 encapsulation slip
 dialer in-band
 dialer string hspa
 dialer-group 1
 async mode interactive
!
interface Cellular0/1/1
 ip address negotiated
 encapsulation slip
 dialer in-band
 dialer string hspa
 dialer-group 1
 async mode interactive
!         
!
router eigrp 1
 distribute-list prefix ToCN2 out Tunnel1160101
 distribute-list prefix FromCN2 in Tunnel1160101
 distribute-list prefix ToCN2 out Tunnel1160201
 distribute-list prefix FromCN2 in Tunnel1160201
 distribute-list prefix ToCN2 out Tunnel1160701
 distribute-list prefix FromCN2 in Tunnel1160701
 distribute-list prefix ToCN2 out Tunnel1161101
 distribute-list prefix FromCN2 in Tunnel1161101
 network 10.174.116.0 0.0.0.3
 network 10.174.116.4 0.0.0.3
 network 10.174.116.8 0.0.0.3
 network 10.174.116.12 0.0.0.3
 network 10.214.108.236 0.0.0.3
 network 10.214.208.0 0.0.0.255
 redistribute connected
 no eigrp log-neighbor-changes
!
ip forward-protocol nd
!
ip http server
no ip http secure-server
ip flow-export version 9
ip flow-export destination 10.218.16.16 2056
!
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/1 10.214.108.238
ip route 10.174.170.0 255.255.255.128 10.174.170.150
ip route 10.174.170.128 255.255.255.192 10.174.170.150
!
!
ip prefix-list FromCN2 seq 5 deny 10.174.170.0/25 le 32
ip prefix-list FromCN2 seq 10 deny 10.174.170.128/26 le 32
ip prefix-list FromCN2 seq 100 permit 0.0.0.0/0 le 32
!
ip prefix-list ToCN2 seq 5 deny 10.174.170.0/25 le 32
ip prefix-list ToCN2 seq 10 deny 10.174.170.128/26 le 32
ip prefix-list ToCN2 seq 100 permit 0.0.0.0/0 le 32
dialer-list 1 protocol ip permit
!
!
snmp-server community public RW
access-list 101 permit tcp any any eq www
access-list 101 permit tcp any eq www any
access-list 102 permit tcp any any eq ftp
access-list 102 permit tcp any eq ftp any
access-list 148 permit tcp any any eq 1352
access-list 148 permit tcp any eq 1352 any
access-list 148 permit gre any any
access-list 158 permit tcp any any eq telnet
access-list 158 permit tcp any eq telnet any
!
!
!
control-plane
!
!
!
line con 0
 exec-timeout 0 0
 password 7 12170004110A08092325
 script dialer hspa
line aux 0
 exec-timeout 0 0
 script dialer hspa
 modem InOut
 transport input all
line 2
 no activation-character
 no exec
 transport preferred none
 transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh
 stopbits 1
line 0/1/0 0/1/1
 exec-timeout 0 0
 script dialer hspa
 modem InOut
line vty 0 4
 password 7 0505031C224D4A04100B
 transport input all
 transport output all
!
scheduler allocate 20000 1000
ntp server 10.218.0.20
!
end

 

 

 

ESC-ZS-R1921#show cellular 0/1/0 all
Hardware Information
====================
Modem Firmware Version = 
Modem Firmware built = 
Hardware Version = 
International Mobile Subscriber Identity (IMSI) = 
International Mobile Equipment Identity (IMEI) = 
Integrated Circuit Card ID (ICCID) = 
Mobile Subscriber Integrated Services
Digital Network-Number (MSISDN) = 
Factory Serial Number (FSN) = 
Modem Status = Offline
Current Modem Temperature = 0 deg C, State = Normal
PRI SKU ID = 0, SKU Rev. = 0.0

Profile Information
====================
Profile password Encryption level: 7


  * - Default profile

Data Connection Information
===========================
Data Transmitted = 0 bytes, Received = 0 bytes
Profile 1, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 2, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 3, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 4, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 5, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 6, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 7, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 8, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 9, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 10, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 11, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 12, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 13, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 14, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 15, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown
Profile 16, Packet Session Status = INACTIVE
        Inactivity Reason = Unknown

Network Information
===================
Current Service Status = Normal, Service Error = None
Current Service = Circuit Switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Country = , Network = 
Mobile Country Code (MCC) = 0
Mobile Network Code (MNC) = 0
Location Area Code (LAC) = 0
Routing Area Code (RAC) = 0
Cell ID = 0
Primary Scrambling Code = 0
PLMN Selection = Automatic
Registered PLMN =  , Abbreviated = 
Service Provider =

Radio Information
=================
Radio power mode = OFF, Reason = Unknown
Current Band = None, Channel Number = 0
Current RSSI = -0 dBm
Current ECIO = -0 dBm
Band Selected = not selected due to invalid band mask

Modem Security Information
==========================
Card Holder Verification (CHV1) = Disabled
SIM Status = Unknown
SIM User Operation Required = None
Number of CHV1 Retries remaining = 0

GPS Information
==========================
          
GPS Info
-------------
GPS State: GPS disabled

SMS Information
===============
SMS Service is not available
Number of outgoing SMS pending = 0

Error Information
=================


Modem Crashdump Information
===========================
Modem crashdump logging: off

 

 

 

anyone can help?

 

0 Replies 0
Review Cisco Networking products for a $25 gift card