You are on page 1of 25

CONMUTACIÓN Y ENRUTAMIENTO

PARALELO 101
LABORATORIO 5

CONFIGURACIÓN DE VTP, ENRUTAMIENTO ENTRE


VLAN, Y DHCP

GRUPO 2

INTEGRANTES:
Richard Manuel Vivanco Granda
Stalin Xavier Alvarado Cajape
Pedro Tyrone Pulecio Villalva
Dayanna Estefanía Méndez Pérez
Christian Antonio Franco Cabezas
Richard Ruddy Ruales Merchán

FECHA DE INICIO DEL TRABAJO:


08/11/2017

FECHA DE FIN DEL TRABAJO:


09/11/2017
DIAGRAMA DE LA RED

CONFIGURACIÓN

ROUTER MATRIZ

Podemos observar las interfaces del router que están activas


GYE_MATRIZ#show ip interface brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset up up
FastEthernet0/0.2 172.16.2.1 YES manual up up
FastEthernet0/0.7 172.16.7.1 YES manual up up
FastEthernet0/0.180 172.16.180.1 YES manual up up
FastEthernet0/0.181 172.16.181.1 YES manual up up
FastEthernet0/1 unassigned YES unset administratively down down
Serial0/2/0 unassigned YES unset administratively down down
Serial0/2/1 unassigned YES unset administratively down down

Podemos observar toda la configuración del router


GYE_MATRIZ#show run
Building configuration...
Current configuration : 2154 bytes
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
hostname GYE_MATRIZ
boot-start-marker
boot-end-marker
no aaa new-model
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 172.16.180.1
ip dhcp excluded-address 172.16.181.1
!
ip dhcp pool GYE-DATOS
network 172.16.180.0 255.255.255.0
default-router 172.168.180.1
dns-server 192.168.1.19
domain-name matriz.com
lease 2
!
ip dhcp pool GYE-VOICE
network 172.16.181.0 255.255.255.0
default-router 172.16.181.1
dns-server 192.168.1.19
option 150 ip 172.16.181.1
domain-name matriz.com
lease 2
!
no ip domain lookup
ip domain name espol.edu.ec
ip name-server 200.93.195.254
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
voice-card 0
no dspfarm
!
username administrador privilege 15 secret 5 $1$JV3I$GNzIGtwB13EtkMsGeMPNd0
username monitoreo privilege 5 secret 5 $1$mABR$/6evziO5gBTejeS4s78FV0
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.2
description VLAN 2 - SERVIDORES
encapsulation dot1Q 2
ip address 172.16.2.1 255.255.255.0
!
interface FastEthernet0/0.7
description VLAN 7 - ADMINISTRACION
encapsulation dot1Q 7
ip address 172.16.7.1 255.255.255.240
!
interface FastEthernet0/0.180
description VLAN 180 - DATOS
encapsulation dot1Q 180
ip address 172.16.180.1 255.255.255.0
!
interface FastEthernet0/0.181
description VLAN 181 - VOIP
encapsulation dot1Q 181
ip address 172.16.181.1 255.255.255.0
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/2/0
no ip address
shutdown
clock rate 125000
!
interface Serial0/2/1
no ip address
shutdown
clock rate 125000
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
control-plane
!
banner motd ^CACCESO RESTRINGIDO -- SOLO A PERSONAL AUTORIZADO^C
!
line con 0
exec-timeout 3 3
login local
line aux 0
line vty 0 4
exec-timeout 3 3
login local
transport input all
!
scheduler allocate 20000 1000
!
End

SWITCH 1 (SERVER)

Podemos observar todas las vlan configuradas


SW1# show vlan

VLAN Name Status Ports


---- -------------------------------- --------- -------------------------------
1 default active Fa0/2, Fa0/3, Fa0/4, Fa0/5,Fa0/18, Fa0/19, Fa0/20, Fa0/21
Fa0/22, Fa0/23, Fa0/24
2 servidores active Fa0/6, Fa0/7, Fa0/8, Fa0/9, Fa0/10, Fa0/11
7 administracion active
180 datos active Fa0/12, Fa0/13, Fa0/14, Fa0/15, Fa0/16, Fa0/17
181 voip active Fa0/18, Fa0/19, Fa0/20, Fa0/21, Fa0/22, Fa0/23, Fa0/24
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup

VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1 enet 100001 1500 - - - - - 0 0
2 enet 100002 1500 - - - - - 0 0
7 enet 100007 1500 - - - - - 0 0

VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
180 enet 100180 1500 - - - - - 0 0
181 enet 100181 1500 - - - - - 0 0
1002 fddi 101002 1500 - - - - - 0 0
1003 tr 101003 1500 - - - - - 0 0
1004 fdnet 101004 1500 - - - ieee - 0 0
1005 trnet 101005 1500 - - - ibm - 0 0

Podemos observar todas las vlan que se transmiten, ademas observamos la vlan nativa y el status
SW1#show interfaces trunk

Port Mode Encapsulation Status Native vlan


Fa0/1 on 802.1q trunking 7
Gi0/1 on 802.1q trunking 7
Gi0/2 on 802.1q trunking 7
Port Vlans allowed on trunk
Fa0/1 2,7,180-181
Gi0/1 2,7,180-181
Gi0/2 2,7,180-181

Port Vlans allowed and active in management domain


Fa0/1 2,7,180-181
Gi0/1 2,7,180-181
Gi0/2 2,7,180-181

Port Vlans in spanning tree forwarding state and not pruned


Fa0/1 2,7,180-181
Gi0/1 2,7,180-181
Gi0/2 2,7,180-181

Configuración del SW1


SW1#show run
Building configuration...

Current configuration : 5227 bytes


!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname SW1
!
!
username administrador privilege 15 secret 5 $1$iPSj$Qg1fbe1VqAAihiuISKj8e0
username monitoreo privilege 5 secret 5 $1$olKT$dUuIksd37c8g0FnyidZ1U.
no aaa new-model
system mtu routing 1500
ip subnet-zero
!
no ip domain-lookup
ip domain-name espol.edu.ec
ip name-server 200.93.195.254
!
!
!
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
interface FastEthernet0/1
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface FastEthernet0/2
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface FastEthernet0/3
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface FastEthernet0/4
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface FastEthernet0/5
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface FastEthernet0/6
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/7
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/8
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/9
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
switchport port-security mac-address sticky f092.1cdd.fb3a
!
interface FastEthernet0/10
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/11
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/12
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/13
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/14
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
switchport port-security mac-address sticky f092.1cdd.fb3a
!
interface FastEthernet0/15
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/16
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/17
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/18
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/19
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/20
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/21
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/22
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/23
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/24
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface GigabitEthernet0/1
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface GigabitEthernet0/2
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface Vlan1
no ip address
no ip route-cache
shutdown
!
interface Vlan7
description VLAN DE ADMINISTRACION
ip address 172.16.7.2 255.255.255.240
no ip route-cache
!
ip default-gateway 172.126.7.1
ip http server
!
control-plane
!
banner motd ^CACCESO RESTRINGIDO -- SOLO A PERSONAL AUTORIZADO^C
!
line con 0
exec-timeout 3 3
login local
line vty 0 4
exec-timeout 3 3
login local
transport input all
line vty 5 15
login
!
End

El estado de las interfaces


SW1#show ip interface brief
Interface IP-Address OK? Method Status Protocol
Vlan1 unassigned YES unset administratively down down
Vlan7 172.16.7.2 YES manual up up
FastEthernet0/1 unassigned YES unset up up
FastEthernet0/2 unassigned YES unset down down
FastEthernet0/3 unassigned YES unset down down
FastEthernet0/4 unassigned YES unset down down
FastEthernet0/5 unassigned YES unset down down
FastEthernet0/6 unassigned YES unset down down
FastEthernet0/7 unassigned YES unset down down
FastEthernet0/8 unassigned YES unset down down
FastEthernet0/9 unassigned YES unset down down
FastEthernet0/10 unassigned YES unset down down
FastEthernet0/11 unassigned YES unset down down
FastEthernet0/12 unassigned YES unset down down
FastEthernet0/13 unassigned YES unset down down
FastEthernet0/14 unassigned YES unset up up
FastEthernet0/15 unassigned YES unset down down
FastEthernet0/16 unassigned YES unset down down
FastEthernet0/17 unassigned YES unset down down
FastEthernet0/18 unassigned YES unset down down
FastEthernet0/19 unassigned YES unset down down
FastEthernet0/20 unassigned YES unset down down
FastEthernet0/21 unassigned YES unset down down
FastEthernet0/22 unassigned YES unset down down
FastEthernet0/23 unassigned YES unset down down
FastEthernet0/24 unassigned YES unset down down
GigabitEthernet0/1 unassigned YES unset up up

SW2#show running-config
Building configuration...

Current configuration : 5268 bytes


!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname SW2
!
!
username admin privilege 15 secret 5 $1$bmGS$jGoNUKRSDLzANwL80.Nzu1
username monitoreo privilege 5 secret 5 $1$DMbG$W4eeszVDTcS1BsgdxT8c80
no aaa new-model
system mtu routing 1500
ip subnet-zero
!
no ip domain-lookup
ip domain-name espol.edu.ec
ip name-server 200.93.195.254
!
!
!
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
interface FastEthernet0/1
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface FastEthernet0/2
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface FastEthernet0/3
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface FastEthernet0/4
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface FastEthernet0/5
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface FastEthernet0/6
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/7
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/8
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/9
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
switchport port-security mac-address sticky f092.1ce6.00e5
!
interface FastEthernet0/10
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/11
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
switchport port-security mac-address sticky f092.1ce4.4a06
!
interface FastEthernet0/12
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/13
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
switchport port-security mac-address sticky f092.1ce4.4a06
!
interface FastEthernet0/14
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/15
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/16
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/17
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/18
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/19
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/20
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/21
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/22
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/23
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/24
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface GigabitEthernet0/1
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface GigabitEthernet0/2
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface Vlan1
no ip address
no ip route-cache
!
interface Vlan7
description VLAN DE ADMINISTRACION
ip address 172.16.7.3 255.255.255.240
no ip route-cache
!
ip default-gateway 172.16.7.1
ip http server
!
control-plane
!
banner motd ^CACCESO RESTRINGIDO -- SOLO A PERSONAL AUTORIZADO^C
!
line con 0
exec-timeout 3 3
login local
line vty 0 4
exec-timeout 3 3
login local
transport input all
line vty 5 15
login
!
end

SWITCH 2 (CLIENTE)

SW2#show interfaces trunk

Port Mode Encapsulation Status Native vlan


Gi0/1 on 802.1q trunking 7

Port Vlans allowed on trunk


Gi0/1 2,7,180-181

Port Vlans allowed and active in management domain


Gi0/1 2,7,180-181
Port Vlans in spanning tree forwarding state and not pruned
Gi0/1 2,7,180-181

SW2#show ip interface brief


Interface iP-Address OK? Method Status Protocol
Vlan1 unassigned YES unset up down
Vlan7 172.16.7.3 YES manual up up
FastEthernet0/1 unassigned YES unset down down
FastEthernet0/2 unassigned YES unset down down
FastEthernet0/3 unassigned YES unset down down
FastEthernet0/4 unassigned YES unset down down
FastEthernet0/5 unassigned YES unset down down
FastEthernet0/6 unassigned YES unset down down
FastEthernet0/7 unassigned YES unset down down
FastEthernet0/8 unassigned YES unset down down
FastEthernet0/9 unassigned YES unset up up
FastEthernet0/10 unassigned YES unset down down
FastEthernet0/11 unassigned YES unset down down
FastEthernet0/12 unassigned YES unset down down
FastEthernet0/13 unassigned YES unset up up
FastEthernet0/14 unassigned YES unset down down
FastEthernet0/15 unassigned YES unset down down
FastEthernet0/16 unassigned YES unset down down
FastEthernet0/17 unassigned YES unset down down
FastEthernet0/18 unassigned YES unset down down
FastEthernet0/19 unassigned YES unset down down
FastEthernet0/20 unassigned YES unset down down
FastEthernet0/21 unassigned YES unset down down
FastEthernet0/22 unassigned YES unset down down
FastEthernet0/23 unassigned YES unset down down
FastEthernet0/24 unassigned YES unset down down
GigabitEthernet0/1 unassigned YES unset up up
GigabitEthernet0/2 unassigned YES unset down down
SWITCH 3 (CLIENTE)

SW3#show interface trunk

Port Mode Encapsulation Status Native vlan


Gi0/2 on 802.1q trunking 7

Port Vlans allowed on trunk


Gi0/2 2,7,180-181

Port Vlans allowed and active in management domain


Gi0/2 2,180-181

Port Vlans in spanning tree forwarding state and not pruned


Gi0/2 2,180-181

SW3#show vlan

VLAN Name Status Ports


---- -------------------------------- --------- -------------------------------
1 default active Fa0/1, Fa0/2, Fa0/3, Fa0/4, /5, Fa0/18, Fa0/19, Fa0/20
Fa0/21, Fa0/22, Fa0/23, Fa0/24, Gi0/1
2 VLAN0002 active Fa0/6, Fa0/7, Fa0/8, Fa0/9, Fa0/10, Fa0/11
180 VLAN0180 active Fa0/12, Fa0/13, Fa0/14, Fa0/15, Fa0/16, Fa0/17
181 VLAN0181 active Fa0/18, Fa0/19, Fa0/20, Fa0/21, Fa0/22, Fa0/23, Fa0/24
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup

VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1 enet 100001 1500 - - - - - 0 0
2 enet 100002 1500 - - - - - 0 0
180 enet 100180 1500 - - - - - 0 0
181 enet 100181 1500 - - - - - 0 0
1002 fddi 101002 1500 - - - - - 0 0
1003 tr 101003 1500 - - - - - 0 0
1004 fdnet 101004 1500 - - - ieee - 0 0
1005 trnet 101005 1500 - - - ibm - 0 0

SW3#show running
Building configuration...

Current configuration : 5223 bytes


!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname SW3
!
username administrador privilege 15 secret 5 $1$v1o5$8WjWxqsyOd/zHtVE7SHwy.
username monitoreo privilege 5 secret 5 $1$.OXq$UJ/uUJnvKbsIx6T7lgfu20
no aaa new-model
system mtu routing 1500
vtp domain matriz
vtp mode transparent
ip subnet-zero
!
no ip domain-lookup
ip domain-name espol.edu.ec
ip name-server 200.93.195.254
!
!
!
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
vlan 2,180-181
!
interface FastEthernet0/1
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface FastEthernet0/2
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface FastEthernet0/3
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface FastEthernet0/4
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface FastEthernet0/5
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface FastEthernet0/6
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/7
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/8
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/9
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/10
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/11
switchport access vlan 2
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/12
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/13
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
switchport port-security mac-address sticky f092.1ce2.5389
!
interface FastEthernet0/14
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/15
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/16
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/17
switchport access vlan 180
switchport mode access
switchport port-security
switchport port-security mac-address sticky
!
interface FastEthernet0/18
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/19
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/20
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/21
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/22
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/23
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface FastEthernet0/24
switchport mode access
switchport voice vlan 181
switchport port-security
switchport port-security mac-address sticky
spanning-tree portfast
!
interface GigabitEthernet0/1
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface GigabitEthernet0/2
description ENLACE TRONCAL
switchport trunk native vlan 7
switchport trunk allowed vlan 2,7,180,181
switchport mode trunk
!
interface Vlan1
no ip address
no ip route-cache
shutdown
!
interface Vlan7
description VLAN DE ADMINISTRACION
ip address 172.16.7.4 255.255.255.240
no ip route-cache
!
ip default-gateway 172.16.7.1
ip http server
!
control-plane
!
banner motd ^CACCESO RESTRINGIDO -- SOLO A PERSONAL AUTORIZADO^C
!
line con 0
exec-timeout 3 3
login local
line vty 0 4
exec-timeout 3 3
login local
transport input all
line vty 5 15
login
!
end
PING
VLAN 2

C:\Users\Estudiante>ping 172.16.2.3

Haciendo ping a 172.16.2.3 con 32 bytes de datos:


Respuesta desde 172.16.2.3: bytes=32 tiempo=1ms TTL=127
Respuesta desde 172.16.2.3: bytes=32 tiempo=1ms TTL=127
Respuesta desde 172.16.2.3: bytes=32 tiempo=1ms TTL=127
Respuesta desde 172.16.2.3: bytes=32 tiempo=1ms TTL=127

Estadísticas de ping para 172.16.2.3:


Paquetes: enviados = 4, recibidos = 4, perdidos = 0
(0% perdidos),
Tiempos aproximados de ida y vuelta en milisegundos:
Mínimo = 1ms, Máximo = 1ms, Media = 1ms

VLAN 180

C:\Users\Estudiante>ping 172.16.180.3

Haciendo ping a 172.16.180.3 con 32 bytes de datos:


Respuesta desde 172.16.180.3 bytes=32 tiempo=1ms TTL=127
Respuesta desde 172.16.180.3: bytes=32 tiempo=1ms TTL=127
Respuesta desde 172.16.180.3 bytes=32 tiempo=1ms TTL=127
Respuesta desde 172.16.180.3: bytes=32 tiempo=1ms TTL=127

Estadísticas de ping para 172.16.180.3


Paquetes: enviados = 4, recibidos = 4, perdidos = 0
(0% perdidos),
Tiempos aproximados de ida y vuelta en milisegundos:
Mínimo = 1ms, Máximo = 1ms, Media = 1ms

Pregunta 1: ¿Qué inconvenientes de implementación se presentaron en el modo de operación VTP


transparente?

Ninguno

Pregunta 2: ¿Puede la Laptop 6 hacer ping a la Laptop 1?

SI

Pregunta 3: ¿Qué función realiza el tiempo de arrendamiento en el conjunto de direcciones DHCP?

Que para un determinado tiempo el dhcp le asigna una ip dinámica, pasado ese tiempo automáticamente
el dhcp le quita la ip
Pregunta 4: Investigación: ¿Qué opción del servidor DHCP permite asignar direcciones IP a un Access
Point (AP) de marca cisco?

La opción DHCP 43

CONCLUSIONES
Se procedió a configurar los conmutadores y enrutadores, mediante el uso de Vlan para
una distribución y un mejor manejo entre áreas de trabajo en una empresa, además se
usó un direccionamiento dinámico mediante una asignación dhcp
El router permite que haya comunicación entre diferentes vlan, sin la presencia de este
únicamente habrá comunicación entre la misma vlan

You might also like