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

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

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

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

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

Article Properties


Affected Product
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 ...
Product

PowerSwitch N3000 Series

Last Published Date

12 Feb 2024

Version

5

Article Type

How To