Advertisement
Guest User

Running Config

a guest
Feb 7th, 2016
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. !
  2. !
  3. ! ADTRAN, Inc. OS version R11.1.0
  4. ! Boot ROM version R11.1.0
  5. ! Platform: NetVanta 1531, part number 1700570F1
  6. ! Serial number LBADTN1410AJ790
  7. !
  8. !
  9. hostname "Switch"
  10. enable password password
  11. !
  12. !
  13. ip subnet-zero
  14. ip classless
  15. ip routing
  16. !
  17. !
  18. ip route-cache express
  19. !
  20. no auto-config
  21. !
  22. event-history on
  23. no logging forwarding
  24. no logging email
  25. !
  26. no service password-encryption
  27. !
  28. username "admin" password "password"
  29. !
  30. banner motd #
  31. ****** Important ******
  32.  
  33. Enable and Telnet passwords are configured to "password".
  34. Please change them immediately.
  35.  
  36. The vlan 1 interface is enabled with an address of 10.10.10.1
  37. Telnet access is also enabled.
  38.  
  39.  
  40.  
  41. #
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. no dot11ap access-point-control
  49.  
  50. no dos-protection
  51.  
  52. no desktop-auditing dhcp
  53.  
  54. no network-forensics ip dhcp
  55. !
  56. !
  57. !
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. vlan 1
  65. name "Default"
  66. !
  67. interface gigabit-switchport 0/1
  68. no shutdown
  69. !
  70. interface gigabit-switchport 0/2
  71. no shutdown
  72. !
  73. interface gigabit-switchport 0/3
  74. no shutdown
  75. !
  76. interface gigabit-switchport 0/4
  77. no shutdown
  78. !
  79. interface gigabit-switchport 0/5
  80. no shutdown
  81. !
  82. interface gigabit-switchport 0/6
  83. no shutdown
  84. !
  85. interface gigabit-switchport 0/7
  86. no shutdown
  87. !
  88. interface gigabit-switchport 0/8
  89. no shutdown
  90. !
  91. interface gigabit-switchport 0/9
  92. no shutdown
  93. !
  94. interface gigabit-switchport 0/10
  95. no shutdown
  96. !
  97. interface gigabit-switchport 0/11
  98. no shutdown
  99. !
  100. interface gigabit-switchport 0/12
  101. no shutdown
  102. !
  103. !
  104. !
  105. interface vlan 1
  106. ip address 192.168.1.6 255.255.255.0
  107. no ip route-cache express
  108. no shutdown
  109. !
  110. !
  111. !
  112. !
  113. !
  114. ip route 0.0.0.0 0.0.0.0 192.168.1.1
  115. !
  116. no tftp server
  117. no tftp server overwrite
  118. http server
  119. http secure-server
  120. no snmp agent
  121. no ip ftp server
  122. no ip scp server
  123. no ip sntp server
  124. !
  125. !
  126. !
  127. !
  128. !
  129. snmp-server engine local 800002980300a0c801e5e1
  130. !
  131. !
  132. !
  133. !
  134. line con 0
  135. no login
  136. !
  137. line telnet 0 4
  138. login
  139. password password
  140. no shutdown
  141. line ssh 0 4
  142. login local-userlist
  143. no shutdown
  144. !
  145. !
  146. !
  147. !
  148. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement