Question d’entretien chez CSPi

How do you create a VLAN in the CLI

Réponse à la question d'entretien

Utilisateur anonyme

10 juin 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