Advertisement
michaeldyrynda

Router

Nov 21st, 2011
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.95 KB | None | 0 0
  1. Current configuration : 10876 bytes
  2. !
  3. ! Last configuration change at 10:56:05 ACST Tue Nov 15 2011 by michael
  4. ! NVRAM config last updated at 10:56:06 ACST Tue Nov 15 2011 by michael
  5. !
  6. version 12.4
  7. service timestamps debug datetime msec
  8. service timestamps log datetime localtime
  9. service password-encryption
  10. service sequence-numbers
  11. !
  12. hostname border
  13. !
  14. boot-start-marker
  15. boot-end-marker
  16. !
  17. no logging console
  18. no logging monitor
  19. enable secret 5 ****
  20. enable password 7 ****
  21. !
  22. no aaa new-model
  23. clock timezone ACST 9 30
  24. no ip source-route
  25. ip cef
  26. !
  27. !
  28. no ip dhcp use vrf connected
  29. ip dhcp excluded-address 10.1.1.1 10.1.1.10
  30. !
  31. ip dhcp pool local-pcs
  32. network 10.1.1.0 255.255.255.128
  33. domain-name blankhosting.local
  34. default-router 10.1.1.126
  35. dns-server 10.1.1.2 122.49.191.252 122.49.191.253
  36. option 150 ip 10.1.1.2
  37. !
  38. ip dhcp pool local-server-websrv
  39. host 10.1.1.104 255.255.255.128
  40. hardware-address 000c.29e8.87ee
  41. client-name websrv
  42. !
  43. ip dhcp pool local-server-sql
  44. host 10.1.1.4 255.255.255.128
  45. hardware-address 5254.004d.ae5e
  46. client-name sql
  47. !
  48. ip dhcp pool local-phones
  49. network 10.1.2.0 255.255.255.128
  50. domain-name blankhosting.local
  51. default-router 10.1.2.126
  52. dns-server 10.1.1.2 122.49.191.252 122.49.191.253
  53. option 150 ip 10.1.2.126
  54. !
  55. ip dhcp pool local-server-srvcs
  56. host 10.1.1.9 255.255.255.128
  57. hardware-address 000c.29fc.0e63
  58. client-name srvcs
  59. !
  60. ip dhcp pool vpn-clients
  61. network 10.1.3.0 255.255.255.128
  62. domain-name blankhosting.com
  63. dns-server 10.1.1.2 122.49.191.252 122.49.191.253
  64. default-router 10.1.3.126
  65. !
  66. ip dhcp pool local-server-esx64
  67. hardware-address 001c.23e1.2fe5
  68. client-name esx64
  69. !
  70. ip dhcp pool local-server-monitor
  71. host 10.1.1.105 255.255.255.128
  72. hardware-address 5254.001b.9180
  73. client-name monitor
  74. !
  75. !
  76. no ip bootp server
  77. ip domain name blankhosting.local
  78. ip name-server 122.49.191.252
  79. ip name-server 122.49.191.253
  80. ip name-server 10.1.1.2
  81. ip multicast-routing
  82. ipv6 unicast-routing
  83. ipv6 dhcp pool TunnelBroker
  84. prefix-delegation 2001:470:36:27B::/6 00030001000DBCEFEC85
  85. prefix-delegation pool v6 lifetime 1800 60
  86. dns-server 2001:470:20::2
  87. domain-name v6.blankhosting.local
  88. !
  89. !
  90. multilink bundle-name authenticated
  91. vpdn enable
  92. !
  93. vpdn-group 1
  94. ! Default PPTP VPDN group
  95. accept-dialin
  96. protocol pptp
  97. virtual-template 1
  98. !
  99. vpdn-group Roadwarrior
  100. accept-dialin
  101. protocol pptp
  102. virtual-template 1
  103. !
  104. vpdn-group pppoe
  105. request-dialin
  106. protocol pppoe
  107. !
  108. !
  109. !
  110. !
  111. voice service voip
  112. h323
  113. !
  114. !
  115. !
  116. !
  117. !
  118. !
  119. !
  120. !
  121. !
  122. voice translation-rule 10
  123. rule 1 /^3../ /61871296369/
  124. !
  125. !
  126. voice translation-profile goingout
  127. translate calling 10
  128. !
  129. !
  130. !
  131. !
  132. !
  133. !
  134. username michael password 7 ****
  135. archive
  136. log config
  137. hidekeys
  138. !
  139. !
  140. !
  141. !
  142. ip ssh time-out 60
  143. ip ssh version 2
  144. !
  145. !
  146. !
  147. bba-group pppoe global
  148. !
  149. !
  150. interface Loopback1
  151. description Local VPN Interface
  152. ip address 10.1.3.126 255.255.255.128
  153. !
  154. interface Tunnel0
  155. description Hurricane Electric IPv6 Tunnel Broker
  156. no ip address
  157. ipv6 address 2001:470:35:27B::2/64
  158. ipv6 enable
  159. tunnel source 202.136.101.2
  160. tunnel destination 216.218.221.42
  161. tunnel mode ipv6ip
  162. !
  163. interface FastEthernet0/0
  164. description Trunk to Linksys Switch
  165. no ip address
  166. no ip proxy-arp
  167. ip nat inside
  168. ip virtual-reassembly
  169. ip tcp adjust-mss 1452
  170. speed auto
  171. hold-queue 100 out
  172. !
  173. interface FastEthernet0/0.1
  174. description Management VLAN
  175. encapsulation dot1Q 1 native
  176. ip address 10.1.1.126 255.255.255.128
  177. ip pim sparse-mode
  178. ip nat inside
  179. ip virtual-reassembly
  180. ip igmp helper-address 10.255.0.254
  181. ipv6 address 2001:470:36:27B::/64
  182. ipv6 address TunnelBroker ::1/64
  183. ipv6 enable
  184. ipv6 dhcp server TunnelBroker
  185. !
  186. interface FastEthernet0/0.2
  187. description Standard PPPoE connection
  188. encapsulation dot1Q 2
  189. ip access-group 120 in
  190. pppoe enable group global
  191. pppoe-client dial-pool-number 1
  192. !
  193. interface FastEthernet0/0.3
  194. description Public IP LAN
  195. encapsulation dot1Q 3
  196. ip address 219.90.201.190 255.255.255.248
  197. ip access-group 120 in
  198. ip virtual-reassembly
  199. !
  200. interface FastEthernet0/0.4
  201. description IP Phone VLAN
  202. encapsulation dot1Q 4
  203. ip address 10.1.2.126 255.255.255.128
  204. ip nat inside
  205. ip virtual-reassembly
  206. !
  207. interface FastEthernet0/0.5
  208. description Wireless Clients
  209. encapsulation dot1Q 5
  210. ip address 10.1.4.126 255.255.255.128
  211. ip nat inside
  212. ip virtual-reassembly
  213. !
  214. interface FastEthernet0/0.989
  215. description Fetchtv VLAN
  216. encapsulation dot1Q 989
  217. ip address dhcp
  218. ip helper-address 10.255.0.254
  219. ip pim sparse-mode
  220. ip nat inside
  221. no ip virtual-reassembly
  222. !
  223. interface Virtual-Template1
  224. ip unnumbered Loopback1
  225. peer default ip address dhcp-pool vpn-clients
  226. ppp encrypt mppe auto required
  227. ppp authentication ms-chap ms-chap-v2
  228. !
  229. interface Dialer1
  230. ip address negotiated
  231. ip access-group 120 in
  232. ip mtu 1492
  233. ip nat outside
  234. ip virtual-reassembly
  235. encapsulation ppp
  236. dialer pool 1
  237. dialer idle-timeout 0
  238. dialer persistent
  239. keepalive 30
  240. ppp authentication chap callin
  241. ppp chap hostname deringer@adam.com.au
  242. ppp chap password 7 ****
  243. !
  244. ip forward-protocol nd
  245. ip route 0.0.0.0 0.0.0.0 Dialer1
  246. !
  247. !
  248. no ip http server
  249. no ip http secure-server
  250. ip dns server
  251. ip pim rp-address 10.255.0.254
  252. ip nat inside source list 111 interface Dialer1 overload
  253. ip nat inside source static tcp 10.1.1.8 5060 interface Dialer1 5060
  254. ip nat inside source static tcp 10.1.1.2 3389 interface Dialer1 3389
  255. ip nat inside source static tcp 10.1.1.2 45666 interface Dialer1 45666
  256. ip nat inside source static tcp 10.1.1.2 9090 interface Dialer1 9090
  257. ip nat inside source static tcp 10.1.1.2 9091 interface Dialer1 9091
  258. ip nat inside source static tcp 10.1.1.2 34000 interface Dialer1 34000
  259. ip nat inside source static tcp 10.1.1.2 8082 interface Dialer1 8082
  260. !
  261. logging trap debugging
  262. logging 219.90.201.185
  263. access-list 111 permit ip 10.1.1.0 0.0.0.255 any
  264. access-list 111 permit ip 10.1.2.0 0.0.0.255 any
  265. access-list 111 permit ip 10.1.3.0 0.0.0.255 any
  266. access-list 111 permit ip 10.1.4.0 0.0.0.255 any
  267. access-list 120 permit ip host 202.136.98.185 any
  268. access-list 120 deny udp any any eq 2427
  269. access-list 120 deny tcp any any eq 2428
  270. access-list 120 deny tcp any any range 1718 1720
  271. access-list 120 deny tcp any any eq 1731
  272. access-list 120 deny tcp any any eq 2000
  273. access-list 120 deny tcp any any eq 5060
  274. access-list 120 deny udp any any eq 5060
  275. access-list 120 permit ip any any
  276. !
  277. ixi transport http
  278. response size 8
  279. shutdown
  280. request outstanding 2
  281. request timeout 10
  282. !
  283. ixi application cme
  284. shutdown
  285. snmp-server community public RO
  286. snmp-server ifindex persist
  287. snmp-server location IATSTUTI Comms
  288. snmp-server contact Michael Dyrynda <michael@iatstuti.net>
  289. snmp-server chassis-id Border
  290. ipv6 route ::/0 Tunnel0
  291. !
  292. !
  293. !
  294. !
  295. tftp-server SCCP70.9-2-1S.loads
  296. tftp-server apps70.9-2-1TH1-13.sbn
  297. tftp-server cnu70.9-2-1TH1-13.sbn
  298. tftp-server cvm70sccp.9-2-1TH1-13.sbn
  299. tftp-server dsp70.9-2-1TH1-13.sbn
  300. tftp-server jar70sccp.9-2-1TH1-13.sbn
  301. tftp-server term70.default.loads
  302. tftp-server term71.default.loads
  303. tftp-server apps70.8-5-2TH1-9.sbn
  304. tftp-server cnu70.8-5-2TH1-9.sbn
  305. tftp-server cvm70sccp.8-5-2TH1-9.sbn
  306. tftp-server dsp70.8-5-2TH1-9.sbn
  307. tftp-server jar70sccp.8-5-2TH1-9.sbn
  308. tftp-server SCCP70.8-5-2S.loads
  309. tftp-server flash:Analog1.raw
  310. tftp-server flash:Analog2.raw
  311. tftp-server flash:AreYouThere.raw
  312. tftp-server flash:AreYouTheref.raw
  313. tftp-server flash:Bass.raw
  314. tftp-server flash:CallBack.raw
  315. tftp-server flash:Classic1.raw
  316. tftp-server flash:Classic2.raw
  317. tftp-server flash:ClockShop.raw
  318. tftp-server flash:Drums1.raw
  319. tftp-server flash:Drums2.raw
  320. tftp-server flash:FilmScore.raw
  321. tftp-server flash:HarpSynth.raw
  322. tftp-server flash:Jamaica.raw
  323. tftp-server flash:KotoEffect.raw
  324. tftp-server flash:MusicBox.raw
  325. tftp-server flash:RingList.xml
  326. tftp-server flash:DistinctiveRingList.xml
  327. tftp-server flash:Piano1.raw
  328. tftp-server flash:Piano2.raw
  329. tftp-server flash:Pop.raw
  330. tftp-server flash:Pulse1.raw
  331. tftp-server flash:Ring1.raw
  332. tftp-server flash:Ring2.raw
  333. tftp-server flash:Ring3.raw
  334. tftp-server flash:Ring4.raw
  335. tftp-server flash:Ring5.raw
  336. tftp-server flash:Ring6.raw
  337. tftp-server flash:Ring7.raw
  338. tftp-server flash:Sax1.raw
  339. tftp-server flash:Sax2.raw
  340. tftp-server flash:Chime.raw
  341. tftp-server flash:Vibe.raw
  342. !
  343. control-plane
  344. !
  345. !
  346. !
  347. !
  348. !
  349. !
  350. !
  351. !
  352. dial-peer voice 1 voip
  353. translation-profile outgoing goingout
  354. destination-pattern .T
  355. session protocol sipv2
  356. session target dns:sip.adam.com.au
  357. dtmf-relay sip-notify rtp-nte
  358. codec g711alaw
  359. !
  360. presence
  361. presence call-list
  362. !
  363. sip-ua
  364. authentication username deringer password 7 **** realm sip.adam.com.au
  365. no remote-party-id
  366. retry invite 4
  367. retry response 3
  368. retry bye 2
  369. retry cancel 2
  370. retry register 5
  371. timers register 360
  372. registrar dns:sip.adam.com.au expires 3600
  373. sip-server dns:sip.adam.com.au
  374. presence enable
  375. !
  376. !
  377. telephony-service
  378. xml user michael password **** 15
  379. load 7971 SCCP70.9-2-1S
  380. load 7970 SCCP70.9-2-1S
  381. max-ephones 24
  382. max-dn 100
  383. ip source-address 10.1.2.126 port 2000
  384. no service local-directory
  385. service phone webAccess 0
  386. service phone backlightOnTime 07:30
  387. service phone backlightIdleTimeout 00:05
  388. service phone backlightOnDuration 10:30
  389. service phone displayOnWhenIncomingCall 1
  390. timeouts interdigit 2
  391. system message IATSTUTI Services
  392. url services http://phone.blankhosting.com/idle.php
  393. url authentication http://phone.blankhosting.com/auth.php
  394. url idle http://phone.blankhosting.com/idle.php idle-timeout 300
  395. cnf-file location flash:
  396. cnf-file perphone
  397. time-zone 45
  398. time-format 24
  399. date-format dd-mm-yy
  400. max-conferences 3 gain -6
  401. moh music-on-hold.au
  402. transfer-system full-consult
  403. log table retain-timer 30
  404. log table max-size 100
  405. log table retain-timer 30
  406. log table max-size 100
  407. create cnf-files version-stamp 7960 Oct 18 2011 17:49:12
  408. !
  409. !
  410. ephone-dn 1 dual-line
  411. number 0871296369
  412. label AdamTalk
  413. !
  414. !
  415. ephone-dn 2
  416. number 301 no-reg primary
  417. label Study
  418. description Study
  419. name Study
  420. allow watch
  421. !
  422. !
  423. ephone-dn 3
  424. number 302 no-reg primary
  425. label Kitchen
  426. description Kitchen
  427. name Kitchen
  428. allow watch
  429. !
  430. !
  431. ephone-dn 4
  432. number 303 no-reg primary
  433. label Bedroom
  434. description Bedroom
  435. name Bedroom
  436. allow watch
  437. !
  438. !
  439. ephone 1
  440. description Study
  441. mac-address 0013.6058.1D66
  442. blf-speed-dial 2 302 label "Kitchen"
  443. blf-speed-dial 3 303 label "Bedroom"
  444. type 7971
  445. button 1o2,1
  446. !
  447. !
  448. !
  449. ephone 2
  450. description Kitchen
  451. mac-address 0014.6933.3763
  452. presence call-list
  453. blf-speed-dial 2 301 label "Study"
  454. blf-speed-dial 3 303 label "Bedroom"
  455. type 7971
  456. button 1o3,1
  457. !
  458. !
  459. !
  460. ephone 3
  461. description Bedroom
  462. mac-address 0019.305D.50B6
  463. blf-speed-dial 2 301 label "Study"
  464. blf-speed-dial 3 302 label "Kitchen"
  465. type 7971
  466. button 1o4,1
  467. !
  468. !
  469. !
  470. ephone 4
  471. !
  472. !
  473. !
  474. line con 0
  475. line aux 0
  476. line vty 0 4
  477. login local
  478. transport input ssh
  479. !
  480. ntp clock-period 17180098
  481. ntp server 122.49.191.251
  482. ntp server 122.49.191.250
  483. ntp server 122.49.191.249
  484. ntp server 122.49.191.248
  485. end
  486.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement