Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. S1#sh run
  2. Building configuration...
  3.  
  4. Current configuration : 2096 bytes
  5. !
  6. ! Last configuration change at 19:07:28 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 S1
  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. ip dhcp excluded-address 192.168.10.1 192.168.10.10
  34. ip dhcp excluded-address 192.168.10.254
  35. !
  36. ip dhcp pool 500
  37. network 192.168.10.0 255.255.255.0
  38. dns-server 8.8.8.8
  39. domain-name cisco.com
  40. default-router 192.168.10.254
  41. lease 7 23 59
  42. !
  43. !
  44. no ip domain-lookup
  45. ip cef
  46. no ipv6 cef
  47. !
  48. !
  49. !
  50. spanning-tree mode rapid-pvst
  51. spanning-tree extend system-id
  52. !
  53. vlan internal allocation policy ascending
  54. !
  55. vlan 500
  56. private-vlan primary
  57. private-vlan association 501-502
  58. !
  59. vlan 501
  60. private-vlan community
  61. !
  62. vlan 502
  63. private-vlan isolated
  64. !
  65. ip tcp synwait-time 5
  66. !
  67. !
  68. !
  69. !
  70. !
  71. !
  72. !
  73. !
  74. !
  75. !
  76. !
  77. !
  78. !
  79. interface Ethernet0/0
  80. switchport private-vlan host-association 500 501
  81. switchport mode private-vlan host
  82. !
  83. interface Ethernet0/1
  84. switchport private-vlan host-association 500 501
  85. switchport mode private-vlan host
  86. !
  87. interface Ethernet0/2
  88. switchport trunk encapsulation dot1q
  89. switchport mode trunk
  90. switchport nonegotiate
  91. !
  92. interface Ethernet0/3
  93. !
  94. interface Ethernet1/0
  95. !
  96. interface Ethernet1/1
  97. !
  98. interface Ethernet1/2
  99. !
  100. interface Ethernet1/3
  101. !
  102. interface Ethernet2/0
  103. !
  104. interface Ethernet2/1
  105. !
  106. interface Ethernet2/2
  107. !
  108. interface Ethernet2/3
  109. !
  110. interface Ethernet3/0
  111. !
  112. interface Ethernet3/1
  113. !
  114. interface Ethernet3/2
  115. !
  116. interface Ethernet3/3
  117. !
  118. interface Vlan1
  119. no ip address
  120. shutdown
  121. !
  122. interface Vlan500
  123. ip address 192.168.10.254 255.255.255.0
  124. private-vlan mapping 501-502
  125. !
  126. ip forward-protocol nd
  127. !
  128. no ip http server
  129. no ip http secure-server
  130. !
  131. !
  132. !
  133. !
  134. !
  135. !
  136. control-plane
  137. !
  138. !
  139. line con 0
  140. exec-timeout 0 0
  141. privilege level 15
  142. logging synchronous
  143. line aux 0
  144. exec-timeout 0 0
  145. privilege level 15
  146. logging synchronous
  147. line vty 0 4
  148. login
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement