Advertisement
Guest User

cisco 2811 config for SIP/ISDN

a guest
Feb 10th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1.  
  2. Current configuration : 5675 bytes
  3. !
  4. version 12.4
  5. service timestamps debug datetime msec
  6. service timestamps log datetime msec
  7. no service password-encryption
  8. !
  9. hostname yourname
  10. !
  11. boot-start-marker
  12. boot-end-marker
  13. !
  14. logging message-counter syslog
  15. logging buffered 51200 warnings
  16. !
  17. no aaa new-model
  18. network-clock-participate wic 2
  19. network-clock-participate wic 3
  20. !
  21. dot11 syslog
  22. ip source-route
  23. !
  24. !
  25. ip cef
  26. !
  27. !
  28. ip domain name yourdomain.com
  29. no ipv6 cef
  30. multilink bundle-name authenticated
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. voice service voip
  39. allow-connections h323 to sip
  40. allow-connections sip to h323
  41. allow-connections sip to sip
  42. fax protocol cisco
  43. sip
  44. bind control source-interface FastEthernet0/1
  45. bind media source-interface FastEthernet0/1
  46. !
  47. !
  48. !
  49. voice-card 0
  50. !
  51. !
  52. crypto pki trustpoint TP-self-signed-845577594
  53. enrollment selfsigned
  54. subject-name cn=IOS-Self-Signed-Certificate-845577594
  55. revocation-check none
  56. rsakeypair TP-self-signed-845577594
  57. !
  58. crypto pki certificate chain TP-self-signed-845577594
  59. certificate self-signed 01
  60. [snip]
  61.  
  62. username [snip] privilege 15 secret 5 [snip]
  63. archive
  64. log config
  65. hidekeys
  66. !
  67. !
  68. !
  69. !
  70. !
  71. !
  72. interface FastEthernet0/0
  73. description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0/0$
  74. ip address 10.10.10.1 255.255.255.248
  75. duplex auto
  76. speed auto
  77. !
  78. interface FastEthernet0/1
  79. ip address dhcp
  80. duplex auto
  81. speed auto
  82. !
  83. interface ATM0/0/0
  84. no ip address
  85. shutdown
  86. no atm ilmi-keepalive
  87. !
  88. interface BRI0/2/0
  89. no ip address
  90. !
  91. interface BRI0/2/1
  92. no ip address
  93. !
  94. interface BRI0/3/0
  95. no ip address
  96. !
  97. interface BRI0/3/1
  98. no ip address
  99. !ip forward-protocol nd
  100. ip http server
  101. ip http access-class 23
  102. ip http authentication local
  103. ip http secure-server
  104. ip http timeout-policy idle 60 life 86400 requests 10000
  105. !
  106. !
  107. !
  108. access-list 23 permit 10.10.10.0 0.0.0.7
  109. access-list 23 permit any
  110. access-list dynamic-extended
  111. !
  112. !
  113. !
  114. control-plane
  115. !
  116. !
  117. !
  118. voice-port 0/2/0
  119. !
  120. voice-port 0/2/1
  121. !
  122. voice-port 0/3/0
  123. !
  124. voice-port 0/3/1
  125. !
  126. !
  127. !
  128. !
  129. !
  130. dial-peer voice 1 voip
  131. description === outgoing calls to ISDN ===
  132. destination-pattern [0-9]T
  133. session protocol sipv2
  134. session target ipv4:[snip]
  135. session transport udp
  136. dtmf-relay rtp-nte
  137. codec g711alaw
  138. no vad
  139. !
  140. !
  141. sip-ua
  142. authentication username XXXXXXXXXXX password 7 YYYYYYYYYYY realm [snip]
  143. registrar dns:[snip] expires 3600
  144. sip-server dns:[snip]
  145. !
  146. !
  147. line con 0
  148. login local
  149. line aux 0
  150. line vty 0 4
  151. access-class 23 in
  152. privilege level 15
  153. login local
  154. transport input telnet ssh
  155. line vty 5 15
  156. access-class 23 in
  157. privilege level 15
  158. login local
  159. transport input telnet ssh
  160. !
  161. scheduler allocate 20000 1000
  162. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement