VLAN names are case-sensitive for RADIUS authorization when a client roams to a switch. If the switch is not configured with the VLAN the client is on, but is configured with a VLAN that has the same spelling but different capitalization, authorization for the client fails. For example, if the client is on VLAN red but the switch to which the client roams has VLAN RED instead, RADIUS authorization fails.

Examples: The following command assigns the name marigold to VLAN 3:

DWS-1008# set vlan 3 name marigold success: change accepted.

See Also:

• set vlan port

set vlan port

Assigns one or more network ports to a VLAN. You also can add a virtual port to each network port by adding a tag value to the network port.

Syntax: set vlan vlan-idport port-list[tag tag-value]

vlan-idVLAN name or number.

port port-listList of physical ports.

tag tag-valueTag value that identifies a virtual port.You can specify a value from 1 through 4093.

Defaults: By default, no ports are members of any VLANs. A switch cannot forward traffic on the network until you configure VLANs and add network ports to the VLANs.

Access: Enabled.

Usage: You can combine this command with the set port name command to assign the name and add the ports at the same time. If you do not specify a tag value, the switch sends untagged frames for the VLAN. If you do specify a tag value, the switch sends tagged frames only for the VLAN.

If you do specify a tag value, D-Link recommends that you use the same value as the VLAN number. MSS does not require the VLAN number and tag value to be the same but some other vendors’ devices do.

Examples: The following command assigns the name beige to VLAN 11 and adds ports 1 through

3 to the VLAN:

DWS-1008# set vlan 11 name beige port 1-3success: change accepted.

The following command adds port 5 to VLAN beige and assigns tag value 86 to the port:

DWS-1008# set vlan beige port 5 tag 86 success: change accepted.

D-Link DWS-1008 CLI Manual

67

Page 70
Image 70
D-Link dws-1008 manual Set vlan port, Syntax set vlan vlan-idport port-listtag tag-value