Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. ! Last configuration change at 01:40:49 UTC Sat Nov 25 2017
  2. version 15.3
  3. service timestamps debug datetime msec
  4. service timestamps log datetime msec
  5. no service password-encryption
  6. !
  7. hostname Router
  8. !
  9. boot-start-marker
  10. boot-end-marker
  11. !
  12. aqm-register-fnf
  13. !
  14. !
  15. no aaa new-model
  16. service-module wlan-ap 0 bootimage autonomous
  17. !
  18. !
  19. !
  20. !
  21. !
  22. !
  23.  
  24.  
  25. !
  26. !
  27. !
  28. !
  29. ip cef
  30. no ipv6 cef
  31. !
  32. !
  33. !
  34. !
  35. !
  36. multilink bundle-name authenticated
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. license <STUFF>
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. !
  56. !
  57. !
  58. !
  59. !
  60. !
  61. !
  62. interface BRI0
  63. no ip address
  64. encapsulation hdlc
  65. shutdown
  66. isdn termination multidrop
  67. !
  68. interface FastEthernet0
  69. no ip address
  70. shutdown
  71. duplex auto
  72. speed auto
  73. !
  74. interface GigabitEthernet0
  75. no ip address
  76. !
  77. interface GigabitEthernet1
  78. no ip address
  79. !
  80. interface GigabitEthernet2
  81. no ip address
  82. !
  83. interface GigabitEthernet3
  84. no ip address
  85. !
  86. interface GigabitEthernet4
  87. no ip address
  88. !
  89. interface GigabitEthernet5
  90. no ip address
  91. !
  92. interface GigabitEthernet6
  93. no ip address
  94. !
  95. interface GigabitEthernet7
  96. no ip address
  97. !
  98. interface GigabitEthernet8
  99. no ip address
  100. shutdown
  101. duplex full
  102. speed 100
  103. media-type sfp
  104. !
  105. interface Wlan-GigabitEthernet8
  106. no ip address
  107. !
  108. interface wlan-ap0
  109. description Embedded Service module interface to manage the embedded AP
  110. no ip address
  111. shutdown
  112. !
  113. interface Vlan1
  114. no ip address
  115. !
  116. interface Async3
  117. no ip address
  118. encapsulation slip
  119. !
  120. ip forward-protocol nd
  121. no ip http server
  122. no ip http secure-server
  123. !
  124. !
  125. !
  126. !
  127. !
  128. control-plane
  129. !
  130. !
  131. !
  132. mgcp behavior rsip-range tgcp-only
  133. mgcp behavior comedia-role none
  134. mgcp behavior comedia-check-media-src disable
  135. mgcp behavior comedia-sdp-force disable
  136. !
  137. mgcp profile default
  138. !
  139. !
  140. !
  141. !
  142. !
  143. line con 0
  144. no modem enable
  145. line aux 0
  146. line 2
  147. no activation-character
  148. no exec
  149. transport preferred none
  150. transport input all
  151. stopbits 1
  152. line 3
  153. modem InOut
  154. speed 115200
  155. flowcontrol hardware
  156. line vty 0 4
  157. login
  158. transport input all
  159. !
  160. scheduler allocate 20000 1000
  161. !
  162. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement