Advertisement
Guest User

Config

a guest
Jan 11th, 2016
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1.  
  2. Current configuration : 1237 bytes
  3. !
  4. version 12.4
  5. no service timestamps log datetime msec
  6. no service timestamps debug datetime msec
  7. no service password-encryption
  8. !
  9. hostname Router
  10. !
  11. !
  12. !
  13. !
  14. ip dhcp excluded-address 192.168.0.1 192.168.0.20
  15. !
  16. ip dhcp pool David
  17. network 192.168.0.0 255.255.255.0
  18. default-router 192.168.0.1
  19. !
  20. !
  21. !
  22. no ip cef
  23. no ipv6 cef
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. !
  36. spanning-tree mode pvst
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. interface Loopback0
  44. ip address 130.130.130.1 255.255.255.0
  45. !
  46. interface FastEthernet0/0
  47. ip address 192.168.0.1 255.255.255.0
  48. ip nat inside
  49. duplex auto
  50. speed auto
  51. !
  52. interface FastEthernet0/1
  53. no ip address
  54. duplex auto
  55. speed auto
  56. shutdown
  57. !
  58. interface Serial0/0/0
  59. no ip address
  60. clock rate 2000000
  61. shutdown
  62. !
  63. interface Serial0/0/1
  64. no ip address
  65. clock rate 2000000
  66. shutdown
  67. !
  68. interface Serial0/1/0
  69. ip address 200.200.1.2 255.255.255.0
  70. ip nat outside
  71. !
  72. interface Serial0/1/1
  73. no ip address
  74. clock rate 2000000
  75. shutdown
  76. !
  77. interface Vlan1
  78. no ip address
  79. shutdown
  80. !
  81. router ospf 1
  82. log-adjacency-changes
  83. network 200.200.1.0 0.0.0.255 area 0
  84. network 130.130.130.0 0.0.0.255 area 0
  85. !
  86. ip nat inside source static 192.168.0.100 130.130.130.130
  87. ip classless
  88. !
  89. ip flow-export version 9
  90. !
  91. !
  92. !
  93. !
  94. !
  95. !
  96. !
  97. line con 0
  98. !
  99. line aux 0
  100. !
  101. line vty 0 4
  102. login
  103. !
  104. !
  105. !
  106. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement