Advertisement
TimotiSt

c1601-config

Jul 1st, 2011
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 KB | None | 0 0
  1.  
  2. !
  3. ! Last configuration change at 09:27:26 CEST Thu Apr 6 2006 by schannro
  4. ! NVRAM config last updated at 09:27:26 CEST Thu Apr 6 2006 by schannro
  5. !
  6. version 12.0
  7. no service pad
  8. service timestamps debug datetime msec localtime show-timezone
  9. service timestamps log datetime msec localtime show-timezone
  10. service password-encryption
  11. !
  12. hostname cisco1601
  13. !
  14. boot system flash
  15. logging buffered 4096 debugging
  16. no logging console
  17. aaa new-model
  18. aaa authentication login default radius local
  19. aaa authentication enable default radius enable
  20. aaa accounting exec default start-stop radius
  21. enable secret 5 XXXXXXXXXXXXXXXXXXXXXXXXX
  22. !
  23. username xxxxx password 7 XXXXXXXXXXXXXX
  24. username xxxxxx password 7 XXXXXXXXXXXXXX
  25. ip subnet-zero
  26. ip tftp source-interface Loopback0
  27. no ip domain-lookup
  28. isdn switch-type basic-net3
  29. clock timezone CET 1
  30. clock summer-time CEST recurring last Sun Mar 2:00 last Sun Oct 3:00
  31. !
  32. !
  33. !
  34. interface Loopback0
  35. ip address 192.168.0.4 255.255.255.255
  36. no ip directed-broadcast
  37. !
  38. interface Ethernet0
  39. ip address 192.168.30.129 255.255.255.224
  40. ip helper-address 172.16.10.180
  41. no ip directed-broadcast
  42. no ip route-cache
  43. !
  44. interface Serial0
  45. bandwidth 256
  46. no ip address
  47. no ip directed-broadcast
  48. encapsulation frame-relay
  49. logging event subif-link-status
  50. logging event dlci-status-change
  51. priority-group 1
  52. frame-relay lmi-type ansi
  53. !
  54. interface Serial0.1 point-to-point
  55. description Verbindung Hainburgerstrasse
  56. bandwidth 256
  57. ip address 192.168.255.18 255.255.255.252
  58. ip access-group 100 in
  59. no ip directed-broadcast
  60. frame-relay interface-dlci 100
  61. !
  62. interface BRI0
  63. description ISDN Backup
  64. bandwidth 64
  65. ip address 192.168.255.46 255.255.255.252
  66. no ip directed-broadcast
  67. encapsulation ppp
  68. no ip route-cache
  69. dialer map ip 192.168.255.45 name xxxxxxxxxx 5551234
  70. dialer load-threshold 50 either
  71. dialer-group 1
  72. isdn switch-type basic-net3
  73. ppp authentication chap
  74. ppp multilink
  75. !
  76. router eigrp 40500
  77. redistribute connected
  78. passive-interface BRI0
  79. passive-interface Ethernet0
  80. network 192.168.30.0
  81. network 192.168.255.0
  82. no auto-summary
  83. !
  84. ip classless
  85. ip route 0.0.0.0 0.0.0.0 192.168.255.45 200
  86. !
  87. ip radius source-interface Loopback0
  88. access-list 100 permit ip host 192.168.219.18 any
  89. access-list 100 permit ip host 172.16.8.148 any
  90. access-list 100 permit ip host 172.16.9.29 any
  91. access-list 100 permit ip host 172.16.8.114 any
  92. access-list 100 permit ip host 192.168.219.30 any
  93. access-list 100 permit ip host 192.168.219.31 any
  94. access-list 100 permit ip host 192.168.219.32 any
  95. access-list 100 permit ip 172.20.78.0 0.0.0.255 any
  96. access-list 100 permit ip 172.20.80.0 0.0.0.255 any
  97. access-list 100 deny udp any any eq snmp
  98. access-list 100 deny udp any any eq snmptrap
  99. access-list 100 permit ip any any
  100. access-list 150 permit eigrp any any
  101. access-list 150 permit tcp any eq telnet any
  102. access-list 150 permit tcp any eq cmd any
  103. access-list 150 permit tcp any eq domain any
  104. access-list 150 permit tcp any eq 37 any
  105. access-list 150 permit tcp any eq tacacs any
  106. access-list 150 permit udp any eq domain any
  107. access-list 150 permit udp any eq ntp any
  108. access-list 150 permit udp any eq snmp any
  109. access-list 150 permit udp any eq snmptrap any
  110. access-list 150 permit udp any eq syslog any
  111. access-list 150 permit udp any eq tacacs any
  112. access-list 150 permit tcp any any eq telnet
  113. access-list 150 permit tcp any any eq cmd
  114. access-list 150 permit tcp any any eq domain
  115. access-list 150 permit tcp any any eq 37
  116. access-list 150 permit tcp any any eq tacacs
  117. access-list 150 permit udp any any eq domain
  118. access-list 150 permit udp any any eq ntp
  119. access-list 150 permit udp any any eq snmp
  120. access-list 150 permit udp any any eq snmptrap
  121. access-list 150 permit udp any any eq syslog
  122. access-list 150 permit udp any any eq tacacs
  123. access-list 151 permit icmp any any
  124. access-list 151 permit tcp any eq 1494 any
  125. access-list 151 permit udp any eq 1604 any
  126. access-list 151 permit tcp any any eq 1494
  127. access-list 151 permit udp any any eq 1604
  128. access-list 151 permit tcp any eq 2512 any
  129. access-list 151 permit tcp any eq 2513 any
  130. access-list 151 permit tcp any any eq 2512
  131. access-list 151 permit tcp any any eq 2513
  132. access-list 151 permit tcp any eq 5900 any
  133. access-list 151 permit tcp any any eq 5900
  134. access-list 152 permit tcp any eq smtp any
  135. access-list 152 permit tcp any any eq smtp
  136. access-list 152 permit tcp any any eq www
  137. access-list 152 permit tcp any eq www any
  138. access-list 152 permit tcp any any eq 8080
  139. access-list 152 permit tcp any eq 8080 any
  140. access-list 152 permit tcp any eq 69 any
  141. access-list 152 permit tcp any any eq 69
  142. access-list 152 permit udp any eq tftp any
  143. access-list 152 permit udp any any eq tftp
  144. access-list 153 permit tcp any eq 139 any
  145. access-list 153 permit tcp any any eq 139
  146. access-list 153 permit tcp any eq 89 any
  147. access-list 153 permit tcp any any eq 89
  148. access-list 153 permit ip any any
  149. priority-list 1 protocol ip high list 150
  150. priority-list 1 protocol ip medium list 151
  151. priority-list 1 protocol ip normal list 152
  152. priority-list 1 protocol ip low list 153
  153. dialer-list 1 protocol ip permit
  154. snmp-server community xxxxx RO
  155. snmp-server trap-source Loopback0
  156. snmp-server enable traps snmp
  157. snmp-server host 192.168.219.30 traps xxxxxx
  158. radius-server host 192.168.241.21 auth-port 1812 acct-port 1813
  159. radius-server host 192.168.241.26 auth-port 1812 acct-port 1813
  160. radius-server key xxxxxxxx
  161. banner login YOU HAVE ENTERED A SECURED SYSTEM! AUTHORIZED ACCESS ONLY!
  162. !
  163. line con 0
  164. password 7 XXXXXXXXXXXXXXXXXXX
  165. transport input none
  166. escape-character BREAK
  167. line vty 0 4
  168. exec-timeout 15 0
  169. password 7 XXXXXXXXXXXXXXXXXXX
  170. !
  171. sntp server 172.16.33.7
  172. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement