Advertisement
Guest User

Untitled

a guest
May 18th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. hostname DLS1
  2. !
  3. !
  4. !
  5. !
  6. no aaa new-model
  7. ip routing
  8. ip dhcp excluded-address 50.25.12.1
  9. ip dhcp excluded-address 50.25.12.6
  10. ip dhcp excluded-address 25.12.6.1
  11. ip dhcp excluded-address 25.12.6.6
  12. !
  13. ip dhcp pool HALO1
  14. network 50.25.12.0 255.255.255.248
  15. default-router 50.25.12.1
  16. !
  17. ip dhcp pool HALO2
  18. network 25.12.6.0 255.255.255.248
  19. default-router 25.12.6.1
  20. !
  21. !
  22. vtp interface vlan100
  23. !
  24. !
  25. key chain HALO1_HSRP_GRP_1
  26. key 1
  27. key-string ciscokey
  28. key chain HALO2_HSRP_GRP_2
  29. key 1
  30. key-string ciscokey
  31. !
  32. !
  33. !
  34. spanning-tree mode pvst
  35. spanning-tree extend system-id
  36. spanning-tree vlan 100,200 priority 24576
  37. spanning-tree vlan 300 priority 28672
  38. !
  39. vlan internal allocation policy ascending
  40. !
  41. !
  42. !
  43. interface FastEthernet0/1
  44. switchport mode dynamic desirable
  45. !
  46. interface FastEthernet0/2
  47. switchport mode dynamic desirable
  48. !
  49. interface FastEthernet0/3
  50. switchport mode dynamic desirable
  51. !
  52. interface FastEthernet0/4
  53. switchport mode dynamic desirable
  54. !
  55. interface FastEthernet0/5
  56. switchport mode dynamic desirable
  57. !
  58. interface FastEthernet0/6
  59. switchport mode dynamic desirable
  60. !
  61. interface FastEthernet0/7
  62. switchport trunk encapsulation dot1q
  63. switchport mode dynamic desirable
  64. !
  65. interface FastEthernet0/8
  66. switchport trunk encapsulation dot1q
  67. switchport mode dynamic desirable
  68. !
  69. interface FastEthernet0/9
  70. switchport trunk encapsulation dot1q
  71. switchport mode dynamic desirable
  72. !
  73. interface FastEthernet0/10
  74. switchport trunk encapsulation dot1q
  75. switchport mode dynamic desirable
  76. !
  77. interface FastEthernet0/11
  78. switchport trunk encapsulation isl
  79. switchport mode dynamic desirable
  80. !
  81. interface FastEthernet0/12
  82. switchport trunk encapsulation isl
  83. switchport mode dynamic desirable
  84. !
  85. interface FastEthernet0/13
  86. switchport mode dynamic desirable
  87. !
  88. interface FastEthernet0/14
  89. switchport mode dynamic desirable
  90. !
  91. interface FastEthernet0/15
  92. switchport mode dynamic desirable
  93. !
  94. interface FastEthernet0/16
  95. switchport mode dynamic desirable
  96. !
  97. interface FastEthernet0/17
  98. switchport mode dynamic desirable
  99. !
  100. interface FastEthernet0/18
  101. switchport mode dynamic desirable
  102. !
  103. interface FastEthernet0/19
  104. switchport mode dynamic desirable
  105. !
  106. interface FastEthernet0/20
  107. switchport mode dynamic desirable
  108. !
  109. interface FastEthernet0/21
  110. switchport mode dynamic desirable
  111. !
  112. interface FastEthernet0/22
  113. switchport mode dynamic desirable
  114. !
  115. interface FastEthernet0/23
  116. switchport mode dynamic desirable
  117. !
  118. interface FastEthernet0/24
  119. switchport mode dynamic desirable
  120. !
  121. interface GigabitEthernet0/1
  122. switchport mode dynamic desirable
  123. !
  124. interface GigabitEthernet0/2
  125. switchport mode dynamic desirable
  126. !
  127. interface Vlan1
  128. no ip address
  129. shutdown
  130. !
  131. interface Vlan100
  132. ip address 100.50.10.1 255.255.255.248
  133. !
  134. interface Vlan200
  135. ip address 50.25.12.6 255.255.255.248
  136. standby version 2
  137. standby 1 ip 50.25.12.1
  138. standby 1 priority 130
  139. standby 1 preempt
  140. standby 1 authentication md5 key-chain HALO1_HSRP_GRP_1
  141. standby 1 name HALO1_HSRP_GRP_1
  142. !
  143. interface Vlan300
  144. ip address 25.12.6.6 255.255.255.248
  145. standby version 2
  146. standby 2 ip 25.12.6.1
  147. standby 2 authentication md5 key-chain HALO2_HSRP_GRP_2
  148. standby 2 name HALO2_HSRP_GRP_2
  149. !
  150. ip classless
  151. ip http server
  152. ip http secure-server
  153. !
  154. ip sla enable reaction-alerts
  155. !
  156. control-plane
  157. !
  158. !
  159. line con 0
  160. exec-timeout 0 0
  161. logging synchronous
  162. line vty 0 4
  163. login
  164. line vty 5 15
  165. login
  166. !
  167. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement