Skip Navigation Links | |
Exit Print View | |
![]() |
Sun Ethernet Fabric Operating System XVLAN Administration Guide |
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 100 With Ports Used in an XVLAN
Use these CLI commands to enable or disable regular VLANs on XVLAN ports:
switchport xvlan-vlan shared
no switchport xvlan-vlan shared
This example shows how to enable regular VLANs on XVLAN ports for the sample configuration presented in this guide.
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
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
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 : ----------------------------------------------------