Omitir para ir al contenido principal
  • Hacer pedidos rápida y fácilmente
  • Ver pedidos y realizar seguimiento al estado del envío
  • Cree y acceda a una lista de sus productos
  • Administre sus sitios, productos y contactos de nivel de producto de Dell EMC con Administración de la empresa.

Dell Networking N Series 스위치에 대해 Rapid-PVST(Rapid Per-VLAN Spanning Tree) 또는 PVST(Per-VLAN Spanning Tree)를 활성화하는 방법

Resumen: Dell Networking N Series 스위치에 대해 Rapid-PVST(Rapid Per-VLAN Spanning Tree) 또는 PVST(Per-VLAN Spanning Tree)를 활성화하는 방법

Es posible que este artículo se traduzca automáticamente. Si tiene comentarios sobre su calidad, háganoslo saber mediante el formulario en la parte inferior de esta página.

Contenido del artículo


Instrucciones

목차

PVST 활성화

PVST로 전환하려면 다음 명령을 입력합니다.

console> enable
console# config

rapid-pvst의 경우:

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

PVST를 사용하는 기존 디바이스의 경우:

console(config)# spanning-tree mode pvst
참고: 스위치의 최신 펌웨어 버전을 사용하면 두 PVST 모드 모두 최대 64개의 VLAN을 지원합니다. 자세한 내용은 해당 모델 및 펌웨어 버전에 대한 사용자 가이드를 참조하십시오. Dell Support

 
PVST에서 특정 VLAN을 제거하고 특정 VLAN을 포함하려면 다음 명령을 입력합니다. 이 예에서는 VLAN 10을 제거하고 VLAN 20을 추가합니다.

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

루트 브리지 우선순위 설정

다음 명령을 실행하면 루트 브리지 선택의 우선 순위가 설정됩니다. 이 예에서는 VLAN 20 및 30을 우선 순위 4096으로, VLAN 40에서 45를 우선 순위 8192로 설정합니다.

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

PortFast 활성화

프린터, 전화, 서버, 워크스테이션과 같은 엔드 디바이스로 가는 포트인 엣지 포트를 PortFast로 설정하도록 구성하는 것이 좋습니다. PortFast의 포트는 전달 시간 지연을 기다리지 않고 링크가 작동하면 전달 상태로 직접 이동합니다.

console(config)#interface te1/0/1
console(config-if)#spanning-tree portfast
주의: 다른 스위치 또는 네트워크 디바이스에 연결되는 인터페이스에는 PortFast를 구성하지 마십시오.

스패닝 트리 확인

PVST를 검토하려면 다음 명령을 실행합니다. X 는 확인하려는 VLAN ID로 대체됩니다.

console# show spanning-tree vlan X

Propiedades del artículo


Producto comprometido
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 ...
Producto

PowerSwitch N3000 Series

Fecha de la última publicación

12 feb 2024

Versión

5

Tipo de artículo

How To