4 mar 2015

Comandos para crear VLAN

VLAN
enable
conf t
vlan "xx"
name "nombre"
int fa"x/x"
switchport mode access
switchport access vlan "xx"

VLAN NATIVA
enable
conf t
vlan 99
name nativa
int fa"x/x"
switchport mode trunk
switchport trunk native vlan 99