Pergunta de entrevista da empresa CSPi

How do you create a VLAN in the CLI

Resposta da entrevista

Sigiloso

10 de jun. de 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