Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
1,070
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. Helderoog#show running-config
  2. Building configuration...
  3.  
  4. Current configuration : 3024 bytes
  5. !
  6. version 15.1
  7. no service timestamps log datetime msec
  8. no service timestamps debug datetime msec
  9. service password-encryption
  10. !
  11. hostname Helderoog
  12. !
  13. !
  14. !
  15. enable password 7 08116C0A4D0E550516
  16. !
  17. !
  18. ip dhcp excluded-address 192.168.10.50 192.168.10.55
  19. !
  20. ip dhcp pool DMZ
  21. network 192.168.10.0 255.255.255.0
  22. default-router 192.168.10.3
  23. dns-server 192.168.10.1
  24. ip dhcp pool AR
  25. network 10.1.0.0 255.255.255.0
  26. default-router 10.1.0.2
  27. dns-server 192.168.10.1
  28. ip dhcp pool FD
  29. network 10.3.0.0 255.255.255.0
  30. default-router 10.3.0.1
  31. dns-server 192.168.10.1
  32. ip dhcp pool BT
  33. network 10.2.0.0 255.255.255.0
  34. default-router 10.2.0.1
  35. dns-server 192.168.10.1
  36. !
  37. !
  38. !
  39. ip cef
  40. no ipv6 cef
  41. !
  42. !
  43. !
  44. !
  45. license udi pid CISCO2911/K9 sn FTX1524BW45-
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. !
  56. !
  57. spanning-tree mode pvst
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. interface GigabitEthernet0/0
  65. ip address 192.168.10.3 255.255.255.0
  66. ip nat inside
  67. duplex auto
  68. speed auto
  69. !
  70. interface GigabitEthernet0/1
  71. no ip address
  72. ip nat inside
  73. duplex auto
  74. speed auto
  75. !
  76. interface GigabitEthernet0/1.10
  77. encapsulation dot1Q 10
  78. ip address 10.1.0.2 255.255.255.0
  79. ip nat inside
  80. !
  81. interface GigabitEthernet0/1.20
  82. encapsulation dot1Q 20
  83. ip address 10.2.0.1 255.255.255.0
  84. ip nat inside
  85. !
  86. interface GigabitEthernet0/1.30
  87. encapsulation dot1Q 30
  88. ip address 10.3.0.1 255.255.255.0
  89. ip nat inside
  90. !
  91. interface GigabitEthernet0/1.99
  92. encapsulation dot1Q 99
  93. ip address 10.99.0.1 255.255.255.0
  94. ip nat inside
  95. !
  96. interface GigabitEthernet0/2
  97. no ip address
  98. ip nat inside
  99. duplex auto
  100. speed auto
  101. shutdown
  102. !
  103. interface Serial0/0/0
  104. ip address 10.4.0.1 255.255.255.240
  105. ip nat inside
  106. !
  107. interface Serial0/0/1
  108. no ip address
  109. clock rate 2000000
  110. !
  111. interface GigabitEthernet0/3/0
  112. description Verbinding naar het internet
  113. ip address 200.100.50.11 255.255.255.0
  114. ip nat outside
  115. !
  116. interface Vlan1
  117. no ip address
  118. shutdown
  119. !
  120. router rip
  121. version 2
  122. passive-interface GigabitEthernet0/3/0
  123. network 10.0.0.0
  124. network 192.168.10.0
  125. default-information originate
  126. !
  127. ip nat inside source list PATTEN interface GigabitEthernet0/3/0 overload
  128. ip nat inside source static tcp 192.168.10.4 80 200.100.50.11 8080
  129. ip nat inside source static tcp 192.168.10.4 80 200.100.50.11 80
  130. ip classless
  131. ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/3/0
  132. !
  133. ip flow-export version 9
  134. !
  135. !
  136. ip access-list standard PATTEN
  137. permit 192.168.10.0 0.0.0.255
  138. ip access-list extended Browsen
  139. permit tcp any eq www host 200.100.50.1 eq www
  140. permit tcp any eq www host 200.100.50.11 eq www
  141. !
  142. banner login ^C
  143. ********************************************************************
  144. WARNING -- PRIVATE ELECTRONIC DEVICE -- ACCESS PROHIBITED
  145. This device is a private network device. Access to this device is
  146. not authorized. Any attempt for unauthorized access will be logged
  147. and appropriate legal action will be taken.
  148. ********************************************************************
  149. ^C
  150. !
  151. !
  152. !
  153. !
  154. !
  155. line con 0
  156. password 7 08116C0A4D0E550516
  157. login
  158. !
  159. line aux 0
  160. !
  161. line vty 0 4
  162. password 7 08116C0A4D0E550516
  163. login
  164. line vty 5 15
  165. password 7 08116C0A4D0E550516
  166. login
  167. !
  168. !
  169. !
  170. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement