Advertisement
Guest User

cisco

a guest
Apr 24th, 2017
804
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1.  
  2. !
  3. ! Last configuration change at 00:53:06 UTC Mon Mar 1 1993
  4. !
  5. version 15.0
  6. no service pad
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. no service password-encryption
  10. !
  11. hostname S_4_TFTP
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. enable password class
  17. !
  18. username admin privilege 15 secret 5 $1$0gaE$1k8c3yAkguhOiHlgQI0hD.
  19. no aaa new-model
  20. system mtu routing 1500
  21. !
  22. !
  23. no ip domain-lookup
  24. ip domain-name ccna-lab.com
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. spanning-tree mode pvst
  34. spanning-tree extend system-id
  35. !
  36. vlan internal allocation policy ascending
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. interface FastEthernet0/1
  44. description Polaczenie do PC2
  45. switchport access vlan 99
  46. switchport mode access
  47. !
  48. interface FastEthernet0/2
  49. !
  50. interface FastEthernet0/3
  51. !
  52. interface FastEthernet0/4
  53. !
  54. interface FastEthernet0/5
  55. !
  56. interface FastEthernet0/6
  57. !
  58. interface FastEthernet0/7
  59. !
  60. interface FastEthernet0/8
  61. !
  62. interface FastEthernet0/9
  63. !
  64. interface FastEthernet0/10
  65. !
  66. interface FastEthernet0/11
  67. switchport access vlan 99
  68. switchport mode access
  69. !
  70. interface FastEthernet0/12
  71. !
  72. interface FastEthernet0/13
  73. !
  74. interface FastEthernet0/14
  75. !
  76. interface FastEthernet0/15
  77. !
  78. interface FastEthernet0/16
  79. !
  80. interface FastEthernet0/17
  81. !
  82. interface FastEthernet0/18
  83. !
  84. interface FastEthernet0/19
  85. !
  86. interface FastEthernet0/20
  87. !
  88. interface FastEthernet0/21
  89. !
  90. interface FastEthernet0/22
  91. !
  92. interface FastEthernet0/23
  93. description Polaczenie do R
  94. switchport access vlan 99
  95. switchport mode access
  96. !
  97. interface FastEthernet0/24
  98. !
  99. interface GigabitEthernet0/1
  100. !
  101. interface GigabitEthernet0/2
  102. !
  103. interface Vlan1
  104. no ip address
  105. !
  106. interface Vlan99
  107. ip address 192.168.4.49 255.255.255.0
  108. !
  109. ip http server
  110. ip http secure-server
  111. !
  112. banner motd  System nadzorowany. Dostep tylko dla autoryzowanych uzytkownikow 
  113. !
  114. line con 0
  115. exec-timeout 0 0
  116. password class
  117. logging synchronous
  118. login
  119. line vty 0 4
  120. exec-timeout 0 0
  121. password class
  122. logging synchronous
  123. login local
  124. transport input telnet ssh
  125. line vty 5 15
  126. exec-timeout 0 0
  127. password class
  128. logging synchronous
  129. login
  130. !
  131. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement