User guide
Table Of Contents
- Part1
- Part2
- Part2
- Part3
- Part4
- Part5
- Dynamic Link Aggregation
- Link Aggregation ID
- RADIUS
- Configuring RADIUS Server Settings
- Configuring IEEE802.1x
- Supported MIBs
- SNMP Traps
- Configuring SNMP
- Setting Up Login Accounts
- Requirements for Using SSH
- HTTPS Example
- Internet Explorer Warning Messages
- Netscape Navigator Warning Messages
- Login Screen
- Strict Priority Queuing (SPQ)
- Weighted Round Robin Scheduling (WRR)
- DiffServ
- DSCP and Per-Hop Behavior
- DHCP “Relay Agent Information Option”
- DHCP Relay Agent Circuit ID Sub-option Format
- Part6
- Part7
- Switch Configuration File
- Access Priority
- The Console Port
- Telnet
- List of Available Commands
- Detailed Command Information
- Logging Out
- User Mode
- Enable Mode
- Configure Mode
- config-vlan Commands
- interface Commands
- show system-information
- show hardware-monitor
- show ip
- show logging
- show interface
- show mac address-table
- Backing up Configuration
- Restoring Configuration
- Using a Different Configuration File
- Resetting to the Factory Default
- no mirror-port
- no https timeout
- no trunk
- no port-access-authenticator
- no ssh
- interface
- bpdu-control
- broadcast-limit
- bandwidth-limit
- mirror
- gvrp
- ingress-check
- frame-type
- vlan-trunking
- spq
- wrr
- egress set
- qos priority
- name
- speed-duplex
- Static Entries (SVLAN Table)
- Dynamic Entries (DVLAN Table)
- GARP Status
- GARP Timer
- GVRP Timer
- Enable GVRP
- Disable GVRP
- Set Port VID
- Set Acceptable Frame Type
- Enable or Disable Port GVRP
- Modify Static VLAN
- Delete VLAN ID

Dimension GS-3012 Gigabit Ethernet Switch
IEEE 802.1Q Tagged VLAN Commands 30-1
This chapter describes the IEEE 802.1Q Tagged VLAN and associated commands.
30.1 IEEE 802.1Q Tagged VLAN Overview
See the VLAN chapter for more information on VLANs. There are two kinds of tagging:
1. Explicit Tagging
A VLAN identifier is added to the frame header that identifies the source VLAN.
2. Implicit Tagging
The MAC (Media Access Control) number, the port or other information is used to identify the source of a VLAN
frame.
The IEEE 802.1Q Tagged VLAN uses both explicit and implicit tagging.
Whether to tag an outgoing frame depends on the setting of the egress port on a per-LAN, per-port basis (recall that
a port can belong to multiple VLANs). If the tagging on the egress port is enabled for the VID of a frame, then the
frame is transmitted as a tagged frame; otherwise, it is transmitted as an untagged frame.
30.2 VLAN Databases
A VLAN database stores and organizes VLAN registration information useful for switching frames to and from a
switch. A VLAN database consists of a static entries (Static VLAN or SVLAN table) and dynamic entries
(Dynamic VLAN or DVLAN table).
30.2.1 Static Entries (SVLAN Table)
Static entry registration information is added, modified and removed by administrators only.
30.2.2 Dynamic Entries (DVLAN Table)
Dynamic entries are learned by the switch and cannot be created or updated by administrators. The switch learns
this information by observing what port, source address and VLAN ID (or VID) is associated with a frame. Entries
are added and deleted using GARP VLAN Registration Protocol (GVRP), where GARP is the Generic Attribute
Registration Protocol.
30.3 Configuring Tagged VLAN
Chapter 30
IEEE 802.1Q Tagged VLAN Commands