Guest User

Untitled

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