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
30-2 IEEE 802.1Q Tagged VLAN Commands
The following procedure shows you how to configure tagged VLAN.
3. Use the IEEE 802.1Q tagged VLAN commands to configure tagged VLAN for the switch.
• Use the
vlan <vlan-id> command to configure or create a VLAN on the switch. The switch
automatically enters the
config-vlan mode.
• Use the
exit command when you are finished configuring the VLAN.
• Use the
interface <port-list> command to enter the config-interface mode to set the VLAN settings
on a port, then use the pvid <vlan-id> command to set the VLAN ID you created for the port-list to
that specific port in the PVID table.
• Use the
inactive command to deactivate the VLAN(s).
Example:
Figure 30-1 Tagged VLAN Configuration and Activation Example
4. Configure your management VLAN.
• Use the
vlan <vlan-id> command to create a VLAN (VID 3 in this example) for managing the switch,
and the switch will activate the new management VLAN.
• Use the
inactive command to disable the new management VLAN.
Example:
Figure 30-2 CPU VLAN Configuration and Activation Example
30.4 Global VLAN1Q Tagged VLAN Configuration Commands
This section shows you how to configure and monitor the IEEE 802.1Q Tagged VLAN.
30.4.1 GARP Status
GS-3012 (config)# vlan 3
GS-3012 (config-vlan)# inactive
GS-3012 (config)# vlan 2000
GS-3012 (config-vlan)# name up1
GS-3012 (config-vlan)# fixed 10-12
GS-3012 (config-vlan)# no untagged 10-12
GS-3012 (config-vlan)# exit
GS-3012 (config)# interface 10-12
GS-3012 (config-interface)# pvid 2000
GS-3012 (config-interface)# exit