How do you create a VLAN in the CLI
Anónimo
For Cisco VLAN creation: - configure terminal - vlan [VLAN_ID] - name [VLAN_NAME] To assign ports to the VLAN interface [INTERFACE_ID] switchport mode access switchport access vlan [VLAN_ID] exit "or" switchport mode trunk switchport trunk allowed vlan [VLAN_LIST] switchport trunk native vlan [VLAN_ID] exit