SW-ZONAOESTE (Parcial 1)

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

128 64 32 16 8 4 2 1

/25 /26 /27 /28 /29 /30 /31 /32

24 = 0

! VLAN CONFIG

enable
config terminal

VLAN 200
NAME LOGISTICA

VLAN 210
NAME TESIS

VLAN 220
NAME ACADEMICO

VLAN 230
NAME RECTORIA

VLAN 240
NAME ACADEMICO_II

VLAN 250
NAME PROYECTOS_II

VLAN 260
NAME RECEPCION_II

VLAN 270
NAME ADM.RED

VLAN 280
NAME NATIVA

VLAN 290
NAME NO_USADAS

INTER VLAN ROUTING: SW

******************
* ZONA OESTE *
******************

enable
config terminal

interface vlan 200


ip address 10.110.4.254 255.255.255.0
description LOGISTICA
no shutdown
interface vlan 210
ip address 10.110.5.190 255.255.255.192
description TESIS
no shutdown

interface vlan 220


ip address 10.110.5.126 255.255.255.128
description ACADEMICO
no shutdown

interface vlan 230


ip address 10.110.5.254 255.255.255.192
description RECTORIA
no shutdown

interface vlan 240


ip address 10.110.6.62 255.255.255.224
description ACADEMICO_II
no shutdown

interface vlan 250


ip address 10.110.6.30 255.255.255.224
description PROYECTOS_II
no shutdown

interface vlan 260


ip address 10.110.6.78 255.255.255.224
description RECEPCION_II
no shutdown

interface vlan 270


ip address 10.110.6.86 255.255.255.248
description ADM.RED
no shutdown

CONFIGURACION DE VTP

! VTP MODO SERVIDOR

enable
config terminal
vtp mode server
vtp domain Redes1
vtp password PUCMM456

! VTP CONFIGURATION

enable
config terminal
vtp mode client
vtp domain Redes1
vtp password PUCMM456
! CONFIGURACION DE PUERTOS TROCALES

*Para multicapa
enable
config terminal
interface G1/0/1
switchport mode trunk
switchport trunk allowed vlan 200,210,220,230,240,250,260,270
switchport trunk native vlan 280
description Sw-ZonaOeste
no shutdown
exit

*Para Sw0

Sw0-multicapa
enable
config terminal
interface G0/1
switchport mode trunk
switchport trunk allowed vlan 200,210,220,230,240,250,260,270
switchport trunk native vlan 280
description Sw0-ZonaOeste
no shutdown
exit

Sw0-Sw1

enable
config terminal
interface F0/1
switchport mode trunk
switchport trunk allowed vlan 200,210,220,230,240,250,260,270
switchport trunk native vlan 280
description Sw0-ZonaOeste
no shutdown
exit

interface F0/2
switchport mode trunk
switchport trunk allowed vlan 200,210,220,230,240,250,260,270
switchport trunk native vlan 280
description Sw0-ZonaOeste
no shutdown
exit

interface F0/3
switchport mode trunk
switchport trunk allowed vlan 200,210,220,230,240,250,260,270
switchport trunk native vlan 280
description Sw0-ZonaOeste
no shutdown
exit
Sw0-Sw2

enable
config terminal
interface F0/4
switchport mode trunk
switchport trunk allowed vlan 200,210,220,230,240,250,260,270
switchport trunk native vlan 280
description Sw0-ZonaOeste
no shutdown
exit

interface F0/5
switchport mode trunk
switchport trunk allowed vlan 200,210,220,230,240,250,260,270
switchport trunk native vlan 280
description Sw0-ZonaOeste
no shutdown
exit

interface F0/6
switchport mode trunk
switchport trunk allowed vlan 200,210,220,230,240,250,260,270
switchport trunk native vlan 280
description Sw0-ZonaOeste
no shutdown
exit

*Para Sw1

Sw1-Sw0

enable
config terminal
interface F0/3
switchport mode trunk
switchport trunk allowed vlan 200,210,220,230,240,250,260,270
switchport trunk native vlan 280
description Sw1-ZonaOeste
no shutdown
exit

interface F0/4
switchport mode trunk
switchport trunk allowed vlan 200,210,220,230,240,250,260,270
switchport trunk native vlan 280
description Sw1-ZonaOeste
no shutdown
exit

interface F0/5
switchport mode trunk
switchport trunk allowed vlan 200,210,220,230,240,250,260,270
switchport trunk native vlan 280
description Sw1-ZonaOeste
no shutdown
exit

*Para Sw2

Sw2-Sw0
enable
config terminal
interface F0/3
switchport mode trunk
switchport trunk allowed vlan 200,210,220,230,240,250,260,270
switchport trunk native vlan 280
description Sw2-ZonaOeste
no shutdown
exit

interface F0/4
switchport mode trunk
switchport trunk allowed vlan 200,210,220,230,240,250,260,270
switchport trunk native vlan 280
description Sw2-ZonaOeste
no shutdown
exit

interface F0/5
switchport mode trunk
switchport trunk allowed vlan 200,210,220,230,240,250,260,270
switchport trunk native vlan 280
description Sw2-ZonaOeste
no shutdown
exit

! CONFIGURACION DE PUERTOS DE ACCESO

*Para Sw1

enable
config terminal
interface F0/1
switchport mode access
switchport access vlan ***
description PC0-Sw1
no shutdown
exit

interface F0/2
switchport mode access
switchport access vlan ***
description PC1-Sw1
no shutdown
exit
*Para Sw2

enable
config terminal
interface F0/1
switchport mode access
switchport access vlan ***
description PC0-Sw2
no shutdown
exit

interface F0/2
switchport mode access
switchport access vlan ***
description PC1-Sw2
no shutdown
exit

You might also like