Pregunta de entrevista de CSPi

How do you create a VLAN in the CLI

Respuesta de la entrevista

Anónimo

10 jun 2024

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