Download docx - Crear Una Vlan

Transcript
Page 1: Crear Una Vlan

Crear Una Vlan…

Switch>enable

Switch#vlan database

% Warning: It is recommended to configure VLAN from config mode, as VLAN database mode is being deprecated. Please consult user documentation for configuring VTP/VLAN in config mode.

Switch(vlan)#vlan 40 name pruebas

VLAN 40 added:

Name: pruebas

Switch(vlan)#exit

Asignar Puertos a Una Vlan…

Switch>enable

Switch#conf t

Switch#conf terminal

Enter configuration commands, one per line. End with CNTL/Z.

Switch(config)#interface fastEthernet 0/9

Switch(config-if)#switchport mode access

Switch(config-if)#switchport access vlan 20

Switch(config-if)#exit