Advertisement
Guest User

RF

a guest
Mar 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1.  
  2. Building configuration...
  3.  
  4.  
  5. Current configuration : 1645 bytes
  6. !
  7. ! Last configuration change at 19:48:55 UTC Mon Dec 8 2008
  8. version 15.3
  9. service timestamps debug datetime msec
  10. service timestamps log datetime msec
  11. no service password-encryption
  12. !
  13. hostname RF
  14. !
  15. boot-start-marker
  16. boot-end-marker
  17. !
  18. aqm-register-fnf
  19. !
  20. !
  21. no aaa new-model
  22. dot11 syslog
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. ip cef
  30. no ipv6 cef
  31. !
  32. multilink bundle-name authenticated
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. voice-card 0
  44. !
  45. !
  46. !
  47. !
  48. !
  49. license udi pid CISCO2801 sn FCZ1206108Z
  50. !
  51. redundancy
  52. !
  53. !
  54. !
  55. !
  56. !
  57. !
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. interface Loopback1
  65. ip address 172.18.2.1 255.255.255.0
  66. ip ospf message-digest-key 1 md5 cisco
  67. ip ospf 1 area 0
  68. !
  69. interface FastEthernet0/0
  70. ip address 172.17.2.2 255.255.255.0
  71. ip ospf message-digest-key 1 md5 cisco
  72. ip ospf 1 area 0
  73. duplex auto
  74. speed auto
  75. !
  76. interface FastEthernet0/1
  77. ip address 172.17.4.2 255.255.255.0
  78. ip ospf message-digest-key 1 md5 cisco
  79. ip ospf 69 area 0
  80. duplex auto
  81. speed auto
  82. !
  83. interface Serial0/1/0
  84. no ip address
  85. shutdown
  86. clock rate 125000
  87. !
  88. interface Serial0/1/1
  89. no ip address
  90. shutdown
  91. clock rate 125000
  92. !
  93. interface Serial0/2/0
  94. no ip address
  95. shutdown
  96. clock rate 125000
  97. !
  98. interface Serial0/2/1
  99. no ip address
  100. shutdown
  101. clock rate 125000
  102. !
  103. router ospf 69
  104. !
  105. router ospf 1
  106. !
  107. ip forward-protocol nd
  108. !
  109. !
  110. no ip http server
  111. no ip http secure-server
  112. !
  113. !
  114. !
  115. !
  116. control-plane
  117. !
  118. !
  119. voice-port 0/0/0
  120. !
  121. voice-port 0/0/1
  122. !
  123. !
  124. !
  125. !
  126. !
  127. !
  128. mgcp behavior rsip-range tgcp-only
  129. mgcp behavior comedia-role none
  130. mgcp behavior comedia-check-media-src disable
  131. mgcp behavior comedia-sdp-force disable
  132. !
  133. mgcp profile default
  134. !
  135. !
  136. !
  137. !
  138. !
  139. !
  140. line con 0
  141. line aux 0
  142. line vty 0 4
  143. login
  144. transport input all
  145. !
  146. scheduler allocate 20000 1000
  147. ntp master 1
  148. !
  149. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement