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

VLAN 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

Introduction

VLAN Configuration

Configuration Guidelines

Default Settings

Configuring Static VLAN Entries

Create Member Ports

Create Forbidden Ports

Viewing VLAN Information

Retrieve the VLAN Summary

Retrieve the Configuration Details for all of the VLANs on a Switch

Retrieve the Configuration Details of a particular VLAN on the Switch

Delete a VLAN

Enable VLANs

Configure a Static Unicast Entry

Configure a Static Multicast Entry

Configure Dynamic VLAN Learning

Configure Dynamic Multicast Learning

Configure Restricted VLAN Registration

Configure Restricted Group Registration

Configuring QinQ

Enable Tunneling on a Port

Enable STP Packet Tunneling

Configure QinQ

Configuring Service Classes and Expedited Traffic

Map a Priority to Traffic Class

Configuring Port Filtering

Configure the Acceptable Frame Type

Configure Ingress Filtering

Flow-Based Configuration

Flow-Based Example Topologies

Example Topolgy 1

Example Topolgy 2

Example Topolgy 3

Configuring Static Unicast and Multicast Entries

Configure Static Unicast Entry in Topology 1

Configure Static Unicast Entry in Topology 2

Configuring GVRP

Configure VGRP for Topology 1

Configure VGRP for Topology 2

Configure VLANs on the Nonroot Bridge

Configure Restricted VLAN Registration

Configure GMRP

Configure Restricted Group Registration

Classify VLANs

Create Acceptable Frame Types

Configure Ingress Filtering

Configure the Acceptable Frame Type

You can configure the acceptable frame type for the port as one of the following:

In the following example, the frame type is set to tagged.

  1. Configure the acceptable frame type for the port.
    SEFOS# configure terminal
    SEFOS(config)# interface extreme-ethernet 0/2
    SEFOS(config-if)# switchport acceptable-frame-type tagged
    SEFOS(config-if)# end
    SEFOS(config)# exit
  2. Review the configuration information.
    SEFOS# show vlan port config port extreme-ethernet 0/2
    Vlan Port configuration table
    -------------------------------
    Port Ex0/2
    Port Vlan ID                        : 1
    Port Acceptable Frame Type          : Admit Only Vlan Tagged
    Port Ingress Filtering              : Disabled
    Port Mode                           : Hybrid
    Port Gvrp Status                    : Disabled
    Port Gmrp Status                    : Disabled
    Port Gvrp Failed Registrations      : 0
    Gvrp last pdu origin                : 00:00:00:00:00:00
    Port Restricted VLAN Registration   : Disabled
    Port Restricted Group Registration  : Disabled
    Mac Based Support                   : Disabled
    Subnet Based Support                : Disabled
    Port-and-Protocol Based Support     : Enabled
    Default Priority                    : 0
    Tunnel Status                       : Disabled
    Dot1x Protocol Tunnel Status        : Peer
    LACP Protocol Tunnel Status         : Peer
    Spanning Tree Tunnel Status         : Peer
    GVRP Protocol Tunnel Status         : Peer
    GMRP Protocol Tunnel Status         : Peer
    IGMP Protocol Tunnel Status         : Peer
    Filtering Utility Criteria          : Default
    Port Protected Status               : Disabled
    -------------------------------------------------------

    Note - When set to tagged, the device discards untagged and priority tagged frames received on the port. The device will process only the VLAN tagged frames.