Passer au contenu principal
  • Passer des commandes rapidement et facilement
  • Afficher les commandes et suivre l’état de votre expédition
  • Créez et accédez à une liste de vos produits
  • Gérer vos sites, vos produits et vos contacts au niveau des produits Dell EMC à l’aide de la rubrique Gestion des informations de l’entreprise.

Come abilitare Rapid Per-VLAN Spanning Tree (Rapid-PVST) o Per-VLAN Spanning tree (PVST) per gli switch Dell Networking serie N

Résumé: Come abilitare Rapid Per-VLAN Spanning Tree (Rapid-PVST) o Per-VLAN Spanning tree (PVST) per gli switch Dell Networking serie N.

Cet article a peut-être été traduit automatiquement. Si vous avez des commentaires concernant sa qualité, veuillez nous en informer en utilisant le formulaire au bas de cette page.

Contenu de l’article


Instructions

Sommario

Abilitazione di PVST

Per passare all'ingresso PVST, eseguire i seguenti comandi:

console> enable
console# config

Per rapid-pvst:

console(config)# spanning-tree mode rapid-pvst

Per i dispositivi legacy che utilizzano PVST:

console(config)# spanning-tree mode pvst
Nota: Con le versioni firmware più recenti dello switch, entrambe le modalità PVST supportano fino a 64 VLAN. Per ulteriori informazioni, consultare la guida utente del modello e della versione del firmware. Dell Support

 
Per rimuovere VLAN specifiche da PVST e includere VLAN specifiche, inserire i seguenti comandi. In questo esempio viene rimossa la VLAN 10 e viene aggiunta la VLAN 20.

console(config)#no spanning-tree vlan 10
console(config)#spanning-tree vlan 20

Impostare la priorità del root bridge

Il seguente comando imposta la priorità per la selezione del bridge radice. In questo esempio le VLAN 20 e 30 vengono impostate come priorità 4096 e le VLAN da 40 a 45 come priorità 8192.

console(config)# spanning-tree vlan 20,30 priority 4096
console(config)# spanning-tree vlan 40-45 priority 8192

Abilitazione di PortFast

Si consiglia di configurare le porte edge, le porte che collegano i dispositivi finali come stampanti, telefoni, server e workstation, da impostare come PortFast. Una porta in PortFast passa direttamente allo stato di inoltro quando il link si attiva senza attendere il ritardo di inoltro.

console(config)#interface te1/0/1
console(config-if)#spanning-tree portfast
Attenzione: Non configurare PortFast su interfacce collegate a un altro switch o dispositivo di rete.

Verifica dello spanning tree

Per verificare PVST, eseguire il seguente comando. X viene sostituito con l'ID VLAN che si desidera controllare.

console# show spanning-tree vlan X

Propriétés de l’article


Produit concerné
N Series, PowerSwitch N1100-ON Series, PowerSwitch N1500 Series, PowerSwitch N2000 Series, PowerSwitch N2100 Series, PowerSwitch N2200-ON Series, PowerSwitch N3000 Series, Dell EMC PowerSwitch N3000E-ON Series, Dell EMC PowerSwitch N3100 Series , Dell EMC Networking N3200-ON ...
Produit

PowerSwitch N3000 Series

Dernière date de publication

12 févr. 2024

Version

5

Type d’article

How To