Advertisement
Guest User

r2 frame

a guest
Jan 17th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. Building configuration...
  2.  
  3.  
  4. Current configuration : 1546 bytes
  5. !
  6. version 12.4
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. service password-encryption
  10. !
  11. hostname R2
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. logging message-counter syslog
  17. enable secret 5 $1$P920$9sEECpwIr9rLBXEBoaheY1
  18. !
  19. no aaa new-model
  20. memory-size iomem 10
  21. !
  22. dot11 syslog
  23. ip source-route
  24. !
  25. !
  26. ip cef
  27. !
  28. !
  29. no ip domain lookup
  30. no ipv6 cef
  31. !
  32. multilink bundle-name authenticated
  33. !
  34. frame-relay switching
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. !
  56. !
  57. voice-card 0
  58. !
  59. !
  60. !
  61. !
  62. !
  63. archive
  64. log config
  65. hidekeys
  66. !
  67. !
  68. !
  69. !
  70. !
  71. !
  72. !
  73. !
  74. !
  75. interface FastEthernet0/0
  76. description Polaczenie z PC-B
  77. ip address 192.168.22.1 255.255.255.0
  78. shutdown
  79. duplex auto
  80. speed auto
  81. !
  82. interface FastEthernet0/1
  83. no ip address
  84. shutdown
  85. duplex auto
  86. speed auto
  87. !
  88. interface Serial0/0/0
  89. no ip address
  90. encapsulation frame-relay
  91. no fair-queue
  92. frame-relay lmi-type ansi
  93. frame-relay intf-type dce
  94. frame-relay route 123 interface Serial0/0/1 321
  95. !
  96. interface Serial0/0/1
  97. no ip address
  98. encapsulation frame-relay IETF
  99. clock rate 128000
  100. frame-relay intf-type dce
  101. frame-relay route 321 interface Serial0/0/0 123
  102. !
  103. interface Serial0/1/0
  104. no ip address
  105. shutdown
  106. clock rate 125000
  107. !
  108. interface Serial0/1/1
  109. no ip address
  110. shutdown
  111. clock rate 125000
  112. !
  113. ip forward-protocol nd
  114. no ip http server
  115. no ip http secure-server
  116. !
  117. !
  118. !
  119. !
  120. !
  121. !
  122. !
  123. !
  124. !
  125. control-plane
  126. !
  127. !
  128. !
  129. !
  130. !
  131. !
  132. !
  133. !
  134. !
  135. banner motd ^CNieautoryzowane dostep zabroniony!^C
  136. !
  137. line con 0
  138. password 7 070C285F4D06
  139. login
  140. line aux 0
  141. line vty 0 4
  142. password 7 110A1016141D
  143. login
  144. !
  145. scheduler allocate 20000 1000
  146. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement