메인 콘텐츠로 이동
  • 빠르고 간편하게 주문
  • 주문 보기 및 배송 상태 추적
  • 제품 목록을 생성 및 액세스
  • 회사 관리를 사용하여 Dell EMC 사이트, 제품 및 제품 수준 연락처를 관리하십시오.
일부 문서 번호가 변경되었을 수 있습니다. 이 문서가 찾으려는 문서가 아닌 경우 모든 문서를 검색해 보십시오. 문서 검색

How to enable Rapid Per-VLAN Spanning Tree (Rapid-PVST) or Per-VLAN Spanning tree (PVST) for the Dell Networking N Series switches

요약: How to enable Rapid Per-VLAN Spanning Tree (Rapid-PVST) or Per-VLAN Spanning tree (PVST) for the Dell Networking N Series switches.

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

문서 콘텐츠


지침

Table of Contents

Enabling PVST

To switch to PVST input the following commands:

console> enable
console# config

For rapid-pvst:

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

For legacy devices that use PVST:

console(config)# spanning-tree mode pvst
Note: With the latest firmware versions of the switch, both PVST modes support up to 64 VLANs. See the User Guide for your model and firmware version for more information. Dell Support

 
To remove specific VLANs from PVST and include specific VLANs, input the following commands. This example removes VLAN 10 and adds VLAN 20.

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

Setting root bridge priority

The following command sets priority for root bridge selection. This example sets vlan 20 and 30 as priority 4096 and VLAN 40 through 45 as priority 8192.

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

Enabling PortFast

It is recommended to configure any edge ports, ports that go to end devices such as printers, phones, servers, workstations, to be set up as PortFast. A port in PortFast moves directly to the forwarding state when the link comes up without waiting for the forward-time delay.

console(config)#interface te1/0/1
console(config-if)#spanning-tree portfast
Caution: Do not configure PortFast on interfaces that attach to another switch or network device.

Verify Spanning-tree

To review PVST, run the following command. X is replaced with the VLAN ID that you want to check.

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