Advertisement
Naltharial

Untitled

Jul 7th, 2011
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. Current configuration : 2179 bytes
  2. !
  3. ! Last configuration change at 16:19:56 UTC Thu Jul 7 2011
  4. !
  5. version 15.0
  6. service timestamps debug datetime msec
  7. service timestamps log datetime msec
  8. no service password-encryption
  9. !
  10. hostname odin
  11. !
  12. boot-start-marker
  13. boot-end-marker
  14. !
  15. enable secret 5 enablesecret
  16. enable password enablepassword
  17. !
  18. no aaa new-model
  19. !
  20. !
  21. !
  22. !
  23. no ipv6 cef
  24. ip source-route
  25. no ip routing
  26. no ip cef
  27. !
  28. !
  29. ip dhcp excluded-address 10.1.1.1 10.1.1.10
  30. !
  31. ip dhcp pool lan
  32. network 10.1.1.0 255.255.255.0
  33. default-router 10.1.1.1
  34. dns-server 8.8.8.8
  35. !
  36. !
  37. !
  38. multilink bundle-name authenticated
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. voice-card 0
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. license udi pid CISCO2901/K9 sn FHK1419742R
  54. !
  55. !
  56. !
  57. redundancy
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. !
  65. !
  66. !
  67. interface GigabitEthernet0/0
  68. ip address dhcp
  69. ip access-group lan_out out
  70. ip nat outside
  71. ip virtual-reassembly
  72. no ip route-cache
  73. duplex auto
  74. speed auto
  75. no cdp enable
  76. no mop enabled
  77. !
  78. !
  79. interface ISM0/0
  80. no ip address
  81. no ip route-cache
  82. shutdown
  83. service-module fail-open
  84. no cdp enable
  85. !
  86. hold-queue 60 out
  87. !
  88. interface ISM0/1
  89. no ip address
  90. no ip route-cache
  91. shutdown
  92. no cdp enable
  93. !
  94. !
  95. interface GigabitEthernet0/1
  96. ip address 10.1.1.1 255.255.255.0
  97. ip nat inside
  98. ip virtual-reassembly
  99. no ip route-cache
  100. duplex auto
  101. speed auto
  102. no cdp enable
  103. !
  104. !
  105. ip forward-protocol nd
  106. !
  107. no ip http server
  108. no ip http secure-server
  109. !
  110. ip nat pool lan_np 188.230.147.135 188.230.147.135 prefix-length 24
  111. ip nat inside source route-map natmap pool lan_np overload
  112. ip route 0.0.0.0 0.0.0.0 188.230.128.1
  113. !
  114. ip access-list extended lan_out
  115. permit ip any any
  116. !
  117. !
  118. !
  119. !
  120. !
  121. route-map natmap permit 10
  122. match ip address lan_out
  123. !
  124. !
  125. snmp-server community snmpcom RO
  126. !
  127. control-plane
  128. !
  129. !
  130. !
  131. !
  132. !
  133. !
  134. !
  135. !
  136. !
  137. gatekeeper
  138. shutdown
  139. !
  140. !
  141. line con 0
  142. exec-timeout 0 0
  143. line aux 0
  144. line 67
  145. no activation-character
  146. no exec
  147. transport preferred none
  148. transport input all
  149. transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
  150. stopbits 1
  151. flowcontrol software
  152. line vty 0 4
  153. exec-timeout 30 0
  154. password password
  155. no login
  156. length 0
  157. !
  158. scheduler allocate 20000 1000
  159. no process cpu extended
  160. no process cpu autoprofile hog
  161. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement