Advertisement
TimotiSt

c2500-config

Jul 1st, 2011
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. !
  2. version 12.0
  3. service timestamps debug datetime msec
  4. service timestamps log datetime msec
  5. service password-encryption
  6. !
  7. hostname cisco2500
  8. !
  9. boot system flash c2500-i-l.120-3.T.bin
  10. enable secret 5 XXXXXXXXXXXXXXXXXXXXXXXXXXX
  11. !
  12. logging buffered 51200 warnings
  13. !
  14. no aaa new-model
  15. no ip source-route
  16. !
  17. !
  18. ip domain list xxxx.xxx.xx
  19. ip domain list xxx.xx
  20. ip name-server 192.168.7.120
  21. multilink bundle-name authenticated
  22. isdn switch-type basic-net3
  23. !
  24. !
  25. !
  26. username xxxxxxxx password 7 XXXXXXXXXXXXXXXXXX
  27. username xxxxxxxx autocommand exit
  28. username yyyyyyyy password 7 XXXXXXXXXXXXXXXXXX
  29. username yyyyyyyy autocommand exit
  30. username aaaaaa password 7 XXXXXXXXXXXXXXXXXXXXX
  31. username bbbbb password XXXXXXXX
  32. !
  33. no ip rcmd domain-lookup
  34. !
  35. interface Ethernet0
  36. ip address 10.0.9.254 255.255.255.0
  37. ip helper-address 192.168.7.117
  38. ip helper-address 192.168.7.118
  39. ip helper-address 192.168.8.118
  40. no ip redirects
  41. !
  42. interface Serial0
  43. description -> XXX, XXXXXXX
  44. ip address 192.168.31.37 255.255.255.252
  45. ip hello-interval eigrp 2 3
  46. ip hold-time eigrp 2 9
  47. encapsulation ppp
  48. compress stac
  49. no fair-queue
  50. ppp authentication chap
  51. !
  52. interface BRI0
  53. no ip address
  54. encapsulation ppp
  55. load-interval 30
  56. dialer pool-member 1
  57. isdn switch-type basic-net3
  58. isdn point-to-point-setup
  59. keepalive 1
  60. no fair-queue
  61. ppp authentication chap
  62. ppp multilink
  63. !
  64. interface Dialer0
  65. description -> XXX, XXXXXXXXXX
  66. ip address 192.168.41.37 255.255.255.252
  67. encapsulation ppp
  68. dialer pool 1
  69. dialer remote-name xxxxxxxx
  70. dialer string 5551234
  71. dialer load-threshold 2 either
  72. dialer-group 1
  73. no fair-queue
  74. ppp multilink
  75. !
  76. router eigrp 2
  77. passive-interface Ethernet0
  78. network 10.0.0.0
  79. network 192.168.31.0
  80. no auto-summary
  81. no eigrp log-neighbor-changes
  82. !
  83. ip forward-protocol nd
  84. ip forward-protocol udp netbios-ss
  85. ip route 192.168.7.0 255.255.255.0 192.168.41.38 200
  86. ip route 192.168.8.0 255.255.255.0 192.168.41.38 200
  87. ip route 192.168.13.0 255.255.255.0 192.168.31.38
  88. ip route 192.168.13.0 255.255.255.0 192.168.41.38 200
  89. ip route 192.168.15.0 255.255.255.0 192.168.31.38
  90. ip route 192.168.15.0 255.255.255.0 192.168.41.38 200
  91. !
  92. !
  93. no ip http server
  94. !
  95. logging source-interface Ethernet0
  96. logging 192.168.7.120
  97. access-list 23 permit 10.10.10.0 0.0.0.7
  98. access-list 100 permit ip 10.0.9.0 0.0.0.15 192.168.7.0 0.0.0.7
  99. access-list 100 permit ip 10.0.9.0 0.0.0.15 host 192.168.7.117
  100. access-list 100 permit ip 10.0.9.0 0.0.0.15 192.168.7.118 0.0.0.1
  101. access-list 100 permit ip 10.0.9.0 0.0.0.15 host 192.168.7.120
  102. access-list 100 permit ip 10.0.9.0 0.0.0.15 192.168.8.0 0.0.0.7
  103. access-list 100 permit ip 10.0.9.0 0.0.0.15 host 192.168.8.117
  104. access-list 100 permit ip 10.0.9.0 0.0.0.15 192.168.8.118 0.0.0.1
  105. access-list 100 permit ip 10.0.9.0 0.0.0.15 host 192.168.8.120
  106. access-list 100 permit ip 10.0.9.0 0.0.0.15 192.168.7.48 0.0.0.15
  107. access-list 100 permit ip 10.0.9.0 0.0.0.15 192.168.7.64 0.0.0.3
  108. access-list 100 permit ip 10.0.9.0 0.0.0.15 192.168.8.48 0.0.0.15
  109. access-list 100 permit ip 10.0.9.0 0.0.0.15 192.168.8.64 0.0.0.3
  110. access-list 100 permit ip 10.0.9.248 0.0.0.7 any
  111. access-list 100 permit ip any 10.0.9.252 0.0.0.3
  112. access-list 100 permit icmp 10.0.9.0 0.0.0.15 host 10.0.9.254
  113. access-list 100 permit ip 10.0.9.0 0.0.0.15 host 192.168.13.1
  114. access-list 100 permit ip 10.0.9.0 0.0.0.15 host 192.168.15.1
  115. access-list 100 permit ip 10.0.9.0 0.0.0.15 host 192.168.7.126
  116. access-list 100 permit ip 10.0.9.0 0.0.0.15 host 192.168.8.126
  117. access-list 100 permit ip 10.0.9.0 0.0.0.15 192.168.7.120 0.0.0.7
  118. access-list 100 permit ip 10.0.9.0 0.0.0.15 192.168.8.120 0.0.0.7
  119. access-list 100 permit ip 10.0.9.0 0.0.0.255 192.168.107.0 0.0.0.255
  120. access-list 100 permit ip 10.0.9.0 0.0.0.15 host 192.168.7.15
  121. access-list 100 permit ip 10.0.9.0 0.0.0.15 host 192.168.8.15
  122. access-list 101 deny udp any any eq snmptrap
  123. access-list 101 deny udp any any eq bootpc
  124. access-list 101 deny udp any any eq domain
  125. access-list 101 deny udp any any eq syslog
  126. access-list 101 deny udp any any eq ntp
  127. access-list 101 permit ip 10.0.9.0 0.0.0.15 192.168.7.0 0.0.0.7
  128. access-list 101 permit ip 10.0.9.0 0.0.0.15 host 192.168.7.117
  129. access-list 101 permit ip 10.0.9.0 0.0.0.15 host 192.168.7.118
  130. access-list 101 permit ip 10.0.9.0 0.0.0.15 192.168.8.0 0.0.0.7
  131. access-list 101 permit ip 10.0.9.0 0.0.0.15 host 192.168.8.117
  132. access-list 101 permit ip 10.0.9.0 0.0.0.15 host 192.168.8.118
  133. access-list 101 permit ip host 192.168.41.37 host 192.168.41.38
  134. access-list 101 permit ip 10.0.9.0 0.0.0.15 host 192.168.13.1
  135. access-list 101 permit ip 10.0.9.0 0.0.0.15 host 192.168.15.1
  136. dialer-list 1 protocol ip list 101
  137. !
  138. !
  139. control-plane
  140. !
  141. !
  142. line con 0
  143. login local
  144. line aux 0
  145. line vty 0 4
  146. login local
  147. transport input telnet
  148. !
  149. ntp source Ethernet0
  150. ntp server 192.168.60.1
  151. !
  152. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement