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 Ingress Filtering

To work with ingress traffic, you must ensure that the follow prerequisites are met:

See Default Settings for the topology for this procedure.

  1. Configure the VLAN in switch 1.
    SEFOS# configure terminal
    SEFOS(config)# vlan 2
    SEFOS(config-vlan)# ports extreme-ethernet 0/15 untagged extreme-ethernet 0/15
    SEFOS(config-vlan)# exit
    SEFOS(config)# interface extreme-ethernet 0/19
    SEFOS(config-if)# no shutdown
    SEFOS(config-if)# switchport pvid 2
    SEFOS(config-if)# exit
    SEFOS(config)# interface extreme-ethernet 0/15
    SEFOS(config-if)# no shutdown
    SEFOS(config-if)# switchport pvid 2
    SEFOS(config-if)# end
  2. Wait for at least 30 seconds for the topology to settle, then ping host B from host A to ensure that the APR packet reaches host B.
  3. Enable ingress filtering in port P15 at switch 1.
    SEFOS# configure terminal
    SEFOS(config)# interface extreme-ethernet 0/15
    SEFOS(config-if)# switchport ingress filter
    SEFOS(config-if)# end
  4. Review the VLAN-related configurations.
    SEFOS# show vlan id 2
    Vlan database
    -------------------
    Vlan ID             : 2
    Member Ports        : Ex0/15
    Untagged Ports      : Ex0/15
    Forbidden Ports     : None
    Name                :
    Status              : Permanent
    ---------------------------------
  5. Review the VLAN port configuration table.
    SEFOS# show vlan port config port extreme-ethernet 0/15
    Vlan Port configuration table
    -------------------------------
    Port Ex0/15
    Port  Vlan ID                        : 2
    Port Acceptable Frame Type           : Admit All
    Port Ingress Filtering               : Enabled
    Port Mode                            : Hybrid
    Port Gvrp Status                     : Enabled
    Port Gmrp Status                     : Enabled
    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
    ----------------------------------------------------

    The APR packet should reach host B when ingress filtering is enabled.