Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. sh run
  2. Building configuration...
  3.  
  4.  
  5. Current configuration : 2617 bytes
  6. !
  7. ! Last configuration change at 13:51:22 UTC Wed Apr 16 2014 by cisco
  8. version 15.2
  9. service timestamps debug datetime msec
  10. service timestamps log datetime msec
  11. service password-encryption
  12. !
  13. hostname R5
  14. !
  15. boot-start-marker
  16. boot-end-marker
  17. !
  18. !
  19. enable secret 4 tnhtc92DXBhelxjYk8LWJrPV36S2i4ntXrpb4RFmfqY
  20. !
  21. no aaa new-model
  22. !
  23. dot11 syslog
  24. !
  25. !
  26. !
  27. !
  28. ip dhcp pool Voice
  29. network 172.16.1.0 255.255.255.0
  30. default-router 172.16.1.1
  31. option 150 ip 172.16.1.1
  32. dns-server 4.2.2.2
  33. !
  34. ip dhcp pool Data
  35. network 10.10.10.0 255.255.255.0
  36. default-router 10.10.10.1
  37. !
  38. !
  39. !
  40. no ip domain lookup
  41. ip cef
  42. no ipv6 cef
  43. !
  44. multilink bundle-name authenticated
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. !
  56. voice-card 0
  57. !
  58. !
  59. !
  60. !
  61. !
  62. license udi pid CISCO2821 sn FCZ132770J5
  63. username cisco password 7 1511021F0725
  64. !
  65. redundancy
  66. !
  67. !
  68. csdb tcp synwait-time 30
  69. csdb tcp idle-time 3600
  70. csdb tcp finwait-time 5
  71. csdb tcp reassembly max-memory 1024
  72. csdb tcp reassembly max-queue-length 16
  73. csdb udp idle-time 30
  74. csdb icmp idle-time 10
  75. csdb session max-session 65535
  76. !
  77. !
  78. !
  79. !
  80. !
  81. !
  82. !
  83. !
  84. !
  85. !
  86. interface GigabitEthernet0/0
  87. ip address 192.168.1.1 255.255.255.0
  88. duplex auto
  89. speed auto
  90. !
  91. interface GigabitEthernet0/0.10
  92. encapsulation dot1Q 10
  93. ip address 172.16.1.1 255.255.255.0
  94. !
  95. interface GigabitEthernet0/0.20
  96. --More--
  97. *Apr 16 14:01:58.529: DHCPD: checking for expired leases.
  98. encapsulation dot1Q 20
  99. ip address 10.10.10.1 255.255.255.0
  100. !
  101. interface GigabitEthernet0/1
  102. no ip address
  103. shutdown
  104. duplex auto
  105. speed auto
  106. !
  107. interface Serial0/0/0
  108. no ip address
  109. shutdown
  110. !
  111. interface Serial0/0/1
  112. no ip address
  113. shutdown
  114. !
  115. interface Internal-Service-Module0/0
  116. no ip address
  117. shutdown
  118. !Application: CUE Running on AIM2
  119. hold-queue 512 out
  120. !
  121. router bgp 600
  122. bgp log-neighbor-changes
  123. network 192.170.4.0
  124. network 192.170.5.0
  125. neighbor 192.170.4.2 remote-as 500
  126. neighbor 192.170.5.2 remote-as 800
  127. !
  128. ip forward-protocol nd
  129. no ip http server
  130. no ip http secure-server
  131. !
  132. !
  133. !
  134. !
  135. !
  136. !
  137. control-plane
  138. !
  139. !
  140. !
  141. !
  142. !
  143. !
  144. !
  145. mgcp profile default
  146. !
  147. !
  148. !
  149. !
  150. !
  151. telephony-service
  152. max-ephones 3
  153. max-dn 3
  154. ip source-address 172.16.1.1 port 2000
  155. max-conferences 8 gain -6
  156. transfer-system full-consult
  157. !
  158. !
  159. ephone-dn 1
  160. number 1000
  161. !
  162. !
  163. ephone-dn 2
  164. number 2000
  165. !
  166. !
  167. ephone 1
  168. device-security-mode none
  169. mac-address 0100.1A2F.8040
  170. button 1:1
  171. !
  172. !
  173. !
  174. ephone 2
  175. device-security-mode none
  176. mac-address 0100.1A2F.803F
  177. button 1:2
  178. !
  179. !
  180. !
  181. !
  182. line con 0
  183. exec-timeout 30 0
  184. logging synchronous
  185. login local
  186. line aux 0
  187. line 194
  188. no activation-character
  189. no exec
  190. transport preferred none
  191. transport input all
  192. transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh
  193. stopbits 1
  194. speed 115200
  195. line vty 0 4
  196. login
  197. transport input all
  198. !
  199. scheduler allocate 20000 1000
  200. !
  201. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement