Question : SRST Config

Hi

SRST has been configured on a router with MGCP. Can some one please have a look  at the configuration. I am not sure weather dial-peers are configured correctly or not.

Regards
Kiran
Code Snippet:
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:
470:
471:
472:
473:
474:
475:
476:
477:
478:
479:
480:
481:
482:
483:
484:
485:
486:
487:
488:
489:
490:
491:
492:
493:
494:
495:
!
version 12.4
no service pad
service tcp-keepalives-in
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
!
hostname dw-2801-01
!
boot-start-marker
boot-end-marker
!
security authentication failure rate 3 log
security passwords min-length 6
logging buffered 1000000
logging rate-limit console 10
!
aaa new-model
!
!
aaa authentication login default local
aaa authorization exec default local if-authenticated 
!
!
aaa session-id common
clock timezone AEST 10
clock summer-time AEDT recurring last Sun Oct 3:00 1 Sun Apr 3:00
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.20.1 192.168.20.100
ip dhcp excluded-address 192.168.20.221 192.168.20.254
ip dhcp excluded-address 192.168.21.1 192.168.21.100
ip dhcp excluded-address 192.168.21.221 192.168.21.254
ip dhcp excluded-address 192.168.22.1 192.168.22.100
ip dhcp excluded-address 192.168.22.221 192.168.22.254
ip dhcp excluded-address 192.168.23.1 192.168.23.100
ip dhcp excluded-address 192.168.23.221 192.168.23.254
!
ip dhcp pool vlan2
   network 192.168.20.0 255.255.255.0
   default-router 192.168.20.10 
   
   dns-server 192.168.100.21 192.168.100.18 
!
ip dhcp pool vlan3
   network 192.168.21.0 255.255.255.0
   default-router 192.168.21.10 
    
   dns-server 192.168.100.21 192.168.100.18 
!
ip dhcp pool vlan4
   network 192.168.22.0 255.255.255.0
   default-router 192.168.22.10 
   
   dns-server 192.168.100.21 192.168.100.18 
!
ip dhcp pool vlan5
   network 192.168.23.0 255.255.255.0
   default-router 192.168.23.10 
   option 150 ip 192.168.100.2 
   
   dns-server 192.168.100.21 192.168.100.18 
!
!
ip tcp selective-ack
ip tcp mss 1452
ip tcp window-size 32767
ip tcp synwait-time 10
ip tcp path-mtu-discovery
no ip domain lookup
ip domain name anglied.org.au
ip multicast-routing 
ip ssh time-out 60
ip ssh authentication-retries 2
ip ssh version 2
multilink bundle-name authenticated
!
!
!
trunk group  DW
 description Analog fxo trunk
 hunt-scheme sequential
!
voice-card 0
 dsp services dspfarm
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
application
 global
  service alternate default
 !
!
!
crypto pki trustpoint TP-self-signed-4202677686
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-4202677686
 revocation-check none
 rsakeypair TP-self-signed-4202677686
!
!
 
!
!
class-map match-any AutoQoS-VoIP-RTP-Trust
 match ip dscp ef 
class-map match-any AutoQoS-VoIP-Control-Trust
 match ip dscp cs3 
 match ip dscp af31 
!
!
policy-map AutoQoS-Policy-Trust
 class AutoQoS-VoIP-RTP-Trust
  priority percent 70
 class AutoQoS-VoIP-Control-Trust
  bandwidth percent 5
 class class-default
  fair-queue
!
!
!
!
!
interface Loopback0
 ip address 192.168.255.6 255.255.255.255
 ip pim sparse-dense-mode
!
interface FastEthernet0/0
 no ip address
 load-interval 30
 duplex auto
 speed auto
 auto qos voip trust 
 service-policy output AutoQoS-Policy-Trust
!
interface FastEthernet0/0.2
 description data
 encapsulation dot1Q 2
 ip address 192.168.20.10 255.255.255.0
 ip pim sparse-dense-mode
!
interface FastEthernet0/0.3
 description guest
 encapsulation dot1Q 3
 ip address 192.168.21.10 255.255.255.0
 ip pim sparse-dense-mode
!
interface FastEthernet0/0.4
 description wireless
 encapsulation dot1Q 4
 ip address 192.168.22.10 255.255.255.0
 ip pim sparse-dense-mode
!
interface FastEthernet0/0.5
 description voice
 encapsulation dot1Q 5
 ip address 192.168.23.10 255.255.255.0
 ip pim sparse-dense-mode
!
interface FastEthernet0/1
 ip address 192.168.254.6 255.255.255.0
 ip route-cache flow
 ip summary-address eigrp 1 192.168.20.0 255.255.252.0 5
 duplex auto
 speed auto
 auto qos voip trust 
 service-policy output AutoQoS-Policy-Trust
!
router eigrp 1
 network 192.168.0.0 0.0.255.255
 no auto-summary
!
!
ip flow-cache timeout active 1
ip flow-export source FastEthernet0/1
ip flow-export version 5
ip flow-export destination 192.168.100.252 9996
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
access-list 10 remark Permit SNMP access from WhatsUpGold server
access-list 10 permit 192.168.100.85
access-list 10 permit 192.168.100.82
access-list 10 permit 192.168.100.252
snmp-server community !sl0w3r! RO 10
snmp-server community benetas RO 10
snmp-server ifindex persist
!
!
!
control-plane
!
rmon event 33333 log trap AutoQoS description "AutoQoS SNMP traps for Voice Drops" owner AutoQoS
!
!
voice-port 0/0/0
 trunk-group DW
 supervisory disconnect dualtone mid-call
 echo-cancel coverage 32
 cptone AU
 timeouts call-disconnect 3
 timeouts wait-release 3
 timing hookflash-out 50
 connection plar 2401
 impedance complex1
 
!
voice-port 0/0/1
 trunk-group DW
 supervisory disconnect dualtone mid-call
 echo-cancel coverage 24
 cptone AU
 timeouts call-disconnect 3
 timeouts wait-release 3
 timing hookflash-out 50
 connection plar 2401
 impedance complex1
 
!
voice-port 0/0/2
 trunk-group DW
 supervisory disconnect dualtone mid-call
 echo-cancel coverage 24
 cptone AU
 timeouts call-disconnect 3
 timeouts wait-release 3
 timing hookflash-out 50
 connection plar 2401
 impedance complex1
 
!
voice-port 0/0/3
 trunk-group DW
 supervisory disconnect dualtone mid-call
 echo-cancel coverage 24
 cptone AU
 timeouts call-disconnect 3
 timeouts wait-release 3
 timing hookflash-out 50
 connection plar 2401
 impedance complex1
 
!
voice-port 0/1/0
 trunk-group DW
 supervisory disconnect dualtone mid-call
 cptone AU
 timeouts call-disconnect 3
 timeouts wait-release 3
 timing hookflash-out 50
 connection plar 2401
 impedance complex1
 
!
voice-port 0/1/1
 trunk-group DW
 supervisory disconnect dualtone mid-call
 echo-cancel coverage 24
 cptone AU
 timeouts call-disconnect 3
 timeouts wait-release 3
 timing hookflash-out 50
 connection plar 2401
 impedance complex1
 
!
voice-port 0/1/2
 supervisory disconnect dualtone mid-call
 echo-cancel coverage 32
 cptone AU
 timeouts call-disconnect 3
 timeouts wait-release 3
 timing hookflash-out 50
 connection plar 2411
 impedance complex1
 
!
voice-port 0/1/3
 supervisory disconnect dualtone mid-call
 echo-cancel coverage 24
 cptone AU
 timeouts call-disconnect 3
 timeouts wait-release 3
 timing hookflash-out 50
 connection plar 2412
 impedance complex1
 
!
voice-port 0/2/0
 cptone AU
 timeouts interdigit 4
!
voice-port 0/2/1
 cptone AU
 timeouts interdigit 4
!
voice-port 0/2/2
 cptone AU
 timeouts interdigit 4
!
voice-port 0/2/3
 cptone AU
 timeouts interdigit 4
!
voice-port 0/3/0
 cptone AU
 timeouts interdigit 4
!
voice-port 0/3/1
 cptone AU
 timeouts interdigit 4
!
voice-port 0/3/2
 cptone AU
 timeouts interdigit 4
!
voice-port 0/3/3
 cptone AU
 timeouts interdigit 4
!
ccm-manager fallback-mgcp 
ccm-manager redundant-host 192.168.199.2
ccm-manager mgcp
ccm-manager music-on-hold
ccm-manager config server 192.168.100.2 192.168.199.2 
ccm-manager config
ccm-manager download-tones
!
mgcp
mgcp call-agent 192.168.100.2 2427 service-type mgcp version 0.1
mgcp dtmf-relay voip codec all mode out-of-band
mgcp rtp unreachable timeout 1000 action notify
mgcp modem passthrough voip mode nse
mgcp package-capability rtp-package
mgcp package-capability sst-package
mgcp package-capability pre-package
no mgcp package-capability res-package
no mgcp package-capability fxr-package
no mgcp timer receive-rtcp
mgcp sdp simple
mgcp rtp payload-type g726r16 static
!
mgcp profile default
!
sccp local Loopback0
sccp ccm 192.168.23.10 identifier 3 
sccp ccm 192.168.100.2 identifier 1 version 4.1 
sccp ccm 192.168.199.2 identifier 2 version 4.1 
sccp
!
sccp ccm group 1
 associate ccm 1 priority 1
 associate ccm 2 priority 2
 associate ccm 3 priority 3
 associate profile 1 register MTP000000000006
 keepalive retries 5
!
dspfarm profile 1 transcode
 codec g711ulaw
 codec g711alaw
 codec g729ar8
 codec g729abr8
 codec g729br8
 codec g729r8
 maximum sessions 15
 associate application SCCP
!
!
dial-peer voice 999000 pots
 service mgcpapp
 port 0/0/0
!
dial-peer voice 999001 pots
 service mgcpapp
 port 0/0/1
!
dial-peer voice 999002 pots
 service mgcpapp
 port 0/0/2
!
dial-peer voice 999003 pots
 service mgcpapp
 port 0/0/3
!
dial-peer voice 999010 pots
!
dial-peer voice 999011 pots
 service mgcpapp
 port 0/1/1
!
dial-peer voice 999012 pots
 service mgcpapp
 port 0/1/2
!
dial-peer voice 999013 pots
 service mgcpapp
 port 0/1/3
!
dial-peer voice 999020 pots
 service mgcpapp
 destination-pattern 2413
 port 0/2/0
!
dial-peer voice 999021 pots
 service mgcpapp
 destination-pattern 2414
 port 0/2/1
!
dial-peer voice 999022 pots
 service mgcpapp
 destination-pattern 2415
 port 0/2/2
!
dial-peer voice 999023 pots
 service mgcpapp
 destination-pattern 2416
 port 0/2/3
!
dial-peer voice 999030 pots
 service mgcpapp
 destination-pattern 2417
 port 0/3/0
!
dial-peer voice 999031 pots
 service mgcpapp
 destination-pattern 2418
 port 0/3/1
!
dial-peer voice 999032 pots
 service mgcpapp
 destination-pattern 2419
 port 0/3/2
!
dial-peer voice 999033 pots
 service mgcpapp
 destination-pattern 2420
 port 0/3/3
!
dial-peer voice 1 pots
 trunkgroup DW
 description Outdial dialpeer
 service mgcpapp
 destination-pattern 0T
!
dial-peer voice 2 pots
 trunkgroup DW
 description enable direct inward dial on the FXO Trunk
 service mgcpapp
 incoming called-number 94971887
 direct-inward-dial
!
!
!
call-manager-fallback
 max-conferences 8 gain -6
 transfer-system full-consult
 timeouts interdigit 4
 ip source-address 192.168.23.10 port 2000
 max-ephones 30
 max-dn 150 dual-line
 sdspfarm units 1
 sdspfarm transcode sessions 12
 system message primary Phone Fallback Service Operating
 dialplan-pattern 1 94971887 extension-length 4 extension-pattern 2401
 dialplan-pattern 2 94998916 extension-length 4 extension-pattern 2411
 dialplan-pattern 3 94998917 extension-length 4 extension-pattern 2412
 transfer-pattern .T
 voicemail 088237930
 pickup 2
 call-forward pattern .T
 moh music-on-hold.au
 multicast moh 239.1.1.1 port 16384 route 192.168.255.6 192.168.23.10
 time-zone 47
 time-format 24
 date-format dd-mm-yy
!

Answer : SRST Config

the configuration is fine. do you have any issues?

Best
Hussam
Random Solutions  
 
programming4us programming4us