Advertisement
Guest User

Untitled

a guest
Nov 25th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1.  
  2. version 12.4
  3. service timestamps debug datetime msec
  4. service timestamps log datetime msec
  5. service password-encryption
  6. !
  7. hostname James
  8. !
  9. boot-start-marker
  10. boot-end-marker
  11. !
  12. enable secret 5 $1$h4v1$VF5LkisVgPTHacVKjUx5O.
  13. !
  14. no aaa new-model
  15. memory-size iomem 5
  16. !
  17. !
  18. ip cef
  19. no ip domain lookup
  20. ip domain name JamesDomain
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. !
  36. crypto pki trustpoint TP-self-signed-4279256517
  37. enrollment selfsigned
  38. subject-name cn=IOS-Self-Signed-Certificate-4279256517
  39. revocation-check none
  40. rsakeypair TP-self-signed-4279256517
  41. !
  42. !
  43. crypto pki certificate chain TP-self-signed-4279256517
  44. certificate self-signed 01 nvram:IOS-Self-Sig#3737.cer
  45. username James privilege 15 secret 5 $1$TIDz$diH22SxH/dMXUkcS7NKsr.
  46. !
  47. !
  48. ip ssh version 2
  49. !
  50. !
  51. !
  52. !
  53. !
  54. interface Ethernet0/0
  55. no ip address
  56. shutdown
  57. half-duplex
  58. !
  59. interface Ethernet0/1
  60. no ip address
  61. shutdown
  62. half-duplex
  63. !
  64. interface Ethernet0/2
  65. no ip address
  66. shutdown
  67. half-duplex
  68. !
  69. interface Ethernet0/3
  70. no ip address
  71. shutdown
  72. half-duplex
  73. !
  74. interface FastEthernet1/0
  75. ip address 192.168.1.2 255.255.255.0
  76. duplex auto
  77. speed auto
  78. !
  79. interface Ethernet2/0
  80. no ip address
  81. half-duplex
  82. !
  83. interface Ethernet2/1
  84. no ip address
  85. shutdown
  86. half-duplex
  87. !
  88. interface Ethernet2/2
  89. no ip address
  90. shutdown
  91. half-duplex
  92. !
  93. interface Ethernet2/3
  94. no ip address
  95. shutdown
  96. half-duplex
  97. !
  98. ip http server
  99. ip http authentication local
  100. ip http secure-server
  101. !
  102. !
  103. !
  104. !
  105. !
  106. !
  107. control-plane
  108. !
  109. !
  110. !
  111. !
  112. !
  113. !
  114. !
  115. !
  116. !
  117. !
  118. line con 0
  119. exec-timeout 0 0
  120. privilege level 15
  121. password 7 070C285F4D06
  122. logging synchronous
  123. login local
  124. line aux 0
  125. exec-timeout 0 0
  126. privilege level 15
  127. password 7 01100F175804
  128. logging synchronous
  129. login
  130. transport input telnet ssh
  131. line vty 0 4
  132. exec-timeout 0 0
  133. privilege level 15
  134. password 7 121A0C041104
  135. logging synchronous
  136. login local
  137. transport input all
  138. line vty 5 15
  139. exec-timeout 0 0
  140. privilege level 15
  141. password 7 121A0C041104
  142. logging synchronous
  143. login local
  144. transport input all
  145. line vty 16 871
  146. exec-timeout 0 0
  147. password 7 01100F175804
  148. logging synchronous
  149. login
  150. transport input all
  151. !
  152. !
  153. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement