Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2014
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Building configuration...
  2.  
  3. Current configuration : 2439 bytes
  4. !
  5. version 12.4
  6. no service timestamps log datetime msec
  7. no service timestamps debug datetime msec
  8. service password-encryption
  9. !
  10. hostname Router
  11. !
  12. !
  13. !
  14. !
  15. ip dhcp excluded-address 10.0.9.2
  16. !
  17. ip dhcp pool DSL-REMOTE-ACCESS
  18. network 192.168.2.0 255.255.255.0
  19. default-router 192.168.2.1
  20. dns-server 172.32.0.4
  21. ip dhcp pool Students
  22. network 10.0.10.0 255.255.255.0
  23. default-router 10.0.10.1
  24. dns-server 172.32.0.4
  25. ip dhcp pool Staff
  26. network 10.0.20.0 255.255.255.0
  27. default-router 10.0.20.1
  28. dns-server 172.32.0.4
  29. ip dhcp pool Wireless
  30. network 10.0.255.0 255.255.255.0
  31. default-router 10.0.77.1
  32. dns-server 172.32.0.4
  33. ip dhcp pool Voice
  34. network 10.0.88.0 255.255.255.0
  35. default-router 10.0.88.1
  36. dns-server 172.32.0.4
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. interface FastEthernet0/0
  51. description ABC Intranet Server Interface
  52. bandwidth 10000000
  53. ip address 10.0.9.1 255.255.255.0
  54. ip nat inside
  55. duplex auto
  56. speed auto
  57. !
  58. interface FastEthernet0/1
  59. no ip address
  60. duplex auto
  61. speed auto
  62. !
  63. interface FastEthernet0/1.10
  64. description Students vlan
  65. encapsulation dot1Q 10
  66. ip address 10.0.10.1 255.255.255.0
  67. !
  68. interface FastEthernet0/1.20
  69. description Staff vlan
  70. encapsulation dot1Q 20
  71. ip address 10.0.20.1 255.255.255.0
  72. ipv6 address 2001:300::1/64
  73. ipv6 dhcp server ipv6
  74. !
  75. interface FastEthernet0/1.77
  76. description Wireless vlan
  77. encapsulation dot1Q 77
  78. ip address 10.0.77.1 255.255.255.0
  79. !
  80. interface FastEthernet0/1.88
  81. description Voice VLAN
  82. encapsulation dot1Q 88
  83. ip address 10.0.88.1 255.255.255.0
  84. !
  85. interface FastEthernet0/1.99
  86. description Management VLAN
  87. encapsulation dot1Q 99
  88. ip address 10.0.99.1 255.255.255.0
  89. !
  90. interface Serial0/0/0
  91. no ip address
  92. encapsulation frame-relay ietf
  93. ip nat outside
  94. !
  95. interface Serial0/0/0.101 multipoint
  96. ip address 172.32.0.1 255.255.255.0
  97. frame-relay map ip 172.32.0.2 101
  98. ip nat outside
  99. !
  100. interface Serial0/0/0.105 multipoint
  101. ip address 172.32.1.1 255.255.255.0
  102. frame-relay map ip 172.32.1.2 105
  103. !
  104. interface Serial0/0/1
  105. no ip address
  106. shutdown
  107. !
  108. interface Ethernet1/0
  109. description LINK TO DSL CLOUD
  110. ip address 192.168.2.1 255.255.255.0
  111. duplex auto
  112. speed auto
  113. !
  114. interface Ethernet1/1
  115. no ip address
  116. duplex auto
  117. speed auto
  118. !
  119. interface Vlan1
  120. no ip address
  121. shutdown
  122. !
  123. ip nat inside source static tcp 10.0.9.2 80 172.32.0.4 80
  124. ip nat inside source static 10.0.9.2 172.32.0.4
  125. ip nat outside source static 172.32.0.4 10.0.9.2
  126. ip classless
  127. !
  128. !
  129. !
  130. !
  131. !
  132. !
  133. !
  134. line con 0
  135. line vty 0 4
  136. login
  137. !
  138. !
  139. !
  140. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement