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 Restricted Group Registration

By default, port-level restricted group registration is disabled. If this feature is enabled, then the multicast group attribute or service requirement attribute is learned dynamically on a port, only if the specific multicast group attribute or service requirement attribute is statically configured in the switch. If restricted group registration rules are disabled, then the GMRP packets are processed normally, and the multicast group attribute or service requirement attributes are learned dynamically, even if they are not statically configured in the switch. See Default Settings for the example topology for this procedure.

  1. In switch A, configure the static multicast MAC address.
    SEFOS# configure terminal
    SEFOS(config)# mac-address-table static multicast 01:02:03:04:05:06 vlan 1 interface extreme-ethernet 0/3
    SEFOS(config)# end
  2. Review the output of the static multicast table.
    SEFOS# show mac-address-table static multicast
    Static Multicast Table
    ----------------------
    VLAN            : 1
    Mac Address     : 01:02:03:04:05:06
    Receive Port    : 
    Member Ports    : Ex0/3
    Forbidden Ports :
    Status          : Permanent
    ------------------------------------------------
  3. Review the statically configured multicast entry in switch A.
    SEFOS# show mac-address-table
    VLAN    Mac Address         Type     Ports
    ----    -----------         ----     -----
    1       00:02:02:03:04:01   Learnt   Ex0/3 (Switch B port Ex2 mac address)
    1       01:02:03:04:05:06   Static   Ex0/1
    Total Mac Addresses displayed: 2
  4. Review the output in switch B.
    SEFOS# show mac-address-table
    VLAN  Mac Address         Type     Ports
    ----  -----------         ----     -----
    1     00:01:02:03:04:02   Learnt   Ex0/3 (In Switch A, port Ex 0/3 Mac addr)
    1     01:02:03:04:05:06   Learnt   Ex0/3 (Switch A group mac addr)
     
    Total Mac Addresses displayed: 2
  5. Enable restricted group registration in switch B.
    SEFOS# configure terminal
    SEFOS(config)# interface extreme-ethernet 0/3
    SEFOS(config-if)# group restricted enable
    SEFOS(config-if)# end
  6. Review the configuration details after enabling restricted group registration.
    SEFOS# show mac-address-table
    VLAN    Mac Address         Type     Ports
    ----    -----------         ----     -----
    1       00:01:02:03:04:02   Learnt   Ex0/3
     
    Total Mac Addresses displayed: 1
  7. Create the static multicast MAC address.
    SEFOS# configure terminal
    SEFOS(config)# mac-address-table static multicast 01:02:03:04:05:06 vlan 1 interface extreme-ethernet 0/3
    SEFOS(config)# end
  8. Review the MAC address table details.
    SEFOS# show mac-address-table
    VLAN    Mac Address         Type     Ports
    ----    -----------         ----     -----
    1       00:01:02:03:04:02   Learnt   Ex0/3
    1       01:02:03:04:05:06   Static   Ex0/1,Ex0/2
    Total Mac Addresses displayed: 2