Advertisement
Guest User

Untitled

a guest
Apr 4th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. ACCESS2#show run
  2.  
  3. !Current Configuration:
  4. !Software Capability "Stack Limit = 12, VLAN Limit = 4093"
  5. !Image File "N4000v6.5.1.1"
  6. !System Description "Dell Networking N4032, 6.5.1.1, Linux 3.7.10-e54850e7"
  7. !System Software Version 6.5.1.1
  8. !Cut-through mode is configured as disabled
  9. !
  10. configure
  11. vlan 10,30,40
  12. exit
  13. vlan 10
  14. name "CORE connection"
  15. exit
  16. vlan 30
  17. name "Management"
  18. exit
  19. vlan 40
  20. name "Networking"
  21. exit
  22. ip telnet server disable
  23. hostname "ACCESS2"
  24. slot 1/0 2 ! Dell Networking N4032
  25. stack
  26. member 1 1 ! N4032
  27. exit
  28. interface out-of-band
  29. ip address 10.32.2.4 255.255.255.0 10.32.2.1
  30. exit
  31. ip routing
  32. interface vlan 1
  33. exit
  34. interface vlan 10
  35. ip address 10.32.0.4 255.255.255.248
  36. exit
  37. interface vlan 30
  38. ip address 10.32.3.4 255.255.255.0
  39. exit
  40. line ssh
  41. exec-timeout 60
  42. exit
  43. ip ssh server
  44. spanning-tree mode mst
  45. spanning-tree priority 4096
  46. spanning-tree mst 1 priority 4096
  47. spanning-tree mst configuration
  48. name "AG"
  49. instance 1 add vlan 10
  50. instance 1 add vlan 30
  51. exit
  52. ip vrrp
  53. !
  54. interface Te1/0/1
  55. channel-group 101 mode active
  56. description "MLAG_CORE1_link"
  57. exit
  58. !
  59. interface Te1/0/2
  60. channel-group 102 mode active
  61. description "MLAG_CORE2_link"
  62. exit
  63. !
  64. interface Te1/0/7
  65. channel-group 7 mode active
  66. description "MLAG_CONTR00_link"
  67. exit
  68. !
  69. interface Te1/0/8
  70. channel-group 8 mode active
  71. description "MLAG_CONTR01_link"
  72. exit
  73. !
  74. interface Te1/0/9
  75. channel-group 9 mode active
  76. description "MLAG_COMPUT00_link"
  77. exit
  78. !
  79. interface Te1/0/10
  80. channel-group 10 mode active
  81. description "MLAG_COMPUT01_link"
  82. exit
  83. !
  84. interface Te1/0/11
  85. channel-group 11 mode active
  86. description "MLAG_COMPUT02_link"
  87. exit
  88. !
  89. interface Te1/0/23
  90. channel-group 100 mode active
  91. description "MLAG_peer_link"
  92. switchport mode trunk
  93. exit
  94. !
  95. interface Te1/0/24
  96. channel-group 100 mode active
  97. description "MLAG_peer_link"
  98. switchport mode trunk
  99. exit
  100. !
  101. interface port-channel 7
  102. description "MLAG_CONTR00_link"
  103. switchport mode trunk
  104. switchport trunk allowed vlan 30,40
  105. vpc 7
  106. exit
  107. !
  108. interface port-channel 8
  109. description "MLAG_CONTR01_link"
  110. switchport mode trunk
  111. vpc 8
  112. exit
  113. !
  114. interface port-channel 9
  115. description "MLAG_COMPUT00_link"
  116. switchport mode trunk
  117. vpc 9
  118. exit
  119. !
  120. interface port-channel 10
  121. description "MLAG_COMPUT01_link"
  122. switchport mode trunk
  123. vpc 10
  124. exit
  125. !
  126. interface port-channel 11
  127. description "MLAG_COMPUT02_link"
  128. switchport mode trunk
  129. vpc 11
  130. exit
  131. !
  132. interface port-channel 100
  133. description "MLAG_peer_link"
  134. switchport mode trunk
  135. vpc peer-link
  136. exit
  137. !
  138. interface port-channel 101
  139. description "MLAG_CORE1_link"
  140. switchport mode trunk
  141. switchport trunk allowed vlan 10
  142. vpc 1
  143. exit
  144. !
  145. interface port-channel 102
  146. description "MLAG_CORE2_link"
  147. switchport mode trunk
  148. switchport trunk allowed vlan 10
  149. vpc 2
  150. exit
  151. interface vlan 30
  152. vrrp 30
  153. vrrp 30 mode
  154. vrrp 30 ip 10.32.3.1
  155. vrrp 30 priority 200
  156. vrrp 30 accept-mode
  157. exit
  158. feature vpc
  159. vpc domain 1
  160. role priority 150
  161. peer-keepalive enable
  162. peer-keepalive destination 10.32.2.3 source 10.32.2.4
  163. peer detection enable
  164. exit
  165. eula-consent support-assist reject
  166. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement