Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Een lid stapelen en ontstapelen op een Dell EMC N4000 netwerkswitch

Summary: Een lid stapelen en ontstapelen op een Dell EMC N4000 netwerkswitch

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

U kunt N4000 switches als volgt stapelen.


1. Werk elke switch bij met de nieuwste firmware volgens de instructies in het zip-bestand.

2. Configureer de poorten die voor het stapelen worden gebruikt. Het is verstandig om ten minste twee poorten op elke switch te gebruiken zodat er een ring-topologieverbinding is.

 
Opmerking: U moet de switch opnieuw opstarten zodat poorten overgaan in de stapelmodus.
Opmerking: U kunt stapelen op de 10 Gigabit- of 40 Gigabit-poorten, maar niet op beide.
 
Opdracht Parameters
console>enable Uitvoermodus met uitgebreide bevoegdheden activeren
console#configure  Configuratiemodus activeren
console(config)#stack Stack-configuratiemodus activeren
console(config-stack)#stack-port [Port name] [Port Number] stack Poort configureren als stack-poort
console(config-stack)#end Terug naar configuratiemodus
console#copy running-configuration startup-configuration Configuratie opslaan
console#reload Reboot


Het onderstaande voorbeeld toont hoe u een 40 Gigabit-poort converteert naar een stack-poort

We gebruiken de poorten fortygigabitethernet 1/1/1 en fortygigabitethernet 1/1/2 als voorbeeld

console>enable
console#config
console(config)#stack
console(config-stack)#stack-port fortygigabitethernet 1/1/1 stack
console(config-stack)#stack-port fortygigabitethernet 1/1/2 stack
console(config-stack)#end
console#copy running-configuration startup-configuration
console#reload

Het onderstaande voorbeeld toont hoe u een 10 Gigabit-poort converteert naar een stack-poort

We gebruiken de poorten tengigabitethernet 1/0/23 en stack-poort tengigabitethernet 1/0/24 als voorbeeld

console>enable
console#config
console(config)#stack
console(config-stack)#stack-port tengigabitethernet 1/0/23 stack
console(config-stack)#stack-port tengigabitethernet 1/0/24 stack
console(config-stack)#end
console#copy running-configuration startup-configuration
console#reload

 

3.  Controleer na opnieuw opstarten of de stack-poorten correct zijn geconfigureerd

Gebruik de opdracht “show switch stack-ports

Voorbeeldresultaat

console#show switch stack-ports

        Configured Running

        Stack        Stack      Link        Link           Admin

Interface   Mode      Mode      Status       Speed (Gb/s)  Status

---------------- ---------- ---------- ------------ ------------ -----------

Te1/0/23   Stack     Stack      Link Up    10       Enabled

Te1/0/24   Stack    Stack      Link Up    10       Enabled

 

4. Schakel de switches uit. Verbind de stapelpoorten in een ring-topologie.

5. Schakel eerst de gewenste masterswitch in en wacht tot u deze kunt beheren. Schakel vervolgens de volgende switches één voor één in tot alle switches zijn ingeschakeld. Ze worden automatisch toegevoegd aan de stapel.
 

Opmerking: De Master- en Operation Standby-switches behouden de opstartconfiguratie van de stapel. U hebt alleen toegang tot de consolepoort vanaf de masterswitch.
Opmerking: De N4000-serie ondersteunt maximaal 12 switches per stack.
  
 

Ga als volgt te werk om een lid uit een N4000 stack te verwijderen:


1. Schakel het lid uit en verwijder de stackingkabels van het lid dat uit de stack moet worden verwijderd.

2. Verwijder in Master het lid-ID van het lid dat is uitgeschakeld

Opdracht Parameters
console>enable Uitvoermodus met uitgebreide bevoegdheden activeren
console#configure  Configuratiemodus activeren
console(config)#stack Stack-configuratiemodus activeren
console(config-stack)#no member  Lid verwijderen


 

HOW10357_nl_NL__1icon Met deze opdracht verwijdert u de configuratie die aan dat lid is gekoppeld vanuit de actieve configuratie.  De opdracht werkt niet als de switch een actief lid is. De opdracht is niet bedoeld om de switch opnieuw te nummeren.  De switch wordt alleen verwijderd als een lid van de stack.

 


Voorbeeldresultaat

Stel we verwijderen lid 2 uit de stack

console(config)#stack
console(config-stack)#
console(config-stack)#no member 2

3. Als u de stackingpoorten wilt converteren naar Ethernet , gebruikt u de onderstaande opdrachten
 

HOW10357_nl_NL__1icon U moet de switch opnieuw opstarten zodat poorten overgaan naar de Ethernet-modus.
 
Opdracht Parameters
console>enable Uitvoermodus met uitgebreide bevoegdheden activeren
console#configure  Configuratiemodus activeren
console(config)#stack Stack-configuratiemodus activeren
console(config-stack)#stack-port [Port name] [Port Number] ethernet Poort configureren als Ethernet-poort
console(config-stack)#end Terug naar configuratiemodus
console#copy running-configuration startup-configuration Configuratie opslaan
console#reload Reboot


Het onderstaande voorbeeld toont hoe u een 10 Gigabit-poort converteert naar een Ethernet-poort

console>enable
console#config
console(config)#stack
console(config-stack)#stack-port tengigabitethernet 1/0/1 ethernet
console(config-stack)#stack-port tengigabitethernet 1/0/1 ethernet
console(config-stack)#end
console#copy running-configuration startup-configuration
console#reload

4. Controleer na opnieuw opstarten of de poorten zijn overgegaan naar Ethernet-modus

Gebruik de opdracht “show switch stack-ports

Voorbeeldresultaat

console#show switch stack-ports

        Geconfigureerd In werking

         Stack        Stack      Link        Link           Admin

Interface   Modus      Modus      Status       Snelheid (Gb/s)  Status

---------------- ---------- ---------- ------------ ------------ -----------

Te1/0/1     Ethernet Ethernet  Link Up    10       Enabled

Te1/0/2     Ethernet Ethernet  Link Up    10       Enabled

Article Properties


Affected Product

PowerSwitch N4000 Series

Last Published Date

21 Sep 2021

Version

5

Article Type

How To