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

Configure Encapsulation

Trunk encapsulation dictates the manner in which frames are identified (that is, tagged) on a trunk and defines the VLAN services available. To set the encapsulation type as ISL on the interface, you must first configure the port as trunk. By default, dot1q encapsulation is enabled.

  1. Configure the port as the trunk port.
    SEFOS# configure terminal
    SEFOS(config)# interface extreme-ethernet 0/1
    SEFOS(config-if)# switchport mode trunk
  2. Set the encapsulation type as ISL.
    SEFOS(config-if)# spanning-tree encap ISL
    SEFOS(config-if)# end
  3. Review the port encapsulation type.
    SEFOS# show spanning-tree interface extreme-ethernet 0/1 encapsulationtype
     
    Encapsulation Type is ISL
  4. Reset the encapsulation type to the default on the interface.
    SEFOS# configure terminal
    SEFOS(config)# interface extreme-ethernet 0/1
    SEFOS(config-if)# no spanning-tree encap
    SEFOS(config-if)# end