跳转至主要内容
  • 快速、轻松地下订单
  • 查看订单并跟踪您的发货状态
  • 创建并访问您的产品列表
  • 使用“Company Administration”(公司管理),管理Dell EMC站点、产品和产品级联系人。

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

摘要: 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.

本文可能已自动翻译。如果您对其质量有任何反馈,请使用此页面底部的表单告知我们。

文章内容


说明

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

文章属性


受影响的产品
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 ...
产品

PowerSwitch N3000 Series

上次发布日期

12 2月 2024

版本

5

文章类型

How To