Advertisement
Weper

BR4_Running

Sep 3rd, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. !
  2. version 12.4
  3. no service timestamps log datetime msec
  4. no service timestamps debug datetime msec
  5. no service password-encryption
  6. !
  7. hostname BR4
  8. !
  9. !
  10. !
  11. !
  12. !
  13. ip dhcp pool vlan20
  14. network 192.168.3.224 255.255.255.240
  15. default-router 192.168.3.225
  16. ip dhcp pool vlan10
  17. network 192.168.0.0 255.255.255.0
  18. default-router 192.168.0.1
  19. ip dhcp pool vlan30
  20. network 192.168.3.0 255.255.255.192
  21. default-router 192.168.3.1
  22. ip dhcp pool vlan40
  23. network 192.168.1.0 255.255.255.128
  24. default-router 192.168.1.1
  25. ip dhcp pool vlan50
  26. network 192.168.1.128 255.255.255.128
  27. default-router 192.168.1.129
  28. ip dhcp pool vlan60
  29. network 192.168.3.64 255.255.255.192
  30. default-router 192.168.3.65
  31. ip dhcp pool vlan70
  32. network 192.168.3.240 255.255.255.240
  33. default-router 192.168.3.241
  34. ip dhcp pool vlan80
  35. network 172.17.0.0 255.255.0.0
  36. default-router 172.17.0.1
  37. ip dhcp pool vlan90
  38. network 192.168.3.128 255.255.255.192
  39. default-router 192.168.3.129
  40. !
  41. !
  42. !
  43. ip cef
  44. no ipv6 cef
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. !
  56. !
  57. spanning-tree mode pvst
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. interface FastEthernet0/0
  65. no ip address
  66. ip nat inside
  67. duplex auto
  68. speed auto
  69. !
  70. interface FastEthernet0/0.1
  71. encapsulation dot1Q 1 native
  72. ip address 192.168.3.209 255.255.255.240
  73. !
  74. interface FastEthernet0/0.10
  75. encapsulation dot1Q 10
  76. ip address 192.168.0.1 255.255.255.0
  77. !
  78. interface FastEthernet0/0.20
  79. encapsulation dot1Q 20
  80. ip address 192.168.3.225 255.255.255.240
  81. !
  82. interface FastEthernet0/0.30
  83. encapsulation dot1Q 30
  84. ip address 192.168.3.1 255.255.255.192
  85. !
  86. interface FastEthernet0/0.40
  87. encapsulation dot1Q 40
  88. ip address 192.168.1.1 255.255.255.128
  89. !
  90. interface FastEthernet0/0.50
  91. encapsulation dot1Q 50
  92. ip address 192.168.1.129 255.255.255.128
  93. !
  94. interface FastEthernet0/0.60
  95. encapsulation dot1Q 60
  96. ip address 192.168.3.65 255.255.255.192
  97. !
  98. interface FastEthernet0/0.70
  99. encapsulation dot1Q 70
  100. ip address 192.168.3.241 255.255.255.240
  101. !
  102. interface FastEthernet0/0.80
  103. encapsulation dot1Q 80
  104. ip address 172.17.0.1 255.255.0.0
  105. !
  106. interface FastEthernet0/0.90
  107. encapsulation dot1Q 90
  108. ip address 192.168.3.129 255.255.255.192
  109. !
  110. interface FastEthernet0/1
  111. no ip address
  112. duplex auto
  113. speed auto
  114. shutdown
  115. !
  116. interface Serial0/0/0
  117. ip address 172.18.0.17 255.255.255.252
  118. encapsulation frame-relay
  119. frame-relay interface-dlci 100
  120. ip ospf network broadcast
  121. ip nat outside
  122. !
  123. interface Serial0/0/1
  124. no ip address
  125. clock rate 2000000
  126. shutdown
  127. !
  128. interface Vlan1
  129. no ip address
  130. shutdown
  131. !
  132. ip nat inside source static 172.17.0.3 172.18.0.17
  133. ip classless
  134. ip route 0.0.0.0 0.0.0.0 Serial0/0/0
  135. !
  136. ip flow-export version 9
  137. !
  138. !
  139. !
  140. no cdp run
  141. !
  142. !
  143. !
  144. !
  145. !
  146. line con 0
  147. !
  148. line aux 0
  149. !
  150. line vty 0 4
  151. login
  152. !
  153. !
  154. !
  155. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement