Advertisement
tjma_ru

ISP_switch_running-config

Nov 25th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. ISP_switch_running-config
  2.  
  3.  
  4. !
  5. version 12.1
  6. no service timestamps log datetime msec
  7. no service timestamps debug datetime msec
  8. no service password-encryption
  9. !
  10. hostname ISP
  11. !
  12. !
  13. !
  14. spanning-tree mode pvst
  15. !
  16. interface FastEthernet0/1
  17. description msk-arbat-gw1
  18. switchport mode trunk
  19. !
  20. interface FastEthernet0/2
  21. description spb-vsl-gw1
  22. switchport mode trunk
  23. !
  24. interface FastEthernet0/3
  25. description kmr-gorka-sw1
  26. switchport mode trunk
  27. !
  28. interface FastEthernet0/4
  29. description ISP-Router
  30. switchport mode trunk
  31. !
  32. interface FastEthernet0/5
  33. !
  34. interface FastEthernet0/6
  35. !
  36. interface FastEthernet0/7
  37. !
  38. interface FastEthernet0/8
  39. !
  40. interface FastEthernet0/9
  41. !
  42. interface FastEthernet0/10
  43. !
  44. interface FastEthernet0/11
  45. !
  46. interface FastEthernet0/12
  47. !
  48. interface FastEthernet0/13
  49. !
  50. interface FastEthernet0/14
  51. !
  52. interface FastEthernet0/15
  53. !
  54. interface FastEthernet0/16
  55. !
  56. interface FastEthernet0/17
  57. !
  58. interface FastEthernet0/18
  59. !
  60. interface FastEthernet0/19
  61. !
  62. interface FastEthernet0/20
  63. !
  64. interface FastEthernet0/21
  65. !
  66. interface FastEthernet0/22
  67. !
  68. interface FastEthernet0/23
  69. !
  70. interface FastEthernet0/24
  71. !
  72. interface GigabitEthernet0/1
  73. !
  74. interface GigabitEthernet0/2
  75. !
  76. interface Vlan1
  77. no ip address
  78. shutdown
  79. !
  80. !
  81. !
  82. !
  83. line con 0
  84. !
  85. line vty 0 4
  86. login
  87. line vty 5 15
  88. login
  89. !
  90. !
  91. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement