0% found this document useful (0 votes)
31 views

Configurar Vlans en Switch

The document discusses configuring VLANs on a switch. It shows how to create VLANs 2 and 3, name them "RR.HH" and "CONTAB" respectively, and assign switch ports fa0/2-4 to VLAN 2 and ports fa0/5-7 to VLAN 3.

Uploaded by

Ramirez Leonel
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

Configurar Vlans en Switch

The document discusses configuring VLANs on a switch. It shows how to create VLANs 2 and 3, name them "RR.HH" and "CONTAB" respectively, and assign switch ports fa0/2-4 to VLAN 2 and ports fa0/5-7 to VLAN 3.

Uploaded by

Ramirez Leonel
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

CONFIGURAR VLANS EN SWITCH

Switch>en Switch#conf t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname S1 S1(config)#VLAN 2 S1(config-vlan)#NAME RR.HH S1(config-vlan)#EXIT S1(config)#VLAN 3 S1(config-vlan)#NAME CONTAB S1(config-vlan)#EXIT S1(config)#

Acceder interfaces a una VLAN


S1>en S1#conf t Enter configuration commands, one per line. End with CNTL/Z. S1(config)#interface fa0/2 S1(config-if)#switchport access vlan 2 S1(config-if)#no shut S1(config-if)#interface fa0/3 S1(config-if)#switchport access vlan 2 S1(config-if)#no shut S1(config-if)#interface fa0/4 S1(config-if)#switchport access vlan 2 S1(config-if)#no shut S1(config-if)#interface fa0/5 S1(config-if)#switchport access vlan 3 S1(config-if)#no shut S1(config-if)#interface fa0/6 S1(config-if)#switchport access vlan 3 S1(config-if)#no shut S1(config-if)#interface fa0/7 S1(config-if)#switchport access vlan 3 S1(config-if)#no shut S1(config-if)#exit S1(config)#exit

You might also like