You are on page 1of 2

enable

configure terminal

hostname SW_ACCSESO_LAN

enable secret CR1991

line console 0
password CR1991
login
exit

line vty 0 15
password CR1991
login
exit

banner MOTD % ISP Internet Rapidito %

exit

configure terminal

interface vlan 1
no shutdown
ip address 172.20.25.7 255.255.255.0
ip default-gateway 172.20.25.100
exit

configure terminal
vlan 60
name VLAN_BROKERS
vlan 61
name VLAN_ADMIN_EQUIPOS
vlan 62
name VLAN_CALL_CENTER
vlan 63
name VLAN_GERENCIA
vlan 64
name VLAN_VENTAS
vlan 65
name VLAN_INVITADOS
exit

conf t
interface range fastethernet 0/1-23
switchport mode access
switchport acess vlan 1
no shut
exit

conf t
interface fa0/24
description HACIA_ROUTER
switchport mode trunk
no shut
exit

configure terminal
interface range fa0/1-6
switchport mode trunk
switchport trunk allowed vlan all
exit

wr

You might also like