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.

Como ativar a Rapid Per-VLAN Spanning Tree (Rapid-PVST) ou a Per-VLAN Spanning Tree (PVST) para os switches Dell Networking Série N

Summary: Como ativar a Rapid Per-VLAN Spanning Tree (Rapid-PVST) ou a Per-VLAN Spanning Tree (PVST) para os switches Dell Networking Série 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

Sumário

Habilitando o PVST

Para alternar para PVST, digite os seguintes comandos:

console> enable
console# config

Para rapid-pvst:

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

Para dispositivos legados que usam PVST:

console(config)# spanning-tree mode pvst
Nota: Com as versões de firmware mais recentes do switch, ambos os modos PVST oferecem suporte a até 64 VLANs. Consulte o Guia do usuário do seu modelo e a versão do firmware para obter mais informações. Suporte Dell

 
Para remover VLANs específicas do PVST e incluir VLANs específicas, insira os comandos a seguir. Este exemplo remove a VLAN 10 e adiciona a VLAN 20.

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

Definindo a prioridade do bridge raiz

O comando a seguir define a prioridade para a seleção da ponte raiz. Este exemplo define as VLAN 20 e 30 como prioridade 4096 e as VLAN 40 a 45 como prioridade 8192.

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

Habilitando o PortFast

É recomendável configurar quaisquer portas de borda, portas que vão para dispositivos finais, como impressoras, telefones, servidores, estações de trabalho, a serem configuradas como PortFast. Uma porta no PortFast se move diretamente para o estado de encaminhamento quando o link é ativado sem esperar pelo atraso de tempo de encaminhamento.

console(config)#interface te1/0/1
console(config-if)#spanning-tree portfast
Aviso: Não configure o PortFast em interfaces conectadas a outro switch ou dispositivo de rede.

Verificar a estrutura estendida

Para analisar o PVST, execute o seguinte comando. X é substituído pelo ID de VLAN que você deseja verificar.

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