You are on page 1of 1

enable secret cisco

line con 0
password cisco
login
line vty 0 4
password cisco
login
vlan 2
name ventas
vlan 3
name compras
vlan 4
name operaciones
vlan 5
name investigaciones
vlan 6
name control
int fa 0/1
switchport mode access
switchport access vlan 2
int range fa 0/13-15
switchport mode access
switchport access vlan 6
exit

int range fa 0/23-24


switchport mode trunk
switch 3560
int range fa 0/20-24
switchport trunk encapsulation dot1Q
switchport mode trunk
int range fa 0/23-24
switchport trunk encapsulation dot1Q
switchport mode trunk
int fa 0/15
switchpor port-security maximum 3
switchpor port-security mac-address sticky
switchpor port-security violation shutdown
exit

You might also like