Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. Current configuration : 983 bytes
  2. !
  3. version 15.1
  4. no service timestamps log datetime msec
  5. no service timestamps debug datetime msec
  6. no service password-encryption
  7. !
  8. hostname CORE
  9. !
  10. !
  11. !
  12. !
  13. !
  14. !
  15. !
  16. !
  17. ip cef
  18. no ipv6 cef
  19. !
  20. !
  21. !
  22. username admin privilege 15 secret 5 $1$mERr$c3N7F.QsD6uEqs2Smq6Q..
  23. !
  24. !
  25. license udi pid CISCO2911/K9 sn FTX1524771D-
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. spanning-tree mode pvst
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. interface GigabitEthernet0/0
  45. no ip address
  46. duplex auto
  47. speed auto
  48. !
  49. interface GigabitEthernet0/0.10
  50. encapsulation dot1Q 10
  51. ip address 10.0.10.1 255.255.255.0
  52. !
  53. interface GigabitEthernet0/1
  54. no ip address
  55. duplex auto
  56. speed auto
  57. shutdown
  58. !
  59. interface GigabitEthernet0/2
  60. no ip address
  61. duplex auto
  62. speed auto
  63. shutdown
  64. !
  65. interface Vlan1
  66.  
  67. CORE#
  68. CORE#conf t
  69. Enter configuration commands, one per line. End with CNTL/Z.
  70. CORE(config)#no username admin
  71. CORE(config)#end
  72. CORE#
  73. %SYS-5-CONFIG_I: Configured from console by console
  74. show run
  75. Building configuration...
  76.  
  77. Current configuration : 913 bytes
  78. !
  79. version 15.1
  80. no service timestamps log datetime msec
  81. no service timestamps debug datetime msec
  82. no service password-encryption
  83. !
  84. hostname CORE
  85. !
  86. !
  87. !
  88. !
  89. !
  90. !
  91. !
  92. !
  93. ip cef
  94. no ipv6 cef
  95. !
  96. !
  97. !
  98. !
  99. license udi pid CISCO2911/K9 sn FTX1524771D-
  100. !
  101. !
  102. !
  103. !
  104. !
  105. !
  106. !
  107. !
  108. !
  109. !
  110. !
  111. spanning-tree mode pvst
  112. !
  113. !
  114. !
  115. !
  116. !
  117. !
  118. interface GigabitEthernet0/0
  119. no ip address
  120. duplex auto
  121. speed auto
  122. !
  123. interface GigabitEthernet0/0.10
  124. encapsulation dot1Q 10
  125. ip address 10.0.10.1 255.255.255.0
  126. !
  127. interface GigabitEthernet0/1
  128. no ip address
  129. duplex auto
  130. speed auto
  131. shutdown
  132. !
  133. interface GigabitEthernet0/2
  134. no ip address
  135. duplex auto
  136. speed auto
  137. shutdown
  138. !
  139. interface Vlan1
  140. description Default VLAN
  141. no ip address
  142. !
  143. ip classless
  144. !
  145. ip flow-export version 9
  146. !
  147. !
  148. !
  149. !
  150. !
  151. !
  152. !
  153. snmp-server community private RW
  154. snmp-server community public RO
  155. !
  156. line con 0
  157. login local
  158. !
  159. line aux 0
  160. login local
  161. !
  162. line vty 0 4
  163. login local
  164. line vty 5 15
  165. login local
  166. !
  167. !
  168. !
  169. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement