Advertisement
Guest User

Untitled

a guest
Jul 9th, 2024
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. Leaf1#show running-config
  2. Building configuration...
  3.  
  4. Current configuration : 2276 bytes
  5. !
  6. version 15.0
  7. no service timestamps log datetime msec
  8. no service timestamps debug datetime msec
  9. no service password-encryption
  10. !
  11. hostname Leaf1
  12. !
  13. enable secret 5 $1$mERr$V3AzF/pAhvRvjIsUimrC8.
  14. !
  15. !
  16. !
  17. ip ssh version 2
  18. ip domain-name cisco.com
  19. !
  20. username cisco secret 5 $1$mERr$V3AzF/pAhvRvjIsUimrC8.
  21. !
  22. !
  23. !
  24. spanning-tree mode pvst
  25. spanning-tree extend system-id
  26. !
  27. interface Port-channel1
  28. switchport trunk native vlan 30
  29. switchport trunk allowed vlan 10,20
  30. switchport mode trunk
  31. !
  32. interface FastEthernet0/1
  33. switchport access vlan 30
  34. switchport mode access
  35. spanning-tree portfast
  36. !
  37. interface FastEthernet0/2
  38. switchport access vlan 20
  39. switchport mode access
  40. spanning-tree portfast
  41. !
  42. interface FastEthernet0/3
  43. switchport trunk native vlan 30
  44. switchport trunk allowed vlan 10,20
  45. switchport mode trunk
  46. channel-protocol lacp
  47. channel-group 1 mode active
  48. !
  49. interface FastEthernet0/4
  50. switchport trunk native vlan 30
  51. switchport trunk allowed vlan 10,20
  52. switchport mode trunk
  53. channel-protocol lacp
  54. channel-group 1 mode active
  55. !
  56. interface FastEthernet0/5
  57. switchport trunk native vlan 30
  58. switchport trunk allowed vlan 10,20
  59. switchport mode trunk
  60. !
  61. interface FastEthernet0/6
  62. switchport trunk native vlan 30
  63. switchport trunk allowed vlan 10,20
  64. switchport mode trunk
  65. !
  66. interface FastEthernet0/7
  67. switchport access vlan 10
  68. switchport mode access
  69. !
  70. interface FastEthernet0/8
  71. !
  72. interface FastEthernet0/9
  73. !
  74. interface FastEthernet0/10
  75. !
  76. interface FastEthernet0/11
  77. !
  78. interface FastEthernet0/12
  79. !
  80. interface FastEthernet0/13
  81. !
  82. interface FastEthernet0/14
  83. !
  84. interface FastEthernet0/15
  85. !
  86. interface FastEthernet0/16
  87. !
  88. interface FastEthernet0/17
  89. !
  90. interface FastEthernet0/18
  91. !
  92. interface FastEthernet0/19
  93. !
  94. interface FastEthernet0/20
  95. !
  96. interface FastEthernet0/21
  97. !
  98. interface FastEthernet0/22
  99. !
  100. interface FastEthernet0/23
  101. !
  102. interface FastEthernet0/24
  103. !
  104. interface GigabitEthernet0/1
  105. !
  106. interface GigabitEthernet0/2
  107. !
  108. interface Vlan1
  109. no ip address
  110. shutdown
  111. !
  112. interface Vlan30
  113. ip address 10.0.0.149 255.255.255.240
  114. !
  115. !
  116. !
  117. !
  118. access-list 1 permit 10.0.0.144 0.0.0.15
  119. line con 0
  120. logging synchronous
  121. !
  122. line vty 0 4
  123. access-class 1 in
  124. exec-timeout 30 0
  125. login local
  126. transport input ssh
  127. line vty 5 15
  128. access-class 1 in
  129. exec-timeout 30 0
  130. login local
  131. transport input ssh
  132. !
  133. !
  134. !
  135. !
  136. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement