Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. Current configuration : 1159 bytes
  2. !
  3. ! Last configuration change at 09:59:02 UTC Mon Feb 6 2017
  4. version 15.3
  5. service timestamps debug datetime msec
  6. service timestamps log datetime msec
  7. no service password-encryption
  8. !
  9. hostname RT4
  10. !
  11. boot-start-marker
  12. boot-end-marker
  13. !
  14. no aaa new-model
  15. !
  16. ip dhcp pool dhcp2
  17. network 172.24.2.0 255.255.255.0
  18. default-router 172.24.2.2
  19. !
  20. ip dhcp pool dhcp3
  21. network 172.24.3.0 255.255.255.0
  22. default-router 172.24.3.2
  23. !
  24. ip dhcp pool dhcp4
  25. network 172.24.4.0 255.255.255.0
  26. default-router 172.24.4.2
  27. !
  28. ip cef
  29. no ipv6 cef
  30. !
  31. multilink bundle-name authenticated
  32. !
  33. license udi pid C881-K9 sn FCZ19447078
  34. !
  35. interface FastEthernet0
  36. switchport access vlan 5
  37. switchport mode trunk
  38. no ip address
  39. !
  40. interface FastEthernet1
  41. no ip address
  42. !
  43. interface FastEthernet2
  44. no ip address
  45. !
  46. interface FastEthernet3
  47. no ip address
  48. !
  49. interface FastEthernet4
  50. no ip address
  51. shutdown
  52. duplex auto
  53. speed auto
  54. !
  55. !
  56. interface Vlan1
  57. no ip address
  58. !
  59. interface Vlan2
  60. ip address 172.24.2.2 255.255.255.0
  61. !
  62. interface Vlan3
  63. ip address 172.24.3.2 255.255.255.0
  64. !
  65. interface Vlan4
  66. ip address 172.24.4.2 255.255.255.0
  67. !
  68. interface Vlan5
  69. ip address 172.24.5.2 255.255.255.0
  70. !
  71. ip forward-protocol nd
  72. no ip http server
  73. no ip http secure-server
  74. !
  75. !
  76. !
  77. !
  78. !
  79. control-plane
  80. !
  81. mgcp behavior rsip-range tgcp-only
  82. mgcp behavior comedia-role none
  83. mgcp behavior comedia-check-media-src disable
  84. mgcp behavior comedia-sdp-force disable
  85. !
  86. mgcp profile default
  87. !
  88. line con 0
  89. no modem enable
  90. line aux 0
  91. line vty 0 4
  92. login
  93. transport input all
  94. !
  95. scheduler allocate 20000 1000
  96. !
  97. end
  98.  
  99. Current configuration : 3218 bytes
  100. !
  101. ! Last configuration change at 11:21:46 UTC Mon Feb 6 2017
  102. !
  103. version 15.2
  104. no service pad
  105. service timestamps debug datetime msec
  106. service timestamps log datetime msec
  107. no service password-encryption
  108. !
  109. hostname SW4
  110. !
  111. boot-start-marker
  112. boot-end-marker
  113. !
  114. !
  115. no aaa new-model
  116. system mtu routing 1500
  117. ip routing
  118. !
  119. vlan internal allocation policy ascending
  120. !
  121. interface GigabitEthernet0/1
  122. switchport access vlan 2
  123. switchport mode access
  124. !
  125. interface GigabitEthernet0/2
  126. switchport access vlan 2
  127. switchport mode access
  128. !
  129. interface GigabitEthernet0/3
  130. switchport access vlan 2
  131. switchport mode access
  132. !
  133. interface GigabitEthernet0/4
  134. switchport access vlan 2
  135. switchport mode access
  136. !
  137. interface GigabitEthernet0/5
  138. switchport access vlan 3
  139. switchport mode access
  140. !
  141. interface GigabitEthernet0/6
  142. switchport access vlan 3
  143. switchport mode access
  144. !
  145. interface GigabitEthernet0/7
  146. switchport access vlan 4
  147. switchport mode access
  148. !
  149. interface GigabitEthernet0/8
  150. switchport access vlan 5
  151. switchport trunk native vlan 5
  152. switchport mode trunk
  153. !
  154. interface GigabitEthernet0/9
  155. no keepalive
  156. !
  157. interface GigabitEthernet0/10
  158. no keepalive
  159. !
  160. interface GigabitEthernet0/11
  161. !
  162. interface GigabitEthernet0/12
  163. !
  164. interface Vlan1
  165. no ip address
  166. !
  167. interface Vlan2
  168. ip address 172.24.2.1 255.255.255.0
  169. !
  170. interface Vlan3
  171. ip address 172.24.3.1 255.255.255.0
  172. !
  173. interface Vlan4
  174. ip address 172.24.4.1 255.255.255.0
  175. !
  176.  
  177. interface Vlan5
  178. ip address 172.24.5.1 255.255.255.0
  179. !
  180. ip forward-protocol nd
  181. ip http server
  182. ip http secure-server
  183. !
  184. line con 0
  185. line vty 0 4
  186. login
  187. line vty 5 15
  188. login
  189. !
  190. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement