Advertisement
Guest User

Untitled

a guest
Jan 9th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. !
  2. !
  3. ! ADTRAN, Inc. OS version R10.3.0.E
  4. ! Boot ROM version A3.01.B2
  5. ! Platform: Netvanta 6310, part number 4700100G1SBC
  6. ! Serial number CFG1064584
  7. !
  8. !
  9. hostname "NV6310"
  10. no enable password
  11. !
  12. !
  13. ip subnet-zero
  14. ip classless
  15. ip routing
  16. ipv6 unicast-routing
  17. !
  18. !
  19. !
  20. !
  21. no auto-config
  22. !
  23. event-history on
  24. no logging forwarding
  25. no logging email
  26. !
  27. no service password-encryption
  28. !
  29. username "admin" password "password"
  30. !
  31. !
  32. ip firewall
  33. no ip firewall alg msn
  34. no ip firewall alg mszone
  35. no ip firewall alg h323
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. no dot11ap access-point-control
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. !
  56. !
  57. !
  58. !
  59. !
  60. !
  61. !
  62. no ethernet cfm
  63. !
  64. interface eth 0/1
  65. ip address 63.230.42.156 255.255.255.248
  66. ip mtu 1500
  67. no shutdown
  68. !
  69. !
  70. interface eth 0/2
  71. ip address 10.1.1.1 255.255.255.0
  72. ip address 192.168.0.114 255.255.255.0 secondary
  73. no shutdown
  74. !
  75. !
  76. !
  77. !
  78. interface t1 0/1
  79. shutdown
  80. !
  81. !
  82. !
  83. !
  84. !
  85. !
  86. !
  87. ip access-list standard wizard-ics
  88. remark Internet Connection Sharing
  89. permit any
  90. !
  91. !
  92. ip access-list extended ANY
  93. permit ip any any log
  94. !
  95. ip access-list extended self
  96. remark Traffic to Netvanta
  97. permit ip any any log
  98. !
  99. ip access-list extended web-acl-4
  100. permit ip any any
  101. !
  102. !
  103. !
  104. ip nat pool POOL1 static
  105. local 10.1.1.1 10.1.1.1 global 63.230.42.156 63.230.42.156
  106. !
  107. !
  108. ip policy-class Private
  109. allow list self self
  110. nat source list wizard-ics interface eth 0/1 overload
  111. !
  112. ip policy-class Public
  113. ! Implicit discard
  114. !
  115. !
  116. !
  117. ip route 0.0.0.0 0.0.0.0 63.230.42.158
  118. !
  119. no tftp server
  120. no tftp server overwrite
  121. http server
  122. no http secure-server
  123. no snmp agent
  124. no ip ftp server
  125. ip ftp server default-filesystem flash
  126. no ip scp server
  127. no ip sntp server
  128. !
  129. !
  130. ip sip
  131. ip sip udp 5060
  132. no ip sip tcp
  133. !
  134. !
  135. !
  136. voice feature-mode network
  137. voice forward-mode network
  138. !
  139. !
  140. !
  141. !
  142. !
  143. !
  144. !
  145. !
  146. voice dial-plan 1000 always-permitted 911 none
  147. !
  148. !
  149. !
  150. !
  151. !
  152. !
  153. !
  154. !
  155. !
  156. !
  157. !
  158. !
  159. !
  160. !
  161. !
  162. !
  163. !
  164. !
  165. !
  166. !
  167. !
  168. !
  169. !
  170. !
  171. !
  172. line con 0
  173. no login
  174. !
  175. line telnet 0 4
  176. login
  177. no shutdown
  178. line ssh 0 4
  179. login local-userlist
  180. no shutdown
  181. !
  182. !
  183. !
  184. !
  185. !
  186. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement