Advertisement
Guest User

Untitled

a guest
May 17th, 2018
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. ASwitch#sh run
  2. Building configuration...
  3.  
  4. Current configuration : 1655 bytes
  5. !
  6. version 12.2
  7. no service pad
  8. service timestamps debug datetime msec
  9. service timestamps log datetime msec
  10. service password-encryption
  11. !
  12. hostname ASwitch
  13. !
  14. boot-start-marker
  15. boot-end-marker
  16. !
  17. enable password 7 03554A0A1C35007D0F
  18. !
  19. username ansible privilege 15 secret 5 $1$nSwG$QsNXsZnYmp6tWMRrPzgpN0
  20. !
  21. !
  22. no aaa new-model
  23. switch 1 provision ws-c3750-24p
  24. system mtu routing 1500
  25. ip domain-name sn.pt
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. spanning-tree mode pvst
  35. spanning-tree extend system-id
  36. !
  37. vlan internal allocation policy ascending
  38. !
  39. ip ssh version 2
  40. !
  41. !
  42. interface FastEthernet1/0/1
  43. !
  44. interface FastEthernet1/0/2
  45. !
  46. interface FastEthernet1/0/3
  47. !
  48. interface FastEthernet1/0/4
  49. !
  50. interface FastEthernet1/0/5
  51. !
  52. interface FastEthernet1/0/6
  53. !
  54. interface FastEthernet1/0/7
  55. !
  56. interface FastEthernet1/0/8
  57. !
  58. interface FastEthernet1/0/9
  59. !
  60. interface FastEthernet1/0/10
  61. !
  62. interface FastEthernet1/0/11
  63. !
  64. interface FastEthernet1/0/12
  65. !
  66. interface FastEthernet1/0/13
  67. !
  68. interface FastEthernet1/0/14
  69. !
  70. interface FastEthernet1/0/15
  71. !
  72. interface FastEthernet1/0/16
  73. !
  74. interface FastEthernet1/0/17
  75. !
  76. interface FastEthernet1/0/18
  77. !
  78. interface FastEthernet1/0/19
  79. !
  80. interface FastEthernet1/0/20
  81. !
  82. interface FastEthernet1/0/21
  83. !
  84. interface FastEthernet1/0/22
  85. !
  86. interface FastEthernet1/0/23
  87. !
  88. interface FastEthernet1/0/24
  89. !
  90. interface GigabitEthernet1/0/1
  91. !
  92. interface GigabitEthernet1/0/2
  93. !
  94. interface Vlan1
  95. ip address 10.20.30.111 255.255.255.0
  96. !
  97. ip classless
  98. ip http server
  99. ip http secure-server
  100. !
  101. ip sla enable reaction-alerts
  102. !
  103. !
  104. line con 0
  105. line vty 0 4
  106. password 7 0257155A113C2E100D
  107. login local
  108. transport input ssh
  109. line vty 5 15
  110. password 7 0257155A113C2E100D
  111. login local
  112. transport input ssh
  113. !
  114. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement