메인 콘텐츠로 이동
  • 빠르고 간편하게 주문
  • 주문 보기 및 배송 상태 추적
  • 제품 목록을 생성 및 액세스
  • 회사 관리를 사용하여 Dell EMC 사이트, 제품 및 제품 수준 연락처를 관리하십시오.

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

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

이 문서는 자동으로 번역되었을 수 있습니다. 번역 품질에 대한 의견이 있는 경우 페이지 하단의 양식을 사용해 알려 주시기 바랍니다.

문서 콘텐츠


지침

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

문서 속성


영향을 받는 제품
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