Chapter 5: Layer 2 Features
Extreme Networks EAS 100-24t Switch CLI Manual
182
Example usage:
To configure the group ID 1 on all ports to be associated with VLAN marketing-1:
config port dot1v ports
Purpose Used to assign the VLAN for untagged packets that ingress from the portlist
based on the protocol group configured.
Syntax config port dot1v ports [all] [add protocol_group [group_id <int 1-16> |
group_name <name 32>] [vlan <vlan_name 32> | vlanid <int>] {priority
<value 0-7>} | delete protocol_group [group_id <int 1-16> | all]]
Description This command is used to assign the VLAN for untagged packets that ingress
from the portlist based on the protocol group configured. This assignment can
be removed by using the delete protocol_group option.
When priority is not specified in the command, the port default priority will be
the priority for those untagged packets classified by the protocol VLAN.
Parameters all – Specifies all of the ports to apply to this command.
group_id – The group ID of the protocol group.
group_name – The name of the protocol group.
vlan – The VLAN that is to be associated with this protocol group on this port.
vlan_id – Specifies the VLAN ID.
priority – Specifies the priority to be associated with the packet which has
been classified to the specified VLAN by the protocol.
delete – Specifies to remove a protocol group.
protocol_group – Specifies the protocol group.
group_id – Specifies the group ID.
Restrictions Only Administrator-level users can issue this command.
# config port dot1v ports all add protocol_group group_id 1 vlan marketing-1
Command: config port dot1v ports all add protocol_group group_id 1 vlan marketing-1
Success.
#
show port dot1v
Purpose Used to display the VLAN to be associated with untagged packets ingressed
from a port based on the protocol group.
Syntax show port dot1v {ports <portlist>}
Description This command is used to display the VLAN to be associated with untagged
packets ingressed from a port based on the protocol group.
Parameters portlist – Specifies a range of ports to be displayed.
If not specified, information for all ports will be displayed.
Restrictions None.