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.

Sådan stabler og fjerner du et medlem på/fra en Dell EMC Networking N4000-switch

Summary: Sådan stabler og fjerner du et medlem på/fra en Dell EMC Networking N4000-switch

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

For at stable N4000-switches sammen skal du gøre følgende.


1. Opdater hver switch til den nyeste firmware vha. den medfølgende vejledning i zip-filen.

2. Konfigurer de porte, der skal anvendes til stablingen. Det anbefales at bruge mindst to porte på hver switch for at muliggøre en ringtopologiforbindelse.

 
Bemærk: Du skal genstarte switchen, så portene kan omstille sig til stablingstilstand.
Bemærk: Du kan stable på 10-Gigabit eller 40-Gigabit-porten, men ikke på dem begge.
 
Kommando Parametre
console>enable Angiv Privileged Exec-tilstand
console#configure  Angiv konfigurationstilstand
console(config)#stack Åben stabelkonfigurationstilstand
console(config-stack)#stack-port [Port name] [Port Number] stack Konfigurer porten som en stabelport
console(config-stack)#end Gå tilbage til konfigurationstilstand
console#copy running-configuration startup-configuration Gem konfiguration
console#reload Reboot


Nedenstående eksempler viser, hvordan du konverterer en 40-Gigabit port- til en stakport

Vi bruger portene fyrregigabitethernet 1/1/1 og fyrregigabitethernet 1/1/2 som eksempel

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

Nedenstående eksempler viser, hvordan du konverterer en 10-Gigabit port- til en stakport

Vi bruger portene tigigabitethernet 1/0/23 og stakport tigigabitethernet 1/0/24 som eksempel

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.  Efter en vellykket genstart skal du kontrollere, at stakportene er konfigureret korrekt

Brug kommandoen "show switch stack-ports"

Eksempel på output

console#show switch stack-ports

        Konfigureret Kører

        Stak         Stak      Link        Link           Admin

Grænseflade   Tilstand      Tilstand      Status       Hastighed (Gb/s)  Status

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

Te1/0/23   Stak     Stak      Link Up    10       Aktiveret

Te1/0/24   Stak    Stak      Link Up    10       Aktiveret

 

4. Sluk for switchene. Tilslut stablingsportene i en ringtopologi.

5. Tænd for den ønskede masterswitch først, og vent, til du kan styre den. Efterfølgende tændes de næste switche én ad gangen, indtil alle switche er tændt. De føjer sig selv til stablen.
 

Bemærk: MOS-switche (Master and Operation Standby) vedligeholder opstartskonfigurationen af stablen. Du kan kun få adgang til konsolporten fra masteren.
Bemærk: Switche i N4000-serien understøtter op til 12 enheder i en stak.
  
 

For at fjerne et medlem fra N4000-stakken skal du gøre følgende


1. Sluk for medlemmet, og fjern stablingskablerne fra det medlem, der skal fjernes fra stakken

2. I masterswitchen fjernes medlems-id'et for det medlem, der er slukket

Kommando Parametre
console>enable Angiv Privileged Exec-tilstand
console#configure  Angiv konfigurationstilstand
console(config)#stack Åben stabelkonfigurationstilstand
console(config-stack)#no member  Fjern medlem


 

HOW10357_da__1icon Denne kommando fjerner konfigurationen, der er knyttet til det pågældende medlem, fra den kørende konfiguration.  Kommandoen fungerer ikke, hvis switchen er et aktivt medlem. Dette er ikke en kommando, der omnummererer enheden.  Den fjerner kun switchen som et medlem af stakken.

 


Eksempel på output

Forestil dig, at vi fjerner medlem 2 fra stakken

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

3. Hvis du vil bruge Konverter stakporte til Ethernet, skal du bruge nedenstående kommandoer
 

HOW10357_da__1icon Du skal genstarte switchen, så portene kan omstille sig til Ethernet-tilstand.
 
Kommando Parametre
console>enable Angiv Privileged Exec-tilstand
console#configure  Angiv konfigurationstilstand
console(config)#stack Åben stabelkonfigurationstilstand
console(config-stack)#stack-port [Port name] [Port Number] ethernet Konfigurer port som Ethernet-port
console(config-stack)#end Gå tilbage til konfigurationstilstand
console#copy running-configuration startup-configuration Gem konfiguration
console#reload Reboot


Nedenstående eksempler viser, hvordan du konverterer en 10-Gigabit-port til en Ethernet-port

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. Efter en vellykket genstart skal du kontrollere, at portene er blevet ændret til Ethernet-tilstand

Brug kommandoen “show switch stack-ports

Eksempel på output

console#show switch stack-ports

        Konfigureret Kører

         Stak         Stak      Link        Link           Admin

Grænseflade   Tilstand      Tilstand      Status       Hastighed (Gb/s)  Status

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

Te1/0/1     Ethernet Ethernet  Link Up    10       Aktiveret

Te1/0/2     Ethernet Ethernet  Link Up    10       Aktiveret

Article Properties


Affected Product

PowerSwitch N4000 Series

Last Published Date

21 Sep 2021

Version

5

Article Type

How To