Advertisement
Guest User

r3 ppp

a guest
Jan 17th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Building configuration...
  2.  
  3.  
  4. Current configuration : 1210 bytes
  5. !
  6. version 12.4
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. no service password-encryption
  10. !
  11. hostname R3
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. logging message-counter syslog
  17. enable secret 5 $1$Vtcx$XpAX6JihbmFrQ3ufDeZ.91
  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. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. !
  56. voice-card 0
  57. !
  58. !
  59. !
  60. !
  61. !
  62. archive
  63. log config
  64. hidekeys
  65. !
  66. !
  67. !
  68. !
  69. !
  70. !
  71. !
  72. !
  73. !
  74. interface FastEthernet0/0
  75. description Polaczenie z PC-C
  76. ip address 10.10.33.1 255.255.255.0
  77. duplex auto
  78. speed auto
  79. !
  80. interface FastEthernet0/1
  81. no ip address
  82. shutdown
  83. duplex auto
  84. speed auto
  85. !
  86. interface Serial0/0/0
  87. no ip address
  88. shutdown
  89. no fair-queue
  90. clock rate 125000
  91. !
  92. interface Serial0/0/1
  93. description Polaczenie z R2
  94. ip address 209.165.200.230 255.255.255.248
  95. encapsulation ppp
  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. !
  115. !
  116. !
  117. !
  118. !
  119. banner motd ^CNieautoryzowany dostep zabroniony!^C
  120. !
  121. line con 0
  122. password cisco
  123. login
  124. line aux 0
  125. line vty 0 4
  126. password cisco
  127. login
  128. !
  129. scheduler allocate 20000 1000
  130. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement