Vous êtes sur la page 1sur 13

Colegio de educacin profesional tcnica

del estado de Veracruz Lic. Jess Reyes


Heroles
Modulo: Manejo de redes
Docente: Miguel ngel Ramos Grande
Alumna: Reina Mndez Daz
Carrera: informtica
Grupo: 604

Practica 5
Helen y Reina
REPORTE
En esta prctica se crea una topologa conformada por cinco PC, dos routeres inalambricos Linksys
WRT300N, tres switchs y un router, los cuales se configuran de acuerdo como se especifica en la
prctica; y durante esto se corrigen los errores que se presenten.
DESARROLLO DE LA PRCTICA

TABLA DE DIRECCIONAMIENTO



INTRODUCIR LOS PARAMETROS DE CONFIGURACION EN EL ROUTER PRINCIPAL.
Los comandos IOS que se introdujeron para configurar el router nmero uno fueron los siguientes:
Router(config)#hostname R1
R1(config)#interface Loooback0
R1(config-if)#
%LINK-5-CHANGED: Interface Loopback0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback0, changed state to up
R1(config-if)#ip address 10.1.1.1 255.255.255.0
R1(config-if)#interface FastEthernet0/0
R1(config-if)#no ip address
R1(config-if)#duplex auto
R1(config-if)#speed auto
R1(config-if)#no shutdown
R1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
R1(config-if)#interface FastEthernet0/0.5
R1(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.5, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.5, changed state
to up
R1(config-subif)#encapsulation dot1Q 5
R1(config-subif)#ip address 5.5.5.10 255.255.255.0
R1(config-subif)#!
R1(config-subif)#interface FastEthernet0/0.10
R1(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.10, changed state to up
R1(config-subif)#encapsulation dot1Q 10
R1(config-subif)#ip address 192.168.11.1 255.255.255.0
R1(config-subif)#!
R1(config-subif)#!
R1(config-subif)#interface FastEthernet0/0.18
R1(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.18, changed state to up
R1(config-subif)#encapsulation dot1Q 18
R1(config-subif)#ip address 18.18.18.1 255.255.255.0
R1(config-subif)#!
R1(config-subif)#ip route 192.168.20.0 255.255.255.0 192.168.10.2
R1(config)#ip route 192.168.30.0 255.255.255.0 192.168.10.2
R1(config)#line con 0
R1(config-line)#exec-timeout 0 0
R1(config-line)#logging synchronous
R1(config-line)#end
R1#
%SYS-5-CONFIG_I: Configured from console by console
R1#

CARGAR LAS SIGUIENTES CONFIGURACIONES EN EL SWITCH S1
Los comandos que se introdujeron para la configuracin del S1 fueron los siguientes:
S1
hostname S1
vtp mode transparent
vlan 5,10-11
interface FastEthernet0/1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 5,10,11
switchport mode trunk
interface FastEthernet0/2
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 5,10,11
switchport mode trunk
interface FastEthernet0/3
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 5,10,11
switchport mode trunk
!
interface FastEthernet0/4
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 5,10,11
switchport mode trunk
!
interface FastEthernet0/5
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Vlan5
ip address 5.5.5.1 255.255.255.0
no shutdown
!
line con 0
exec-timeout 0 0
logging synchronous
!
End

CARGAR LAS SIGUIENTES CONFIGURACIONES EN EL SWITCH S2
Los comandos de configuracin por interfaz IOS fueron los siguientes
hostname S2
!
vtp mode transparent
ip subnet-zero
!
vlan 5,10-11,18
!
interface FastEthernet0/1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 5,10,11,18
switchport mode access
!
interface FastEthernet0/2
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 5,10,11,18
switchport mode access
!
interface FastEthernet0/3
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 5,10,11,18
switchport mode access
!
interface FastEthernet0/4
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 5,10,11,18
switchport mode access
!
interface FastEthernet0/7
switchport trunk encapsulation dot1q
switchport trunk native vlan 10
switchport mode trunk
!
interface FastEthernet0/11
switchport access vlan 11
switchport mode access
switchport port-security mac-address sticky
switchport port-security mac-address sticky 0336.5b1e.33fa
!
interface FastEthernet0/18
switchport access vlan 18
switchport mode access
switchport port-security
switchport port-security mac-address sticky
switchport port-security mac-address sticky 022c.ab13.22fb
!
interface Vlan1
no ip address
shutdown
interface Vlan5
ip address 5.5.5.2 255.255.255.0
no shutdown
!
line con 0
exec-timeout 0 0
logging synchronous
!
End

CARGAR LAS CONFIGURACIONES IOS EN EL S3
hostname S3
!
vtp mode transparent
!
vlan 5,10-11,18
!
interface FastEthernet0/1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 5,10,11,18
switchport mode trunk
!
interface FastEthernet0/2
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 5,10,11,18
switchport mode trunk
!
interface FastEthernet0/3
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 5,10,11,18
switchport mode trunk
!
interface FastEthernet0/4
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 5,10,11,18
switchport mode trunk
!
interface FastEthernet0/7
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Vlan1
no ip address
no ip route-cache
!
interface Vlan5
ip address 6.6.6.3 255.255.255.0
no shutdown
!
line con 0
exec-timeout 0 0
logging synchronous
!
End

CONCLUSION
El error de la prctica se encuentra en la asignacin de la direccin IP de la mscara de subred en
interfaz de Loop Back, la asignacin correcta seria: 255.255.255.0

Vous aimerez peut-être aussi