Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. D2#show run
  2. Building configuration...
  3.  
  4. Current configuration : 1831 bytes
  5. !
  6. version 12.2
  7. no service pad
  8. service timestamps debug uptime
  9. service timestamps log uptime
  10. no service password-encryption
  11. !
  12. hostname D2
  13. !
  14. !
  15. no aaa new-model
  16. system mtu routing 1500
  17. ip subnet-zero
  18. ip routing
  19. !
  20. !
  21. !
  22. !
  23. no file verify auto
  24. !
  25. spanning-tree mode rapid-pvst
  26. spanning-tree extend system-id
  27. spanning-tree vlan 1,10,20 priority 28672
  28. !
  29. vlan internal allocation policy ascending
  30. !
  31. !
  32. interface FastEthernet0/1
  33.  switchport trunk encapsulation dot1q
  34.  switchport mode trunk
  35. !
  36. interface FastEthernet0/2
  37.  switchport trunk encapsulation dot1q
  38.  switchport mode trunk
  39. !
  40. interface FastEthernet0/3
  41.  switchport trunk encapsulation dot1q
  42.  switchport mode trunk
  43. !
  44. interface FastEthernet0/4
  45.  shutdown
  46. !
  47. interface FastEthernet0/5
  48.  shutdown
  49. !
  50. interface FastEthernet0/6
  51.  shutdown
  52. !
  53. interface FastEthernet0/7
  54.  shutdown
  55. !
  56. interface FastEthernet0/8
  57.  shutdown
  58. !
  59. interface FastEthernet0/9
  60.  shutdown
  61. !
  62. interface FastEthernet0/10
  63.  shutdown
  64. !
  65. interface FastEthernet0/11
  66.  shutdown
  67. !
  68. interface FastEthernet0/12
  69.  shutdown
  70. !
  71. interface FastEthernet0/13
  72.  shutdown
  73. !
  74. interface FastEthernet0/14
  75.  shutdown
  76. !
  77. interface FastEthernet0/15
  78.  shutdown
  79. !
  80. interface FastEthernet0/16
  81.  shutdown
  82. !
  83. interface FastEthernet0/17
  84.  shutdown
  85. !
  86. interface FastEthernet0/18
  87.  shutdown
  88. !
  89. interface FastEthernet0/19
  90.  shutdown
  91. !
  92. interface FastEthernet0/20
  93.  shutdown
  94. !
  95. interface FastEthernet0/21
  96.  shutdown
  97. !
  98. interface FastEthernet0/22
  99.  shutdown
  100. !
  101. interface FastEthernet0/23
  102.  shutdown
  103. !
  104. interface FastEthernet0/24
  105.  shutdown
  106. !
  107. interface GigabitEthernet0/1
  108. !
  109. interface GigabitEthernet0/2
  110. !
  111. interface Vlan1
  112.  no ip address
  113. !
  114. interface Vlan10
  115.  ip address 192.168.10.2 255.255.255.0
  116. !
  117. interface Vlan20
  118.  ip address 192.168.20.2 255.255.255.0
  119. !
  120. router eigrp 1
  121.  network 192.168.0.0 0.0.255.255
  122.  no auto-summary
  123. !
  124. ip classless
  125. ip http server
  126. !
  127. !
  128. !
  129. control-plane
  130. !
  131. !
  132. line con 0
  133. line vty 5 15
  134. !
  135. end
  136.  
  137. D2#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement