Advertisement
Guest User

CORE-SWITCH-01

a guest
May 3rd, 2018
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. CORE-SWITCH-01#show running-config
  2.  
  3. !Current Configuration:
  4. !Software Capability "ACCESS ROUTER"
  5. !Image File "N3000_N2000v6.3.0.15"
  6. !System Description "Dell Networking N3048, 6.3.0.15, Linux 3.6.5-7dc37651"
  7. !System Software Version 6.3.0.15
  8. !
  9. configure
  10. vlan 10,15,20,25,30,40,45,50,99
  11. exit
  12. vlan 10
  13. name "public-wifi"
  14. exit
  15. vlan 15
  16. name "kiosk"
  17. exit
  18. vlan 20
  19. name "staff"
  20. exit
  21. vlan 25
  22. name "production"
  23. exit
  24. vlan 30
  25. name "cameras"
  26. exit
  27. vlan 40
  28. name "voip"
  29. exit
  30. vlan 45
  31. name "dante"
  32. exit
  33. vlan 50
  34. name "public-hardwire"
  35. exit
  36. vlan 99
  37. name "mangement"
  38. exit
  39. hostname "CORE-SWITCH-01"
  40. slot 1/0 3 ! Dell Networking N3048
  41. stack
  42. member 1 4 ! N3048
  43. exit
  44. interface out-of-band
  45. ip address 172.25.188.71 255.255.0.0 172.25.188.254
  46. exit
  47. interface vlan 1
  48. ip address 10.1.9.51 255.255.248.0
  49. exit
  50. no passwords min-length
  51. username "admin" password c715120806d6a5decfac9a4af9293e41 privilege 15 encrypted
  52. ip ssh server
  53. spanning-tree mode rapid-pvst
  54. spanning-tree vlan 1 priority 0
  55. application install hiveagent start-on-boot
  56. !
  57. interface Gi1/0/1
  58. channel-group 1 mode active
  59. description "MLAG_Peer_Link"
  60. switchport mode trunk
  61. exit
  62. !
  63. interface Gi1/0/2
  64. channel-group 1 mode active
  65. description "MLAG_Peer_Link"
  66. switchport mode trunk
  67. exit
  68. !
  69. interface Gi1/0/3
  70. channel-group 11 mode active
  71. description "gi1/0/3_to_B_Switch_01"
  72. switchport mode trunk
  73. exit
  74. !
  75. interface Te1/0/1
  76. channel-group 60 mode active
  77. description "te1/0/1-2_to_MLAG_peers"
  78. switchport mode trunk
  79. exit
  80. !
  81. interface Te1/0/2
  82. channel-group 60 mode active
  83. description "te1/0/1-2_to_MLAG_peers"
  84. switchport mode trunk
  85. exit
  86. !
  87. interface port-channel 1
  88. description "MLAG_Peer_Link"
  89. switchport mode trunk
  90. vpc peer-link
  91. exit
  92. !
  93. interface port-channel 11
  94. description "MLAG_to_B_Switch_01"
  95. switchport mode trunk
  96. vpc 11
  97. exit
  98. !
  99. interface port-channel 60
  100. description "LAG_to_Closet_A_MLAG"
  101. switchport mode trunk
  102. vpc 60
  103. exit
  104. snmp-server engineid local 800002a203f8b15661a2ac
  105. feature vpc
  106. vpc domain 1
  107. role priority 1
  108. peer-keepalive enable
  109. peer-keepalive destination 172.25.188.72 source 172.25.188.71
  110. peer detection enable
  111. exit
  112. exit
  113.  
  114. CORE-SWITCH-01#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement