Sun Ethernet Fabric Operating System EVLAN Administration Guide

Exit Print View

Updated: July 2015
 
 

Configure Regular VLAN on an EVLAN Port

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

  • switchport evlan-vlan shared

  • no switchport evlan-vlan shared

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

  1. Disable GVRP.
    SEFOS# conf t 
    SEFOS(config)# evlan 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)# evlan 10 
    SEFOS(config-evlan)# 
    SEFOS(config-evlan)# port internal ext 0/15-24 extern extreme-ethernet 0/3-6 inter-switch ext 0/11 
    SEFOS(config-evlan)# evlan 30 solo ports internal ext 0/15-19 extern extreme-ethernet 0/3-6 inter-switch ext 0/11 
    SEFOS(config-evlan)# evlan 60 group port intern ext 0/21-24 extern extreme-ethernet 0/3-6 inter-switch ext 0/11 
    SEFOS(config-evlan)# end 
    
  3. View the configuration.
    SEFOS# 
    SEFOS# show evlan 
     
    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 : 
    ----------------------------------------------------