[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

5.0

Cisco ASA 5505 to Draytek Vigor 2700 tunnel: IKE failure

Asked by j66st in Virtual Private Networking (VPN), IPSec Security Protocol, Cisco PIX Firewall

Tags: Cisco ASA Draytek VPN tunnel

I want a permanent VPN IPsec tunnel between office and home LANs. And the regular NAT-route to the Internet for both sites.
Office: Cisco ASA 5505 (v8.0), connected to a Thomson Speedtouch DSL modem (bridged)
WAN: 82.X.X.56   LAN: 192.168.1.0/24
Home: Draytek Vigor 2700G VPN-router/DSL-modem
WAN: 82.X.X.48   LAN: 192.168.2.0/24
So far I can't get the tunnel to connect. Looks to me like IKE phase 2 times out. (Getting a QM FSM error EV_TIMEOUT - QM_WAIT_MSG2). See debug log below of an attempt to open the tunnel from the Cisco LAN side by typing the remote address 192.168.2.200 address in the browser.

The Draytek has no command to dump its configuration to a terminal. It has a single VPN LAN-LAN. Direction set to both. PFS is disabled AFAIK, not sure if the Cisco uses it. Tried several lifetime values.

Some help would be much appreciated. I'm an EE-newbie, so excuse me if I did not submit this question in a proper manner.
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:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
243:
244:
245:
246:
247:
248:
249:
250:
251:
252:
253:
254:
255:
256:
257:
258:
259:
260:
261:
262:
263:
264:
265:
266:
267:
268:
269:
270:
271:
272:
273:
274:
275:
276:
277:
278:
279:
280:
281:
282:
283:
284:
285:
286:
287:
288:
289:
290:
291:
292:
293:
294:
295:
296:
297:
298:
299:
300:
301:
302:
303:
304:
305:
306:
307:
308:
309:
310:
311:
312:
313:
314:
315:
316:
317:
318:
319:
320:
321:
322:
323:
324:
325:
326:
327:
328:
329:
330:
331:
332:
333:
334:
335:
336:
337:
338:
339:
340:
341:
342:
343:
344:
345:
346:
347:
348:
349:
350:
351:
352:
353:
354:
355:
356:
357:
358:
359:
360:
361:
362:
363:
364:
365:
366:
367:
368:
369:
370:
371:
372:
373:
374:
375:
376:
377:
378:
379:
380:
381:
382:
383:
384:
385:
386:
387:
388:
389:
390:
391:
392:
393:
394:
395:
396:
397:
398:
399:
400:
401:
402:
403:
404:
405:
406:
407:
408:
409:
410:
411:
412:
413:
414:
415:
416:
417:
418:
419:
420:
421:
422:
423:
424:
425:
426:
427:
428:
429:
430:
431:
432:
433:
434:
435:
436:
437:
438:
439:
440:
441:
442:
443:
444:
445:
446:
447:
448:
449:
450:
451:
452:
453:
454:
455:
456:
457:
458:
459:
460:
461:
462:
463:
464:
465:
466:
467:
468:
469:
Aug 28 2009 15:25:31: %ASA-7-609001: Built local-host outside:192.168.2.200
Aug 28 2009 15:25:31: %ASA-7-609002: Teardown local-host outside:192.168.2.200 duration 0:00:00
Aug 28 2009 15:25:31: %ASA-7-715077: Pitcher: received a key acquire message, spi 0x0
Aug 28 2009 15:25:31: %ASA-5-713041: IP = 82.X.X.56, IKE Initiator: New Phase 1, Intf inside, IKE Peer 82.X.X.56  local Proxy Address 192.168.1.0, remote Proxy Address 192.168.2.0,  Crypto map (outside_map)
Aug 28 2009 15:25:31: %ASA-7-715046: IP = 82.X.X.56, constructing ISAKMP SA payload
Aug 28 2009 15:25:31: %ASA-7-715046: IP = 82.X.X.56, constructing Fragmentation VID + extended capabilities payload
Aug 28 2009 15:25:31: %ASA-7-713236: IP = 82.X.X.56, IKE_DECODE SENDING Message (msgid=0) with payloads : HDR + SA (1) + VENDOR (13) + NONE (0) total length : 96
Aug 28 2009 15:25:31: %ASA-7-609001: Built local-host NP Identity Ifc:82.X.X.48
Aug 28 2009 15:25:31: %ASA-7-609001: Built local-host outside:82.X.X.56
Aug 28 2009 15:25:31: %ASA-7-713236: IP = 82.X.X.56, IKE_DECODE RECEIVED Message (msgid=0) with payloads : HDR + SA (1) + VENDOR (13) + NONE (0) total length : 92
Aug 28 2009 15:25:31: %ASA-7-715047: IP = 82.X.X.56, processing SA payload
Aug 28 2009 15:25:31: %ASA-7-713906: IP = 82.X.X.56, Oakley proposal is acceptable
Aug 28 2009 15:25:31: %ASA-7-715047: IP = 82.X.X.56, processing VID payload
Aug 28 2009 15:25:31: %ASA-7-715049: IP = 82.X.X.56, Received DPD VID
Aug 28 2009 15:25:31: %ASA-7-715046: IP = 82.X.X.56, constructing ke payload
Aug 28 2009 15:25:31: %ASA-7-715046: IP = 82.X.X.56, constructing nonce payload
Aug 28 2009 15:25:31: %ASA-7-715046: IP = 82.X.X.56, constructing Cisco Unity VID payload
Aug 28 2009 15:25:31: %ASA-7-715046: IP = 82.X.X.56, constructing xauth V6 VID payload
Aug 28 2009 15:25:31: %ASA-7-710005: UDP request discarded from 192.168.1.14/137 to inside:192.168.1.255/137
Aug 28 2009 15:25:31: %ASA-7-713236: IP = 82.X.X.56, IKE_DECODE RECEIVED Message (msgid=0) with payloads : HDR + KE (4) + NONCE (10) + NONE (0) total length : 180
Aug 28 2009 15:25:31: %ASA-7-715047: IP = 82.X.X.56, processing ke payload
Aug 28 2009 15:25:31: %ASA-7-715047: IP = 82.X.X.56, processing ISA_KE payload
Aug 28 2009 15:25:31: %ASA-7-715047: IP = 82.X.X.56, processing nonce payload
Aug 28 2009 15:25:31: %ASA-7-713906: IP = 82.X.X.56, Connection landed on tunnel_group 82.X.X.56
Aug 28 2009 15:25:31: %ASA-7-713906: Group = 82.X.X.56, IP = 82.X.X.56, Generating keys for Initiator...
Aug 28 2009 15:25:31: %ASA-7-715046: Group = 82.X.X.56, IP = 82.X.X.56, constructing ID payload
Aug 28 2009 15:25:31: %ASA-7-715046: Group = 82.X.X.56, IP = 82.X.X.56, constructing hash payload
Aug 28 2009 15:25:31: %ASA-7-715076: Group = 82.X.X.56, IP = 82.X.X.56, Computing hash for ISAKMP
Aug 28 2009 15:25:31: %ASA-7-713236: IP = 82.X.X.56, IKE_DECODE RECEIVED Message (msgid=0) with payloads : HDR + ID (5) + HASH (8) + NOTIFY (11) + NONE (0) total length : 92
Aug 28 2009 15:25:31: %ASA-7-715047: Group = 82.X.X.56, IP = 82.X.X.56, processing ID payload
Aug 28 2009 15:25:31: %ASA-7-714011: Group = 82.X.X.56, IP = 82.X.X.56, ID_IPV4_ADDR ID received
                                                                                                    82.X.X.56
Aug 28 2009 15:25:31: %ASA-7-715047: Group = 82.X.X.56, IP = 82.X.X.56, processing hash payload
Aug 28 2009 15:25:31: %ASA-7-715076: Group = 82.X.X.56, IP = 82.X.X.56, Computing hash for ISAKMP
Aug 28 2009 15:25:31: %ASA-7-715047: Group = 82.X.X.56, IP = 82.X.X.56, processing notify payload
Aug 28 2009 15:25:31: %ASA-7-713906: IP = 82.X.X.56, Connection landed on tunnel_group 82.X.X.56
Aug 28 2009 15:25:31: %ASA-4-713903: Group = 82.X.X.56, IP = 82.X.X.56, Freeing previously allocated memory for authorization-dn-attributes
Aug 28 2009 15:25:31: %ASA-6-113009: AAA retrieved default group policy (DfltGrpPolicy) for user = 82.X.X.56
Aug 28 2009 15:25:31: %ASA-7-713906: Group = 82.X.X.56, IP = 82.X.X.56, Oakley begin quick mode
Aug 28 2009 15:25:31: %ASA-7-714002: Group = 82.X.X.56, IP = 82.X.X.56, IKE Initiator starting QM: msg id = 7cd21e66
Aug 28 2009 15:25:31: %ASA-3-713119: Group = 82.X.X.56, IP = 82.X.X.56, PHASE 1 COMPLETED
Aug 28 2009 15:25:31: %ASA-7-713121: IP = 82.X.X.56, Keep-alive type for this connection: DPD
Aug 28 2009 15:25:31: %ASA-7-715006: Group = 82.X.X.56, IP = 82.X.X.56, IKE got SPI from key engine: SPI = 0xeb7f9659
Aug 28 2009 15:25:31: %ASA-7-715006: Group = 82.X.X.56, IP = 82.X.X.56, IKE got SPI from key engine: SPI = 0x1dff14a6
Aug 28 2009 15:25:31: %ASA-7-715006: Group = 82.X.X.56, IP = 82.X.X.56, IKE got SPI from key engine: SPI = 0xb80677fa
Aug 28 2009 15:25:31: %ASA-7-715006: Group = 82.X.X.56, IP = 82.X.X.56, IKE got SPI from key engine: SPI = 0x013a27ca
Aug 28 2009 15:25:31: %ASA-7-715006: Group = 82.X.X.56, IP = 82.X.X.56, IKE got SPI from key engine: SPI = 0xf1afd6e9
Aug 28 2009 15:25:31: %ASA-7-715006: Group = 82.X.X.56, IP = 82.X.X.56, IKE got SPI from key engine: SPI = 0xa77233a3
Aug 28 2009 15:25:31: %ASA-7-715006: Group = 82.X.X.56, IP = 82.X.X.56, IKE got SPI from key engine: SPI = 0x13fd9936
Aug 28 2009 15:25:31: %ASA-7-715006: Group = 82.X.X.56, IP = 82.X.X.56, IKE got SPI from key engine: SPI = 0xf61bd0d2
Aug 28 2009 15:25:31: %ASA-7-715006: Group = 82.X.X.56, IP = 82.X.X.56, IKE got SPI from key engine: SPI = 0xf4cf9c91
Aug 28 2009 15:25:31: %ASA-7-715006: Group = 82.X.X.56, IP = 82.X.X.56, IKE got SPI from key engine: SPI = 0x5e3604e1
Aug 28 2009 15:25:31: %ASA-7-713906: Group = 82.X.X.56, IP = 82.X.X.56, oakley constucting quick mode
Aug 28 2009 15:25:31: %ASA-7-715046: Group = 82.X.X.56, IP = 82.X.X.56, constructing blank hash payload
Aug 28 2009 15:25:31: %ASA-7-715046: Group = 82.X.X.56, IP = 82.X.X.56, constructing IPSec SA payload
Aug 28 2009 15:25:31: %ASA-7-715046: Group = 82.X.X.56, IP = 82.X.X.56, constructing IPSec nonce payload
Aug 28 2009 15:25:31: %ASA-7-715001: Group = 82.X.X.56, IP = 82.X.X.56, constructing proxy ID
Aug 28 2009 15:25:31: %ASA-7-713906: Group = 82.X.X.56, IP = 82.X.X.56, Transmitting Proxy Id:
                                            Local subnet:  192.168.1.0  mask 255.255.255.0 Protocol 0  Port 0
                                            Remote subnet: 192.168.2.0  Mask 255.255.255.0 Protocol 0  Port 0
Aug 28 2009 15:25:31: %ASA-7-714007: Group = 82.X.X.56, IP = 82.X.X.56, IKE Initiator sending Initial Contact
Aug 28 2009 15:26:01: %ASA-7-715036: Group = 82.X.X.56, IP = 82.X.X.56, Sending keep-alive of type DPD R-U-THERE (seq number 0xc24fa5f)
Aug 28 2009 15:26:01: %ASA-7-715046: Group = 82.X.X.56, IP = 82.X.X.56, constructing blank hash payload
Aug 28 2009 15:26:01: %ASA-7-715046: Group = 82.X.X.56, IP = 82.X.X.56, constructing qm hash payload
Aug 28 2009 15:26:01: %ASA-7-713236: IP = 82.X.X.56, IKE_DECODE SENDING Message (msgid=732b2f98) with payloads : HDR + HASH (8) + NOTIFY (11) + NONE (0) total length : 84
Aug 28 2009 15:26:03: %ASA-3-713902: Group = 82.X.X.56, IP = 82.X.X.56, QM FSM error (P2 struct &0xd4b00b60, mess id 0x7cd21e66)!
Aug 28 2009 15:26:03: %ASA-7-715065: Group = 82.X.X.56, IP = 82.X.X.56, IKE QM Initiator FSM error history (struct &0xd4b00b60)  <state>, <event>:  QM_DONE, EV_ERROR-->QM_WAIT_MSG2, EV_TIMEOUT-->QM_WAIT_MSG2, NullEvent-->QM_SND_MSG1, EV_SND_MSG-->QM_SND_MSG1, EV_START_TMR-->QM_SND_MSG1, EV_RESEND_MSG-->QM_WAIT_MSG2, EV_TIMEOUT-->QM_WAIT_MSG2, NullEvent
Aug 28 2009 15:26:03: %ASA-7-713906: Group = 82.X.X.56, IP = 82.X.X.56, sending delete/delete with reason message
Aug 28 2009 15:26:03: %ASA-7-715046: Group = 82.X.X.56, IP = 82.X.X.56, constructing blank hash payload
Aug 28 2009 15:26:03: %ASA-1-713900: Group = 82.X.X.56, IP = 82.X.X.56, construct_ipsec_delete(): No SPI to identify Phase 2 SA!
Aug 28 2009 15:26:03: %ASA-7-715009: Group = 82.X.X.56, IP = 82.X.X.56, IKE Deleting SA: Remote Proxy 192.168.2.0, Local Proxy 192.168.1.0
Aug 28 2009 15:26:03: %ASA-7-715009: Group = 82.X.X.56, IP = 82.X.X.56, IKE Deleting SA: Remote Proxy 192.168.2.0, Local Proxy 192.168.1.0
Aug 28 2009 15:26:03: %ASA-7-715009: Group = 82.X.X.56, IP = 82.X.X.56, IKE Deleting SA: Remote Proxy 192.168.2.0, Local Proxy 192.168.1.0
Aug 28 2009 15:26:03: %ASA-7-715009: Group = 82.X.X.56, IP = 82.X.X.56, IKE Deleting SA: Remote Proxy 192.168.2.0, Local Proxy 192.168.1.0
Aug 28 2009 15:26:03: %ASA-7-715077: Pitcher: received key delete msg, spi 0x5e3604e1
Aug 28 2009 15:26:03: %ASA-7-715077: Pitcher: received key delete msg, spi 0x5e3604e1
Aug 28 2009 15:26:03: %ASA-7-715077: Pitcher: received key delete msg, spi 0x5e3604e1
 
=== packet trace for port 500 ===
11 packets captured
   1: 15:28:26.281067 802.1Q vlan#2 P0 82.X.X.48.500 > 82.X.X.56.500:  udp 96
      ISAKMP Header
        Initiator COOKIE: 94 64 f1 46 ed c3 d7 ae
        Responder COOKIE: 00 00 00 00 00 00 00 00
        Next Payload: Security Association
        Version: 1.0
        Exchange Type: Identity Protection (Main Mode)
        Flags: (none)
        MessageID: 00000000
        Length: 96
        Payload Security Association
          Next Payload: Vendor ID
          Reserved: 00
          Payload Length: 44
          DOI: IPsec
          Situation:(SIT_IDENTITY_ONLY)
          Payload Proposal
            Next Payload: None
            Reserved: 00
            Payload Length: 32
            Proposal #: 1
            Protocol-Id: PROTO_ISAKMP
            SPI Size: 0
            # of transforms: 1
            Payload Transform
              Next Payload: None
              Reserved: 00
              Payload Length: 24
              Transform #: 1
              Transform-Id: KEY_IKE
              Reserved2: 0000
              Group Description: Group 2
              Encryption Algorithm: 3DES-CBC
              Hash Algorithm: SHA1
              Authentication Method: Preshared key
        Payload Vendor ID
          Next Payload: None
          Reserved: 00
          Payload Length: 24
          Data (In Hex): ...
 
   2: 15:28:26.311064 802.1Q vlan#2 P0 82.X.X.56.500 > 82.X.X.48.500:  udp 92
      ISAKMP Header
        Initiator COOKIE: 94 64 f1 46 ed c3 d7 ae
        Responder COOKIE: ff ac 06 b5 6e c4 89 23
        Next Payload: Security Association
        Version: 1.0
        Exchange Type: Identity Protection (Main Mode)
        Flags: (none)
        MessageID: 00000000
        Length: 92
        Payload Security Association
          Next Payload: Vendor ID
          Reserved: 00
          Payload Length: 44
          DOI: IPsec
          Situation:(SIT_IDENTITY_ONLY)
          Payload Proposal
            Next Payload: None
            Reserved: 00
            Payload Length: 32
            Proposal #: 1
            Protocol-Id: PROTO_ISAKMP
            SPI Size: 0
            # of transforms: 1
            Payload Transform
              Next Payload: None
              Reserved: 00
              Payload Length: 24
              Transform #: 1
              Transform-Id: KEY_IKE
              Reserved2: 0000
              Group Description: Group 2
              Encryption Algorithm: 3DES-CBC
              Hash Algorithm: SHA1
              Authentication Method: Preshared key
        Payload Vendor ID
          Next Payload: None
          Reserved: 00
          Payload Length: 20
          Data (In Hex): ...
 
   3: 15:28:26.311064 802.1Q vlan#2 P0 82.X.X.48.500 > 82.X.X.56.500:  udp 256
      ISAKMP Header
        Initiator COOKIE: 94 64 f1 46 ed c3 d7 ae
        Responder COOKIE: ff ac 06 b5 6e c4 89 23
        Next Payload: Key Exchange
        Version: 1.0
        Exchange Type: Identity Protection (Main Mode)
        Flags: (none)
        MessageID: 00000000
        Length: 256
        Payload Key Exchange
          Next Payload: Nonce
          Reserved: 00
          Payload Length: 132
          Data: ...
        Payload Nonce
          Next Payload: Vendor ID
          Reserved: 00
          Payload Length: 24
          Data: ...
         Payload Vendor ID
          Next Payload: Vendor ID
          Reserved: 00
          Payload Length: 20
          Data (In Hex): ...
         Payload Vendor ID
          Next Payload: Vendor ID
          Reserved: 00
          Payload Length: 12
          Data (In Hex): ...
        Payload Vendor ID
          Next Payload: Vendor ID
          Reserved: 00
          Payload Length: 20
          Data (In Hex):
            ...
        Payload Vendor ID
          Next Payload: None
          Reserved: 00
          Payload Length: 20
          Data (In Hex):
            ...
 
   4: 15:28:26.971141 802.1Q vlan#2 P0 82.X.X.56.500 > 82.X.X.48.500:  udp 180
      ISAKMP Header
        Initiator COOKIE: 94 64 f1 46 ed c3 d7 ae
        Responder COOKIE: ff ac 06 b5 6e c4 89 23
        Next Payload: Key Exchange
        Version: 1.0
        Exchange Type: Identity Protection (Main Mode)
        Flags: (none)
        MessageID: 00000000
        Length: 180
        Payload Key Exchange
          Next Payload: Nonce
          Reserved: 00
          Payload Length: 132
          Data:
            ...
        Payload Nonce
          Next Payload: None
          Reserved: 00
          Payload Length: 20
          Data:
           ...
 
   5: 15:28:26.971141 802.1Q vlan#2 P0 82.X.X.48.500 > 82.X.X.56.500:  udp 84
      ISAKMP Header
        Initiator COOKIE: 94 64 f1 46 ed c3 d7 ae
        Responder COOKIE: ff ac 06 b5 6e c4 89 23
        Next Payload: Identification
        Version: 1.0
        Exchange Type: Identity Protection (Main Mode)
        Flags: (Encryption)
        MessageID: 00000000
        Length: 84
 
   6: 15:28:27.001190 802.1Q vlan#2 P0 82.X.X.56.500 > 82.X.X.48.500:  udp 92
      ISAKMP Header
        Initiator COOKIE: 94 64 f1 46 ed c3 d7 ae
        Responder COOKIE: ff ac 06 b5 6e c4 89 23
        Next Payload: Identification
        Version: 1.0
        Exchange Type: Identity Protection (Main Mode)
        Flags: (Encryption)
        MessageID: 00000000
        Length: 92
 
   7: 15:28:27.022002 802.1Q vlan#2 P0 82.X.X.48.500 > 82.X.X.56.500:  udp 652
      ISAKMP Header
        Initiator COOKIE: 94 64 f1 46 ed c3 d7 ae
        Responder COOKIE: ff ac 06 b5 6e c4 89 23
        Next Payload: Hash
        Version: 1.0
        Exchange Type: Quick Mode
        Flags: (Encryption)
        MessageID: 72C4EA2C
        Length: 652
 
   8: 15:28:35.022414 802.1Q vlan#2 P0 82.X.X.48.500 > 82.X.X.56.500:  udp 652
      ISAKMP Header
        Initiator COOKIE: 94 64 f1 46 ed c3 d7 ae
        Responder COOKIE: ff ac 06 b5 6e c4 89 23
        Next Payload: Hash
        Version: 1.0
        Exchange Type: Quick Mode
        Flags: (Encryption)
        MessageID: 72C4EA2C
        Length: 652
 
   9: 15:28:43.023634 802.1Q vlan#2 P0 82.X.X.48.500 > 82.X.X.56.500:  udp 652
      ISAKMP Header
        Initiator COOKIE: 94 64 f1 46 ed c3 d7 ae
        Responder COOKIE: ff ac 06 b5 6e c4 89 23
        Next Payload: Hash
        Version: 1.0
        Exchange Type: Quick Mode
        Flags: (Encryption)
        MessageID: 72C4EA2C
        Length: 652
 
  10: 15:28:51.040479 802.1Q vlan#2 P0 82.X.X.48.500 > 82.X.X.56.500:  udp 652
      ISAKMP Header
        Initiator COOKIE: 94 64 f1 46 ed c3 d7 ae
        Responder COOKIE: ff ac 06 b5 6e c4 89 23
        Next Payload: Hash
        Version: 1.0
        Exchange Type: Quick Mode
        Flags: (Encryption)
        MessageID: 72C4EA2C
        Length: 652
 
  11: 15:28:59.041700 802.1Q vlan#2 P0 82.X.X.48.500 > 82.X.X.56.500:  udp 84
      ISAKMP Header
        Initiator COOKIE: 94 64 f1 46 ed c3 d7 ae
        Responder COOKIE: ff ac 06 b5 6e c4 89 23
        Next Payload: Hash
        Version: 1.0
        Exchange Type: Informational
        Flags: (Encryption)
        MessageID: D8B67129
        Length: 84
 
11 packets shown
 
=== running-config ===
: Saved
:
ASA Version 8.0(2)
!
hostname ciscoasa
enable password xxxxxxxxxxxxxxx encrypted
names
!
interface Vlan1
 nameif inside
 security-level 100
 ip address 192.168.1.96 255.255.255.0
!
interface Vlan2
 nameif outside
 security-level 0
 ip address dhcp setroute
!
interface Ethernet0/0
 switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
passwd xxxxxxxxxxxxxx encrypted
boot system disk0:/asa802-k8.bin
ftp mode passive
clock timezone GMT 0
access-list inside_nat0_outbound extended permit ip any 192.168.2.0 255.255.255.0
access-list outside_cryptomap extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
pager lines 24
mtu inside 1500
mtu outside 1500
ip local pool RApool1 192.168.1.80-192.168.1.89 mask 255.255.255.0
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-602.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0
route outside 192.168.2.0 255.255.255.0 82.X.X.56 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
http server enable
http 82.X.X.56 255.255.255.255 outside
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set TRANS_ESP_3DES_SHA esp-3des esp-sha-hmac
crypto ipsec transform-set TRANS_ESP_3DES_SHA mode transport
crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5 TRANS_ESP_3DES_SHA
crypto map outside_map 1 match address outside_cryptomap
crypto map outside_map 1 set peer 82.X.X.56
crypto map outside_map 1 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime none
no crypto isakmp nat-traversal
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 30
ssh 192.168.1.0 255.255.255.0 inside
ssh 192.168.2.0 255.255.255.0 outside
ssh 82.X.X.56 255.255.255.255 outside
ssh timeout 30
console timeout 0
dhcpd auto_config outside
!
dhcpd address 192.168.1.97-192.168.1.128 inside
!
 
threat-detection basic-threat
threat-detection statistics access-list
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
 parameters
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns preset_dns_map
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect rsh
  inspect rtsp
  inspect esmtp
  inspect sqlnet
  inspect skinny
  inspect sunrpc
  inspect xdmcp
  inspect sip
  inspect netbios
  inspect tftp
  inspect icmp
!
service-policy global_policy global
ntp server 213.10.47.241 source outside prefer
webvpn
 enable outside
group-policy DefaultRAGroup internal
group-policy DefaultRAGroup attributes
 dns-server value 192.168.1.7
 vpn-tunnel-protocol l2tp-ipsec
 default-domain value hq.example.org
group-policy DfltGrpPolicy attributes
 webvpn
  url-list value bookmark1
username vpncl1 password xxxxxxxxx encrypted privilege 0
username vpncl1 attributes
 vpn-group-policy DfltGrpPolicy
tunnel-group DefaultL2LGroup ipsec-attributes
 isakmp keepalive threshold 30 retry 2
tunnel-group DefaultRAGroup general-attributes
 address-pool RApool1
 default-group-policy DefaultRAGroup
tunnel-group DefaultRAGroup ipsec-attributes
 pre-shared-key *
tunnel-group muhq type remote-access
tunnel-group 82.X.X.56 type ipsec-l2l
tunnel-group 82.X.X.56 ipsec-attributes
 pre-shared-key *
 isakmp keepalive threshold 30 retry 2
prompt hostname context
Cryptochecksum:4219a112d25dbbe9ebd1789ff29ce459
: end
[+][-]08/28/09 05:19 PM, ID: 25212517Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/28/09 06:33 PM, ID: 25212676Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/29/09 12:48 AM, ID: 25213283Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/29/09 01:37 AM, ID: 25213356Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/29/09 02:02 AM, ID: 25213414Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/29/09 02:07 AM, ID: 25213427Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/29/09 02:12 AM, ID: 25213439Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/29/09 02:17 AM, ID: 25213447Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/29/09 02:29 AM, ID: 25213470Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/29/09 02:38 AM, ID: 25213494Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]08/29/09 02:56 AM, ID: 25213538Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/29/09 02:58 AM, ID: 25213545Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/29/09 03:52 AM, ID: 25213680Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/29/09 03:54 AM, ID: 25213682Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/29/09 05:03 AM, ID: 25213790Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/29/09 05:35 AM, ID: 25213835Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/29/09 08:30 AM, ID: 25214341Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/29/09 11:52 AM, ID: 25214929Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]09/26/09 01:15 PM, ID: 25431355Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Virtual Private Networking (VPN), IPSec Security Protocol, Cisco PIX Firewall
Tags: Cisco ASA Draytek VPN tunnel
Sign Up Now!
Solution Provided By: j66st
Participating Experts: 2
Solution Grade: A
 
 
Loading Advertisement...
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625