Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. Building configuration...
  2.  
  3.  
  4. Current configuration : 1529 bytes
  5. !
  6. ! Last configuration change at 16:53:34 UTC Tue Jun 8 2010
  7. version 15.1
  8. service timestamps debug datetime msec
  9. service timestamps log datetime msec
  10. no service password-encryption
  11. !
  12. hostname R1
  13. !
  14. boot-start-marker
  15. boot-end-marker
  16. !
  17. !
  18. enable secret 5 $1$WatA$/ORlNETyj2D4wNbZmORK8.
  19. !
  20. no aaa new-model
  21. !
  22. memory-size iomem 10
  23. !
  24. dot11 syslog
  25. ip source-route
  26. !
  27. !
  28. ip cef
  29. !
  30. ip dhcp excluded-address 172.16.0.1
  31. ip dhcp excluded-address 172.16.4.1
  32. !
  33. ip dhcp pool R1G0
  34. network 172.16.4.0 255.255.255.0
  35. default-router 172.16.4.1
  36. !
  37. !
  38. no ip domain lookup
  39. no ipv6 cef
  40. !
  41. multilink bundle-name authenticated
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. voice-card 0
  54. !
  55. crypto pki token default removal timeout 0
  56. !
  57. !
  58. !
  59. !
  60. license udi pid CISCO2811 sn FCZ113972B7
  61. !
  62. redundancy
  63. !
  64. !
  65. !
  66. !
  67. !
  68. !
  69. !
  70. !
  71. !
  72. !
  73. interface FastEthernet0/0
  74. ip address 172.16.4.1 255.255.255.0
  75. duplex auto
  76. speed auto
  77. !
  78. interface FastEthernet0/1
  79. no ip address
  80. shutdown
  81. duplex auto
  82. speed auto
  83. !
  84. interface Serial0/0/0
  85. ip address 172.16.6.1 255.255.255.252
  86. no fair-queue
  87. clock rate 64000
  88. !
  89. interface Serial0/0/1
  90. ip address 172.16.6.5 255.255.255.252
  91. !
  92. router ospf 1
  93. network 172.16.4.0 0.0.0.255 area 0
  94. network 172.16.6.0 0.0.0.3 area 0
  95. network 172.16.6.4 0.0.0.3 area 0
  96. !
  97. ip forward-protocol nd
  98. no ip http server
  99. no ip http secure-server
  100. !
  101. !
  102. !
  103. !
  104. !
  105. !
  106. !
  107. !
  108. !
  109. control-plane
  110. !
  111. !
  112. !
  113. !
  114. mgcp profile default
  115. !
  116. !
  117. !
  118. !
  119. !
  120. banner motd ^CVjezba^C
  121. !
  122. line con 0
  123. password cisco
  124. logging synchronous
  125. login
  126. line aux 0
  127. line vty 0 4
  128. password cisco
  129. login
  130. transport input all
  131. !
  132. scheduler allocate 20000 1000
  133. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement