Advertisement
Guest User

3448help

a guest
Feb 12th, 2017
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.30 KB | None | 0 0
  1. !
  2. !
  3. ! ADTRAN, Inc. OS version R12.3.0.SA.E
  4. ! Boot ROM version 13.03.00.SB
  5. ! Platform: NetVanta 3448, part number 1200821E1
  6. ! Serial number LBADTN1607AM682
  7. !
  8. !
  9. hostname "Main"
  10. enable password encrypted 1a12e419f3671002786a4e38c6965bf12cf2
  11. !
  12. !
  13. !
  14. ip subnet-zero
  15. ip classless
  16. ip routing
  17. ipv6 unicast-routing
  18. !
  19. !
  20. domain-proxy
  21. !
  22. !
  23. no auto-config
  24. auto-config authname adtran encrypted password 2f2937fe188160c17f6c2215dd4664bfcfd8
  25. !
  26. event-history on
  27. no logging forwarding
  28. logging forwarding priority-level info
  29. no logging email
  30. !
  31. service password-encryption
  32. !
  33. username "admin" password encrypted "3e36ea9366d87775bd5d0954016850c211a3"
  34. !
  35. banner motd #
  36. Unauthorized Access to This Device Is Prohibited!#
  37. !
  38. !
  39. ip firewall
  40. no ip firewall alg ftp
  41. no ip firewall alg msn
  42. no ip firewall alg mszone
  43. no ip firewall alg pptp
  44. no ip firewall alg h323
  45. no ip firewall alg sip
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. !
  56. !
  57. no dot11ap access-point-control
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. !
  65. ip dhcp database local
  66. ip dhcp excluded-address 10.0.0.1 10.0.0.10
  67. ip dhcp excluded-address 10.0.10.1 10.0.10.10
  68. ip dhcp excluded-address 10.0.20.1 10.0.20.10
  69. !
  70. ip dhcp pool "10.0.10.0/24"
  71.   network 10.0.10.0 255.255.255.0
  72.   dns-server 10.0.10.1 8.8.8.8
  73.   default-router 10.0.10.1
  74. !
  75. ip dhcp pool "10.0.20.0/24"
  76.   network 10.0.20.0 255.255.255.0
  77.   dns-server 10.0.20.1 8.8.8.8
  78.   default-router 10.0.20.1
  79. !
  80. ip dhcp pool "10.0.0.0/29"
  81.   network 10.0.0.0 255.255.248.0
  82.   dns-server 10.0.0.1 8.8.8.8
  83.   default-router 10.0.0.1
  84. !
  85. !
  86. !
  87. !
  88. !
  89. !
  90. !
  91. !
  92. !
  93. !
  94. !
  95. !
  96. !
  97. !
  98. vlan 1
  99.   name "Default"
  100. !
  101. vlan 10
  102.   name "Untrusted"
  103. !
  104. vlan 20
  105.   name "Privileged"
  106. !
  107. !
  108. !
  109. no ethernet cfm
  110. !
  111. interface eth 0/1
  112.   description ISP Uplink
  113.   ip address dhcp hostname "NV3448"
  114.   ip mtu 1500
  115.   ip access-policy Public
  116.   no rtp quality-monitoring
  117.   no awcp
  118.   no shutdown
  119. !
  120. !
  121. interface eth 0/2
  122.   no ip address
  123.   shutdown
  124. !
  125. !
  126. !
  127. interface switchport 0/1
  128.   spanning-tree edgeport
  129.   no shutdown
  130.   switchport access vlan 10
  131.   switchport trunk native vlan 10
  132. !
  133. interface switchport 0/2
  134.   no shutdown
  135.   switchport access vlan 10
  136. !
  137. interface switchport 0/3
  138.   no shutdown
  139.   switchport access vlan 10
  140. !
  141. interface switchport 0/4
  142.   no shutdown
  143.   switchport access vlan 10
  144. !
  145. interface switchport 0/5
  146.   no shutdown
  147.   switchport access vlan 10
  148. !
  149. interface switchport 0/6
  150.   description IDS
  151.   spanning-tree edgeport
  152.   no shutdown
  153.   switchport mode trunk
  154.   switchport trunk native vlan 10
  155. !
  156. interface switchport 0/7
  157.   description MainAP
  158.   spanning-tree edgeport
  159.   no shutdown
  160.   switchport mode trunk
  161. !
  162. interface switchport 0/8
  163.   description Management
  164.   spanning-tree edgeport
  165.   no shutdown
  166.   switchport mode trunk
  167. !
  168. !
  169. !
  170. interface vlan 1
  171.   ip address  10.0.0.1  255.255.248.0
  172.   ip access-policy Private
  173.   no rtp quality-monitoring
  174.   no shutdown
  175. !
  176. interface vlan 10
  177.   description Untrusted Clients
  178.   ip address  10.0.10.1  255.255.255.0
  179.   ip mtu 1500
  180.   ip access-policy Private
  181.   no rtp quality-monitoring
  182.   no awcp
  183.   no shutdown
  184. !
  185. interface vlan 20
  186.   description Untrusted Privileged Hosts
  187.   ip address  10.0.20.1  255.255.255.0
  188.   ip mtu 1500
  189.   ip access-policy Private
  190.   no rtp quality-monitoring
  191.   no awcp
  192.   no shutdown
  193. !
  194. !
  195. !
  196. !
  197. !
  198. !
  199. ip access-list standard wizard-ics
  200.   remark Internet Connection Sharing
  201.   permit any
  202. !
  203. !
  204. ip access-list extended self
  205.   remark Traffic to NetVanta
  206.   permit ip any  any     log
  207. !
  208. ip access-list extended web-acl-
  209. !
  210. ip access-list extended web-acl-6
  211.   remark Allow 10.0.0.0/24
  212.   permit ip any  10.0.0.0 0.255.255.255    
  213. !
  214. !
  215. !
  216. !
  217. ip policy-class Private
  218.   allow list self self
  219.   allow list web-acl-6 policy Private
  220.   nat source list wizard-ics interface eth 0/1 overload
  221. !
  222. ip policy-class Public
  223.   ! Implicit discard
  224. !
  225. ip policy-class Untrusted
  226.   ! Implicit discard
  227. !
  228. !
  229. !
  230. no tftp server
  231. no tftp server overwrite
  232. http server
  233. http secure-server
  234. no snmp agent
  235. no ip ftp server
  236. ip ftp server default-filesystem flash
  237. ip scp server
  238. no ip sntp server
  239. !
  240. !
  241. !
  242. !
  243. !
  244. !
  245. !
  246. !
  247. !
  248. sip udp 5060
  249. sip tcp 5060
  250. !
  251. !
  252. !
  253. !
  254. !
  255. !
  256. !
  257. !
  258. !
  259. !
  260. !
  261. !
  262. !
  263. !
  264. !
  265. !
  266. !
  267. !
  268. !
  269. !
  270. !
  271. line con 0
  272.   login
  273. !
  274. line telnet 0 4
  275.   login
  276.   password encrypted 3f37029f44d9ce54daaff8e13889ea53fb63
  277.   shutdown
  278. line ssh 0 4
  279.   login local-userlist
  280.   no shutdown
  281. !
  282. !
  283. !
  284. !
  285. !
  286. !
  287. !
  288. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement