Advertisement
Guest User

Untitled

a guest
Apr 18th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. MLS#show running-config
  2. Building configuration...
  3.  
  4. Current configuration : 1603 bytes
  5. !
  6. version 12.2
  7. no service timestamps log datetime msec
  8. no service timestamps debug datetime msec
  9. no service password-encryption
  10. !
  11. hostname MLS
  12. !
  13. !
  14. !
  15. !
  16. !
  17. !
  18. ip routing
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. spanning-tree mode pvst
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. interface FastEthernet0/1
  41. !
  42. interface FastEthernet0/2
  43. !
  44. interface FastEthernet0/3
  45. !
  46. interface FastEthernet0/4
  47. !
  48. interface FastEthernet0/5
  49. !
  50. interface FastEthernet0/6
  51. !
  52. interface FastEthernet0/7
  53. !
  54. interface FastEthernet0/8
  55. !
  56. interface FastEthernet0/9
  57. !
  58. interface FastEthernet0/10
  59. !
  60. interface FastEthernet0/11
  61. !
  62. interface FastEthernet0/12
  63. !
  64. interface FastEthernet0/13
  65. !
  66. interface FastEthernet0/14
  67. !
  68. interface FastEthernet0/15
  69. !
  70. interface FastEthernet0/16
  71. !
  72. interface FastEthernet0/17
  73. !
  74. interface FastEthernet0/18
  75. !
  76. interface FastEthernet0/19
  77. !
  78. interface FastEthernet0/20
  79. !
  80. interface FastEthernet0/21
  81. !
  82. interface FastEthernet0/22
  83. !
  84. interface FastEthernet0/23
  85. !
  86. interface FastEthernet0/24
  87. !
  88. interface GigabitEthernet0/1
  89. switchport trunk native vlan 999
  90. !
  91. interface GigabitEthernet0/2
  92. no switchport
  93. ip address 209.165.200.225 255.255.255.252
  94. duplex auto
  95. speed auto
  96. !
  97. interface Vlan1
  98. no ip address
  99. shutdown
  100. !
  101. interface Vlan10
  102. mac-address 0002.16a2.cb01
  103. ip address 192.168.10.254 255.255.255.0
  104. !
  105. interface Vlan20
  106. mac-address 0002.16a2.cb02
  107. ip address 192.168.20.254 255.255.255.0
  108. !
  109. interface Vlan30
  110. mac-address 0002.16a2.cb03
  111. ip address 192.168.30.254 255.255.255.0
  112. !
  113. interface Vlan99
  114. mac-address 0002.16a2.cb04
  115. ip address 192.168.99.254 255.255.255.0
  116. !
  117. ip classless
  118. !
  119. ip flow-export version 9
  120. !
  121. !
  122. !
  123. !
  124. !
  125. !
  126. !
  127. line con 0
  128. !
  129. line aux 0
  130. !
  131. line vty 0 4
  132. login
  133. !
  134. !
  135. !
  136. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement