Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. S2#sh run
  2. Building configuration...
  3.  
  4. Current configuration : 1893 bytes
  5. !
  6. ! Last configuration change at 19:09:18 UTC Fri Oct 28 2016
  7. !
  8. version 15.2
  9. service timestamps debug datetime msec
  10. service timestamps log datetime msec
  11. no service password-encryption
  12. service compress-config
  13. !
  14. hostname S2
  15. !
  16. boot-start-marker
  17. boot-end-marker
  18. !
  19. !
  20. logging discriminator EXCESS severity drops 6 msg-body drops EXCESSCOLL
  21. logging buffered 50000
  22. logging console discriminator EXCESS
  23. !
  24. no aaa new-model
  25. !
  26. !
  27. !
  28. !
  29. !
  30. vtp mode off
  31. no ip icmp rate-limit unreachable
  32. !
  33. !
  34. !
  35. no ip domain-lookup
  36. ip cef
  37. no ipv6 cef
  38. !
  39. !
  40. !
  41. spanning-tree mode rapid-pvst
  42. spanning-tree extend system-id
  43. !
  44. vlan internal allocation policy ascending
  45. !
  46. vlan 500
  47. private-vlan primary
  48. private-vlan association 501-502
  49. !
  50. vlan 501
  51. private-vlan community
  52. !
  53. vlan 502
  54. private-vlan isolated
  55. !
  56. ip tcp synwait-time 5
  57. !
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. !
  65. !
  66. !
  67. !
  68. !
  69. !
  70. interface Ethernet0/0
  71. switchport trunk encapsulation dot1q
  72. switchport mode trunk
  73. switchport nonegotiate
  74. !
  75. interface Ethernet0/1
  76. switchport private-vlan host-association 500 502
  77. switchport mode private-vlan host
  78. !
  79. interface Ethernet0/2
  80. switchport private-vlan host-association 500 502
  81. switchport mode private-vlan host
  82. !
  83. interface Ethernet0/3
  84. !
  85. interface Ethernet1/0
  86. !
  87. interface Ethernet1/1
  88. !
  89. interface Ethernet1/2
  90. !
  91. interface Ethernet1/3
  92. !
  93. interface Ethernet2/0
  94. !
  95. interface Ethernet2/1
  96. !
  97. interface Ethernet2/2
  98. !
  99. interface Ethernet2/3
  100. !
  101. interface Ethernet3/0
  102. !
  103. interface Ethernet3/1
  104. !
  105. interface Ethernet3/2
  106. !
  107. interface Ethernet3/3
  108. !
  109. interface Vlan1
  110. no ip address
  111. shutdown
  112. !
  113. interface Vlan500
  114. ip address 192.168.10.253 255.255.255.0
  115. ip helper-address 192.168.10.254
  116. private-vlan mapping 501-502
  117. !
  118. ip forward-protocol nd
  119. !
  120. no ip http server
  121. no ip http secure-server
  122. !
  123. !
  124. !
  125. !
  126. !
  127. !
  128. control-plane
  129. !
  130. !
  131. line con 0
  132. exec-timeout 0 0
  133. privilege level 15
  134. logging synchronous
  135. line aux 0
  136. exec-timeout 0 0
  137. privilege level 15
  138. logging synchronous
  139. line vty 0 4
  140. login
  141. !
  142. !
  143. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement