Advertisement
sg1anubis

config

Mar 6th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. Current configuration : 2685 bytes
  2. !
  3. ! Last configuration change at 23:40:36 UTC Sun Mar 6 2016 by jordan
  4. !
  5. version 15.1
  6. service timestamps debug datetime msec
  7. service timestamps log datetime msec
  8. no service password-encryption
  9. !
  10. hostname 906-R001
  11. !
  12. boot-start-marker
  13. boot-end-marker
  14. !
  15. !
  16. !
  17. aaa new-model
  18. !
  19. !
  20. aaa authentication login default local
  21. !
  22. !
  23. !
  24. !
  25. !
  26. aaa session-id common
  27. !
  28. dot11 syslog
  29. ip source-route
  30. !
  31. !
  32. !
  33. !
  34. !
  35. ip cef
  36. ip domain name 906studios
  37. no ipv6 cef
  38. !
  39. multilink bundle-name authenticated
  40. !
  41. !
  42. key chain rip
  43. key 1
  44. key-string password
  45. crypto pki token default removal timeout 0
  46. !
  47. !
  48. !
  49. !
  50. license udi pid CISCO1841 sn FHK122028K5
  51. username jordan privilege 15 secret 5 $1$8Kt8$kYVnqtwbpXDF9N2EIyjft/
  52. !
  53. redundancy
  54. !
  55. !
  56. ip ssh authentication-retries 5
  57. ip ssh version 2
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. !
  65. interface FastEthernet0/0
  66. ip address 192.168.80.2 255.255.255.0
  67. ip rip authentication key-chain rip
  68. duplex auto
  69. speed auto
  70. !
  71. interface FastEthernet0/1
  72. no ip address
  73. duplex auto
  74. speed auto
  75. !
  76. interface FastEthernet0/1.1
  77. description servers
  78. encapsulation dot1Q 1 native
  79. ip address 192.168.1.1 255.255.255.0
  80. !
  81. interface FastEthernet0/1.2
  82. description office
  83. encapsulation dot1Q 2
  84. ip address 192.168.2.1 255.255.255.0
  85. !
  86. interface FastEthernet0/1.3
  87. encapsulation dot1Q 3
  88. ip address 192.168.3.1 255.255.255.0
  89. !
  90. interface FastEthernet0/1.4
  91. encapsulation dot1Q 4
  92. ip address 192.168.4.1 255.255.255.0
  93. !
  94. interface FastEthernet0/1.5
  95. encapsulation dot1Q 5
  96. ip address 192.168.5.1 255.255.255.0
  97. ip helper-address 192.168.1.16
  98. !
  99. interface FastEthernet0/1.20
  100. description wireless
  101. encapsulation dot1Q 20
  102. ip address 192.168.20.1 255.255.255.0
  103. ip helper-address 192.168.1.16
  104. !
  105. interface FastEthernet0/1.100
  106. encapsulation dot1Q 100
  107. ip address 192.168.100.1 255.255.255.0
  108. !
  109. interface Serial0/0/0
  110. no ip address
  111. shutdown
  112. !
  113. !
  114. router eigrp 1
  115. network 192.168.2.0
  116. !
  117. router rip
  118. version 2
  119. network 192.168.1.0
  120. network 192.168.2.0
  121. network 192.168.3.0
  122. network 192.168.4.0
  123. network 192.168.5.0
  124. network 192.168.20.0
  125. network 192.168.80.0
  126. network 192.168.100.0
  127. neighbor 192.168.80.1
  128. !
  129. ip forward-protocol nd
  130. no ip http server
  131. no ip http secure-server
  132. !
  133. !
  134. ip route 0.0.0.0 0.0.0.0 192.168.80.1
  135. !
  136. logging esm config
  137. !
  138. !
  139. !
  140. !
  141. !
  142. !
  143. !
  144. control-plane
  145. !
  146. !
  147. privilege exec level 15 more
  148. privilege exec level 3 enable
  149. privilege exec level 1 show inventory
  150. privilege exec level 1 show version
  151. privilege exec level 15 show running-config
  152. privilege exec level 15 show configuration
  153. privilege exec level 1 show
  154. !
  155. line con 0
  156. privilege level 15
  157. line aux 0
  158. line vty 0 4
  159. privilege level 15
  160. transport input ssh
  161. transport output ssh
  162. line vty 5 15
  163. privilege level 15
  164. transport input ssh
  165. transport output ssh
  166. !
  167. scheduler allocate 20000 1000
  168. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement