xtropx

LAB-VOICE-ROUTER

Apr 6th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. v-lab-rtr#sh run
  2. Building configuration...
  3. Current configuration : 5262 bytes
  4. !
  5. version 15.1
  6. service timestamps debug datetime msec
  7. service timestamps log datetime msec
  8. service password-encryption
  9. !
  10. hostname v-lab-rtr
  11. !
  12. boot-start-marker
  13. boot-end-marker
  14. !
  15. !
  16. !
  17. no aaa new-model
  18. !
  19. clock timezone CST -6 0
  20. clock summer-time CDT recurring
  21. clock calendar-valid
  22. network-clock-participate wic 3
  23. network-clock-select 1 T1 0/3/0
  24. !
  25. dot11 syslog
  26. no ip source-route
  27. !
  28. !
  29. ip cef
  30. !
  31. ip vrf CALIX
  32. !
  33. ip vrf CALIX2
  34. !
  35. ip vrf LOCAL
  36. !
  37. ip vrf MGMT
  38. !
  39. ip vrf REMOTE
  40. !
  41. !
  42. !
  43. ip name-server 208.67.220.220
  44. no ipv6 cef
  45. !
  46. multilink bundle-name authenticated
  47. !
  48. !
  49. !
  50. !
  51. mpls label range 300 399
  52. mpls label protocol ldp
  53. isdn switch-type primary-ni
  54. !
  55. !
  56. voice call disc-pi-off
  57. voice rtp send-recv
  58. !
  59. voice service pots
  60. !
  61. voice service voip
  62. ip address trusted list
  63. ipv4 0.0.0.0 255.255.255.255
  64. allow-connections h323 to h323
  65. allow-connections h323 to sip
  66. allow-connections sip to h323
  67. !
  68. !
  69. !
  70. !
  71. voice translation-rule 1
  72. rule 1 // // type unknown national plan unknown isdn
  73. !
  74. !
  75. voice translation-profile isdn_map
  76. translate called 1
  77. !
  78. !
  79. voice-card 0
  80. !
  81. crypto pki token default removal timeout 0
  82. !
  83. !
  84. !
  85. !
  86. redundancy
  87. !
  88. !
  89. controller T1 0/3/0
  90. cablelength short 133
  91. pri-group timeslots 1-24
  92. description INPUT PRI FROM CESoPSN TRANSPORT
  93. !
  94. ip ssh source-interface FastEthernet0/0.200
  95. ip ssh version 2
  96. !
  97. !
  98. !
  99. !
  100. !
  101. !
  102. !
  103. !
  104. interface Loopback0
  105. ip address 10.254.3.1 255.255.255.255
  106. ip router isis LAB
  107. !
  108. interface FastEthernet0/0
  109. no ip address
  110. duplex auto
  111. speed auto
  112. !
  113. interface FastEthernet0/0.120
  114. encapsulation dot1Q 120
  115. ip address dhcp
  116. ip nat outside
  117. no ip virtual-reassembly in
  118. !
  119. interface FastEthernet0/0.200
  120. encapsulation dot1Q 200
  121. ip address 192.168.200.1 255.255.255.0
  122. ip nat inside
  123. ip virtual-reassembly in
  124. !
  125. interface FastEthernet0/0.996
  126. encapsulation dot1Q 996
  127. ip address 10.99.6.3 255.255.255.0
  128. ip router isis LAB
  129. mpls ip
  130. !
  131. interface FastEthernet0/0.997
  132. encapsulation dot1Q 997
  133. ip address 10.99.7.3 255.255.255.0
  134. ip router isis LAB
  135. mpls ip
  136. !
  137. interface FastEthernet0/0.4000
  138. description MGMT
  139. encapsulation dot1Q 4000
  140. ip vrf forwarding MGMT
  141. ip address 10.4.1.195 255.255.255.0
  142. !
  143. interface FastEthernet0/1
  144. no ip address
  145. shutdown
  146. duplex auto
  147. speed auto
  148. !
  149. interface Serial0/0/0
  150. description CALIX T1
  151. ip vrf forwarding LOCAL
  152. ip address 10.0.0.1 255.255.255.0
  153. encapsulation ppp
  154. ntp broadcast client
  155. service-module t1 clock source internal
  156. service-module t1 timeslots 1-24
  157. service-module t1 fdl ansi
  158. !
  159. interface Serial0/2/0
  160. description PSEUDOWIRE T1
  161. ip vrf forwarding REMOTE
  162. ip address 10.0.0.2 255.255.255.0
  163. encapsulation ppp
  164. service-module t1 timeslots 1-24
  165. !
  166. interface Serial0/3/0:23
  167. description D-CHAN
  168. no ip address
  169. encapsulation ppp
  170. autodetect encapsulation ppp
  171. isdn switch-type primary-ni
  172. isdn incoming-voice voice
  173. isdn negotiate-bchan
  174. !
  175. router ospf 1
  176. network 192.168.200.0 0.0.0.255 area 0
  177. default-information originate
  178. !
  179. router isis LAB
  180. net 49.0001.0010.0254.0003.0001.00
  181. is-type level-2-only
  182. metric-style wide
  183. !
  184. router isis
  185. !
  186. ip forward-protocol nd
  187. no ip http server
  188. no ip http secure-server
  189. !
  190. !
  191. ip nat inside source list 100 interface FastEthernet0/0.120 overload
  192. ip nat inside source list 101 interface FastEthernet0/0.120 overload
  193. ip route 10.51.1.0 255.255.255.0 10.4.1.1
  194. ip route vrf MGMT 0.0.0.0 0.0.0.0 10.4.1.1
  195. !
  196. !
  197. access-list 2 permit 192.168.200.0 0.0.0.255
  198. access-list 100 permit ip 192.168.200.0 0.0.0.255 any log
  199. access-list 101 permit ip 192.168.200.0 0.0.0.255 any
  200. !
  201. !
  202. !
  203. !
  204. !
  205. mpls ldp router-id Loopback0 force
  206. !
  207. control-plane
  208. !
  209. !
  210. voice-port 0/3/0:23
  211. !
  212. voice-port 0/1/0
  213. !
  214. voice-port 0/1/1
  215. !
  216. voice-port 0/1/2
  217. !
  218. voice-port 0/1/3
  219. description PSTN PHONE
  220. station-id name TEST PHONE
  221. station-id number 2188449558
  222. caller-id enable
  223. !
  224. !
  225. !
  226. mgcp profile default
  227. !
  228. !
  229. dial-peer voice 1000 pots
  230. description INBOUND DIAL PEER
  231. destination-pattern 2185555555
  232. no digit-strip
  233. port 0/1/3
  234. forward-digits 0
  235. !
  236. dial-peer voice 2000 pots
  237. description OUTBOUND DIAL PEER
  238. destination-pattern [2-9].........
  239. no digit-strip
  240. port 0/3/0:23
  241. forward-digits all
  242. prefix 1
  243. !
  244. !
  245. !
  246. !
  247. telephony-service
  248. srst mode auto-provision none
  249. max-conferences 8 gain -6
  250. transfer-system full-consult
  251. !
  252. !
  253. alias exec dial sh run | s dial
  254. alias exec cpu sh proc cpu | ex 0.00%
  255. alias exec conft conf t
  256. !
  257. line con 0
  258. logging synchronous
  259. line aux 0
  260. line vty 0 4
  261. access-class permit-ssh in
  262. exec-timeout 0 0
  263. logging synchronous
  264. login local
  265. transport input telnet ssh
  266. line vty 5 988
  267. access-class permit-ssh in
  268. exec-timeout 0 0
  269. logging synchronous
  270. login local
  271. transport input telnet ssh
  272. !
  273. scheduler allocate 20000 1000
  274. ntp source FastEthernet0/0.120
  275. ntp update-calendar
  276. ntp server 0.pool.ntp.org
  277. ntp server 3.pool.ntp.org
  278. ntp server nist1-chi.ustiming.org
  279. ntp server 1.pool.ntp.org
  280. ntp server 2.pool.ntp.org
  281. end
Advertisement
Add Comment
Please, Sign In to add comment