Layer 2 Switching Commands 793Command ModeVLAN Configuration modeUser GuidelinesThe VLAN name may include any alphanumeric characters including a space,underscore, or dash. Enclose the string in double quotes to include spaceswithin the name. The surrounding quotes are not used as part of the name.The CLI does not filter illegal characters and may truncate entries at the firstillegal character or reject the entry entirely. The name of VLAN 1 cannot bechanged.ExampleThe following example configures a VLAN name of office2 for VLAN 2.console(config)#vlan 2console(config-vlan2)#name “RDU-NOC Management VLAN”private-vlanUse the private-vlan command in VLAN Configuration mode to define aprivate VLAN association between the primary and secondary VLANs.Use the no form of the command to remove the private VLAN association.Syntaxprivate-vlan {primary|isolated|community|association [add|remove] vlan-list}no private-vlan [association]• association—Defines an association between the primary VLAN andsecondary VLANs.• primary—Specify that the selected VLAN is the primary VLAN.• community—Specify that the selected VLAN is the community VLAN.• isolated—Specify that the selected VLAN is the isolated VLAN.• add—Associates a secondary VLAN with the primary VLAN.• remove—Deletes the secondary VLAN association with the primaryVLAN.