Skip Navigation Links | |
Exit Print View | |
![]() |
Sun Ethernet Fabric Operating System PVRST+ Administration Guide |
Topology Change and Topology Change Detection
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
Configuring Trunk and Access Ports
Configure VLANS and Display the PVRST+ Information for VLANs
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.
SEFOS# configure terminal SEFOS(config)# interface extreme-ethernet 0/1 SEFOS(config-if)# switchport mode trunk
SEFOS(config-if)# spanning-tree encap ISL SEFOS(config-if)# end
SEFOS# show spanning-tree interface extreme-ethernet 0/1 encapsulationtype Encapsulation Type is ISL
SEFOS# configure terminal SEFOS(config)# interface extreme-ethernet 0/1 SEFOS(config-if)# no spanning-tree encap SEFOS(config-if)# end