JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Ethernet Fabric Operating System

PVRST+ Administration Guide

search filter icon
search icon

Document Information

Using This Documentation

Product Notes

Related Documentation

Acronyms and Abbreviations

CLI Command Modes

Feedback

Support and Accessibility

PVRST+ Overview

Protocol Description

Topology Example

Default Settings

Rapid STP

Bridge ID and Switch Priority

Election of the Root Switch

Port States

Port Roles

Rapid Convergence

Proposal Agreement Sequence

Topology Change and Topology Change Detection

VLAN Module

Configuring RSTP in PVRST+

Enable IPv6 Support and Assign IPv6 Addresses

Configure the Spanning-Tree Path Cost

Configure the Spanning Tree Link Type

Configure the Spanning-Tree portfast Setting

Configure Spanning Tree Timers

Display the Spanning Tree Status

Configure the Transmit Hold Count

Configure Encapsulation

Configure the BPDU Guard

Configure the Root Guard

Configuring the VLAN Module

Disable GVRP

Configuring Trunk and Access Ports

Configure a Trunk Port

Configure an Access Port

Set Up PVID on a Port

Configure VLANS and Display the PVRST+ Information for VLANs

Rapid STP

The bridge allows interconnection of end stations attached to separate LANs and allows the stations to communicate as if they are attached to a single LAN. The bridge operates below the MAC service boundary and is transparent to the protocols operating above this boundary.

In complex networks, a loop can occur when there are two or more paths between two end points. This situation leads to the duplication of frames, which in turn leads to heavy traffic in the network. To avoid this situation, STP is used. STP forms a logical, loop-free topology from the physical topology and forwards the frames without duplication. To avoid prolonged stabilization time following a reconfiguration event in the spanning tree algorithm, PVRST+ provides support for RSTP. The operation of RSTP enables rapid recovery of connectivity following the failure of a bridge, bridge port, or a LAN.

To isolate link fluctuations to a particular VLAN segment and to provide load balancing, PVRST+ creates a separate spanning tree for each VLAN. The spanning-tree-to-VLAN mapping is configured on a per-VLAN basis.

The PVRST+ protocol is an enhancement of RSTP, which works in conjunction with VLAN to provide better control over traffic in the network.

A switch takes the role of either a root or designated switch. STP assigns port roles to the port to calculate the best loop-free path. This list contains the possible roles:

These elements determine the stable and active spanning-tree topology of a switched network.

When switches in a network come up, each switch assumes itself to be the root bridge and starts sending configuration messages through all of its ports. BPDUs are used to communicate and compute the spanning tree topology. The BPDUs contain the following information:

When a switch receives a superior configuration BPDU on a port, it stores the received information for that port. If the port is a root port, the switch forwards the updated message to all of the attached LANs for which the switch is the designated bridge. If the switch receives an inferior configuration BPDU to the BPDU that is currently stored for that port, the switch discards the BPDU. If the switch is a designated switch for the LAN from which the inferior information was received, then the switch sends up-to-date information stored for that port, discards the inferior information, and propagates the superior information in the network.

Each layer 2 interface in the switch running the per-VLAN rapid spanning tree protocol is in one of these states for each VLAN running on the switch:

These sections describe switch priorities and election, port states and roles, rapid convergence, proposal agreement and how to detect topology change.