Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

1

hostname BORDE
banner motd #Solo personal autorizado#
enable password cisco
service password-encryption

line con 0
password cisco
login

2
interface fastEthernet 0/0
ip address 192.168.1.1 255.255.255.0
description conexion casa matriz
no shutdown

4
vlan 10
name Servicios
vlan 20
name Farmacia
vlan 30
name Doctores

interface range fastEthernet 0/2-5


switchport mode access
switchport access vlan 10

interface range fastEthernet 0/15-17


switchport mode access
switchport access vlan 20

interface range fastEthernet 0/22-24


switchport mode access
switchport access vlan 30

5
interface fastEthernet 0/1
switchport mode trunk
switchport trunk native vlan 190

interface fastEthernet 0/2


switchport mode trunk
switchport trunk native vlan 190

copy running-config startup-config

You might also like