xStack
®
DGS-3400 Series Layer 2 Gigabit Ethernet Managed Switch CLI Manual
550
show subnet_vlan
vlan
- If specify the vlan, all subnet vlan entries that associated with this vlan will be
displayed. If no parameter is specified, all subnet vlan entries will be displayed.
vidlist
- Specifies a list of VLANs by VLAN ID.
Restrictions
None.
Example usage:
This example shows how to show a specified subnet VLAN entry:
DGS-3450:admin# show subnet_vlan network 172.168.1.1/24
Command:show subnet_vlan network 172.168.1.1/24
IP Address/Subnet Mask VLAN Priority
-------------------------------------------- ------- ---------
172.168.1.0/255.255.255.0 4094 2
DGS-3450:admin#
This example shows how to display a specified IPv6 subnet VLAN entry:
DGS-3450:admin# show subnet_vlan ipv6network FE80:250:BAFF::/64
Command: show subnet_vlan ipv6network FE80:250:BAFF::/64
IP Address/Subnet Mask VLAN Priority
-------------------------- ------ ---------
FE80:250:BAFF::/64 10 1
DGS-3450:admin#
This example shows how to show all subnet VLAN entries:
DGS-3450:admin#show subnet_vlan
Command:show subnet_vlan
IP Address/Subnet Mask VLAN Priority
-------------------------------------------- ------- ---------
172.168.1.0/255.255.255.0 4094 2
172.18.211.1/255.255.255.0 20 3
FE80:250:BAFF::/64 10 2
Total Entries:3
DGS-3450:admin#
config vlan_precedence ports
Purpose
Use this command to configure the vlan classification precedence.
Syntax
config vlan_precedence ports <portlist> [mac_based_vlan | subnet_vlan]
Description
This command is used to configure vlan classification precedence on each port.
You can specify the order of MAC-based VLAN classification and subnet VLAN classification.
If a port’s VLAN classification is MAC-based precedence, MAC-based VLAN classification
will process at first. If MAC-based VLAN classification fails, the subnet VLAN classification
will be executed.