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

XVLAN 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

Protocol Description

Principal XVLAN

Restricted XVLAN

XVLAN Port Types

Supported CLI Commands

Configuring XVLAN

Single-Switch Configuration

Single-Switch Topology

Configure External and Internal Ports in a Solitary-Restricted XVLAN

Configure Ports in Solitary- and Group-Restricted XVLANs

Allowing Regular VLAN on XVLAN Ports

Configure Regular VLAN on an XVLAN Port

Display Port VLAN Properties

Configure Regular VLAN 100 With Ports Used in an XVLAN

Multiple-Switch Configuration

Multiple-Switch Topology

Connect Two Switches With Two Restricted XVLANs

Connect XVLANs Across SEFOS1 and SEFOS2

Configure Regular VLAN on an XVLAN Port

Use these CLI commands to enable or disable regular VLANs on XVLAN ports:

This example shows how to enable regular VLANs on XVLAN ports for the sample configuration presented in this guide.

  1. Disable GVRP.
    SEFOS# conf t 
    SEFOS(config)# xvlan 10
    % GVRP/GARP Has to disabled for Exclusive Vlan configuration
    SEFOS(config)# set gvrp disable 
    SEFOS(config)# set gmrp disable 
  2. Create the principal VLAN and add ports to it.
    SEFOS(config)# xvlan 10 
    SEFOS(config-xvlan)# 
    SEFOS(config-xvlan)# port internal ext 0/15-24 extern extreme-ethernet 0/3-6 inter-switch ext 0/11 
    SEFOS(config-xvlan)# xvlan 30 solo ports internal ext 0/15-19 extern extreme-ethernet 0/3-6 inter-switch ext 0/11 
    SEFOS(config-xvlan)# xvlan 60 group port intern ext 0/21-24 extern extreme-ethernet 0/3-6 inter-switch ext 0/11 
    SEFOS(config-xvlan)# end 
  3. View the configuration.
    SEFOS# 
    SEFOS# show xvlan 
     
    Exclusive Vlan database 
    --------------------------- 
     
    XVlan ID : 10 
    Type : Principal 
    Principal XVlan : 10 
    External Ports : Ex0/3, Ex0/4, Ex0/5, Ex0/6 
    Internal Ports : Ex0/15, Ex0/16, Ex0/17, Ex0/18, Ex0/19, Ex0/20 
    Ex0/21, Ex0/22, Ex0/23, Ex0/24 
    ISWTrunk Ports : Ex0/11 
    Name : 
    ---------------------------------------------------- 
    XVlan ID : 30 
    Type : Restricted: Solitary 
    Principal XVlan : 10 
    External Ports : Ex0/3, Ex0/4, Ex0/5, Ex0/6 
    Internal Ports : Ex0/15, Ex0/16, Ex0/17, Ex0/18, Ex0/19 
    ISWTrunk Ports : Ex0/11 
    Name : 
    ---------------------------------------------------- 
    XVlan ID : 60 
    Type : Restricted: Group 
    Principal XVlan : 10 
    External Ports : Ex0/3, Ex0/4, Ex0/5, Ex0/6 
    Internal Ports : Ex0/21, Ex0/22, Ex0/23, Ex0/24 
    ISWTrunk Ports : Ex0/11 
    Name : 
    ----------------------------------------------------