Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. Building configuration...
  2.  
  3. Current configuration : 1586 bytes
  4. !
  5. version 15.1
  6. service timestamps log datetime msec
  7. service timestamps debug datetime msec
  8. no service password-encryption
  9. !
  10. hostname R1
  11. !
  12. !
  13. !
  14. enable secret 5 $1$.Btp$wjzzpUK6YjLTKsOc2mkkX0
  15. !
  16. !
  17. !
  18. !
  19. !
  20. !
  21. ip cef
  22. no ipv6 cef
  23.  
  24. R1#
  25. R1#show running-config
  26. Building configuration...
  27.  
  28. Current configuration : 1586 bytes
  29. !
  30. version 15.1
  31. service timestamps log datetime msec
  32. service timestamps debug datetime msec
  33. no service password-encryption
  34. !
  35. hostname R1
  36. !
  37. !
  38. !
  39. enable secret 5 $1$.Btp$wjzzpUK6YjLTKsOc2mkkX0
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. ip cef
  47. no ipv6 cef
  48. !
  49. !
  50. !
  51. username admin privilege 15 secret 5 $1$57sb$7tiITkQoQMowrySPiA6zO1
  52. !
  53. !
  54. license udi pid CISCO1941/K9 sn FTX15243MML
  55. !
  56. !
  57. !
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. no ip domain-lookup
  65. !
  66. !
  67. spanning-tree mode pvst
  68. !
  69. !
  70. !
  71. !
  72. !
  73. !
  74. interface Loopback0
  75. no ip address
  76. shutdown
  77. !
  78. interface GigabitEthernet0/0
  79. no ip address
  80. duplex auto
  81. speed auto
  82. shutdown
  83. !
  84. interface GigabitEthernet0/1
  85. ip address 192.168.10.1 255.255.255.0
  86. duplex auto
  87. speed auto
  88. !
  89. interface Serial0/0/0
  90. ip address 10.1.1.1 255.255.255.252
  91. ip access-group 100 out
  92. clock rate 128000
  93. !
  94. interface Serial0/0/1
  95. no ip address
  96. clock rate 2000000
  97. shutdown
  98. !
  99. interface Serial0/1/0
  100. no ip address
  101. clock rate 2000000
  102. shutdown
  103. !
  104. interface Serial0/1/1
  105. no ip address
  106. clock rate 2000000
  107. shutdown
  108. !
  109. interface Vlan1
  110. no ip address
  111. shutdown
  112. !
  113. router ospf 1
  114. log-adjacency-changes
  115. network 10.1.1.0 0.0.0.3 area 0
  116. network 192.168.10.0 0.0.0.255 area 0
  117. network 192.168.20.0 0.0.0.255 area 0
  118. !
  119. ip classless
  120. !
  121. ip flow-export version 9
  122. !
  123. !
  124. access-list 100 remark Allow Web & SSH Access
  125. access-list 100 permit tcp host 192.168.10.3 host 10.2.2.1 eq 22
  126. access-list 100 permit tcp any any eq www
  127. access-list 100 permit ip 192.168.10.0 0.0.0.255 192.168.30.0 0.0.0.255
  128. !
  129. !
  130. !
  131. !
  132. !
  133. line con 0
  134. login
  135. !
  136. line aux 0
  137. !
  138. line vty 0 4
  139. password cisco
  140. logging synchronous
  141. login
  142. line vty 5 15
  143. password cisco
  144. logging synchronous
  145. login
  146. !
  147. !
  148. !
  149. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement