Cisco 819 i.c.m. KPN

Pagina: 1
Acties:

Acties:
  • 0 Henk 'm!

  • Bart0n
  • Registratie: Oktober 2007
  • Laatst online: 18-06 05:53
Goedemiddag,

Ik probeer mijn 4G sim werkend te krijgen op mijn Cisco 819.
Configuratie:

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
chat-script lte "" "AT!CALL1" TIMEOUT 60 "OK"
!
interface Cellular0
ip address negotiated
no ip unreachables
ip nat outside
ip virtual-reassembly in
encapsulation slip
dialer in-band
dialer idle-timeout 0
dialer enable-timeout 60
dialer string lte
dialer-group 1
async mode interactive
routing dynamic
!
dialer-list 1 protocol ip permit
!
line 3
script dialer lte
modem InOut
no exec



Echter krijg ik de hele tijd de melding (met debug chat):
code:
1
2
3
4
5
6
7
8
9
*Aug 6 11:25:01.963: CHAT3: Attempting async line dialer script
*Aug 6 11:25:01.963: CHAT3: Dialing using Modem script: lte & System script: no ne
*Aug 6 11:25:01.963: CHAT3: process started
*Aug 6 11:25:01.963: CHAT3: Asserting DTR
*Aug 6 11:25:01.963: CHAT3: Chat script lte started
*Aug 6 11:25:01.963: CHAT3: Sending string: AT!CALL1
*Aug 6 11:25:01.963: CHAT3: Expecting string: OK.....
*Aug 6 11:26:01.963: CHAT3: Timeout expecting: OK
*Aug 6 11:26:01.963: CHAT3: Chat script lte finished, status = Connection timed


Gebruik ik het verkeerde chat script? Of is er iets anders aan de hand?

Als ik de simkaart (KPN) in mijn telefoon doe, kan ik er netjes op internetten.

RSSI is ook goed (-50 dBm).

Acties:
  • 0 Henk 'm!

  • plizz
  • Registratie: Juni 2009
  • Laatst online: 19:09
Hopelijk helpt deze voorbeeld configuratie je:
http://winfred.nl/?p=192

Acties:
  • 0 Henk 'm!

  • Bart0n
  • Registratie: Oktober 2007
  • Laatst online: 18-06 05:53
Plizz, bedankt maar die voorbeeld configuratie heb ik al geprobeerd.
Het lijkt er wel op alsof mijn chat-script niet goed is, maar ik kom deze LTE string toch echter overal op het internet tegen.

Acties:
  • 0 Henk 'm!

  • plizz
  • Registratie: Juni 2009
  • Laatst online: 19:09
Welke model Cisco 819 heb je? Doe eens show inventory commando in CLI.

Acties:
  • 0 Henk 'm!

  • Bart0n
  • Registratie: Oktober 2007
  • Laatst online: 18-06 05:53
plizz schreef op maandag 08 augustus 2016 @ 20:24:
Welke model Cisco 819 heb je? Doe eens show inventory commando in CLI.
code:
1
2
3
4
5
6
7
8
9
4G-ZS#show inventory
NAME: "C819HG-4G-G-K9", DESCR: "C819HG-4G-G-K9 chassis, Hw Serial#: #########, Hw Revision: 6.0"
PID: C819HG-4G-G-K9    , VID: V01 , SN: #########

NAME: "C819HG4G Mother board on Slot 0", DESCR: "C819HG4G Mother board"
PID: C819HG-4G-G-K9    , VID: V01 , SN: #########

NAME: "Modem 0 on Cellular0", DESCR: "Sierra Wireless MC7710 4G-G"
PID: MC7710            , VID:    , SN:


Kwam ergens ook dit chat script tegen, maar geeft hetzelfde beeld (timed out):
code:
1
chat-script gsm "" "ATDT* 60 "CONNECT"

Acties:
  • 0 Henk 'm!

  • plizz
  • Registratie: Juni 2009
  • Laatst online: 19:09
Bart0n schreef op maandag 08 augustus 2016 @ 21:18:
[...]


code:
1
2
3
4
5
6
7
8
9
4G-ZS#show inventory
NAME: "C819HG-4G-G-K9", DESCR: "C819HG-4G-G-K9 chassis, Hw Serial#: #########, Hw Revision: 6.0"
PID: C819HG-4G-G-K9    , VID: V01 , SN: #########

NAME: "C819HG4G Mother board on Slot 0", DESCR: "C819HG4G Mother board"
PID: C819HG-4G-G-K9    , VID: V01 , SN: #########

NAME: "Modem 0 on Cellular0", DESCR: "Sierra Wireless MC7710 4G-G"
PID: MC7710            , VID:    , SN:


Kwam ergens ook dit chat script tegen, maar geeft hetzelfde beeld (timed out):
code:
1
chat-script gsm "" "ATDT* 60 "CONNECT"
Helaas heb ik geen ervaring. Maar ik probeer mee te denken. Ik zie op internet twee andere chat-script.
code:
1
2
3
chat-script gsm "" "ATDT*99*1#" TIMEOUT 30 "CONNECT"
!
chat-script gsm "" "ATDT*99#" TIMEOUT 60 "CONNECT"

Timeout 60 chat-script heb ik van een Cisco router van KPN waar ooit Hwic-3G heeft gezeten.

Acties:
  • 0 Henk 'm!

  • Bart0n
  • Registratie: Oktober 2007
  • Laatst online: 18-06 05:53
Helaas, beide chat-script geven hetzelfde resultaat.
Heb nu ook even mijn eigen Vodafone sim kaart erin gedaan, maar ook daar komen we niet verder.

Toch ziet het er qua show cell0 all toch goed uit, of zit er ergens anders nog een fout in?

show cell 0 all
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
show cellular 0 all
Hardware Information
====================
Modem Firmware Version = SWI9200X_03.05.19.04ap
Modem Firmware built = 2012/09/17 17:57:14
Hardware Version = 10
International Mobile Subscriber Identity (IMSI) = ***********
International Mobile Equipment Identity (IMEI) = **********
Integrated Circuit Card ID (ICCID) = **********
Mobile Subscriber Integrated Services
Digital Network-Number (MSISDN) =
Current Modem Temperature = 0 deg C
PRI SKU ID = 9901707, PRI version = 01.00

Profile Information
====================

Profile 1 = INACTIVE* **
--------
PDP Type = IPv4
Access Point Name (APN) = live.vodafone.nl
Authentication = CHAP
Username: vodafone
Password: vodafone

  * - Default profile
 ** - LTE attach profile


Configured default profile for active SIM 0 is profile 1.


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

Network Information
===================
Current System Time = Tue Aug 9 11:30:52 2016
Current Service Status = Normal
Current Service = Packet switched
Current Roaming Status = Home
Network Selection Mode = Automatic
Network = voda NL
Mobile Country Code (MCC) = 204
Mobile Network Code (MNC) = 4
Packet switch domain(PS) state = Attached
Registration state(EMM) = Registered
Tracking Area Code (TAC) = 23101
Cell ID = 26414082
Primary Scrambling Code = 65535

Radio Information
=================
Radio power mode = ON
Channel Number = 6300
Current Band = LTE
Current RSSI = -65 dBm
Current RSRP = -89  dBm
Current RSRQ = -8  dB
Current SNR = 17.2  dB
Radio Access Technology(RAT) Preference = LTE
Radio Access Technology(RAT) Selected = LTE

Modem Security Information
==========================
Active SIM = 0
SIM switchover attempts = 0
Card Holder Verification (CHV1) = Disabled
SIM Status = OK
SIM User Operation Required = None
Number of CHV1 Retries remaining = 3



show run
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
show run
Building configuration...

Current configuration : 2638 bytes
!
! Last configuration change at 11:12:15 UTC Tue Aug 9 2016 by LocalAdmin
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 4G
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$qaSs$JxMFfmGvpHhwTLMd8nxbp0
!
no aaa new-model
memory-size iomem 5
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
chat-script lte "" "AT!CALL1" TIMEOUT 20 "OK"
chat-script gsm "" "ATDT*99#" TIMEOUT 60 "CONNECT"
!
!
!
!
!
!
cts logging verbose
!
!
username LocalAdmin privilege 15 secret 5 $1$u/MA$4UYn7sidrQJ2aZiAItyNF1
!
!
!
!
!
controller Cellular 0
 lte sim data-profile 1 attach-profile 1 slot 0
 lte modem link-recovery rssi onset-threshold -110
 lte modem link-recovery monitor-timer 60
 lte modem link-recovery wait-timer 10
 lte modem link-recovery debounce-count 6
!
!
!
!
!
!
!
!
!
!
!
!
interface Cellular0
 ip address negotiated
 no ip unreachables
 ip nat outside
 ip virtual-reassembly in
 encapsulation slip
 load-interval 30
 dialer in-band
 dialer idle-timeout 0
 dialer enable-timeout 60
 dialer string gsm
 dialer-group 1
 no peer default ip address
 async mode interactive
 routing dynamic
!
interface FastEthernet0
 no ip address
!
interface FastEthernet1
 no ip address
!
interface FastEthernet2
 no ip address
!
interface FastEthernet3
 no ip address
!
interface GigabitEthernet0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0
 no ip address
 shutdown
 clock rate 2000000
!
interface Vlan1
 ip address 192.0.200.254 255.255.255.0
 ip nat inside
 ip virtual-reassembly in
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip nat inside source list NAT interface Cellular0 overload
ip route 0.0.0.0 0.0.0.0 Cellular0
!
ip access-list extended NAT
 permit ip 192.0.200.0 0.0.0.255 any
!
dialer-list 1 protocol ip permit
!
!
control-plane
!
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
!
!
!
!
!
!
line con 0
 no modem enable
line aux 0
line 2
 no activation-character
 no exec
 transport preferred none
 transport input all
 stopbits 1
line 3
 script dialer gsm
 modem InOut
 no exec
 transport input all
 transport output all
line vty 0 4
 logging synchronous
 login local
 transport input ssh
line vty 5 15
 logging synchronous
 login local
 transport input ssh
!
scheduler allocate 20000 1000
!
!
!
end

Acties:
  • 0 Henk 'm!

  • Kabouterplop01
  • Registratie: Maart 2002
  • Laatst online: 17-06 08:32

Kabouterplop01

chown -R me base:all

krijg je wel een ip adres?
edit: onzin weggehaald

[ Voor 52% gewijzigd door Kabouterplop01 op 09-08-2016 19:27 ]


Acties:
  • 0 Henk 'm!

  • Bart0n
  • Registratie: Oktober 2007
  • Laatst online: 18-06 05:53
Kabouterplop01 schreef op dinsdag 09 augustus 2016 @ 19:24:
krijg je wel een ip adres?
edit: onzin weggehaald
Nope, als de call niet wil lukken krijg je ook geen IP adres volgens mij.
Pagina: 1