Sie sind auf Seite 1von 7

Telecomunicaciones

Entrega no 2

Politécnico Grancolombiano

LUIS ADRIANO FORA VALENTIN 1610650527

ESTEBAN HERNAN GUEVARA MISNAZA 1610650325

JOSE SAMUEL ROJAS ROJAS 1610650397


CONFIGURACION DE ENRUTAMIENTO DE RED
1. LINEAS DE CONFIGURACIÓN

Configuración VLAN 10 Estudiantes

 interface FastEthernet0/1
 switchport access vlan 10
 switchport trunk allowed vlan 10
 switchport mode trunk
 !
 interface FastEthernet0/2
 switchport trunk allowed vlan 20
 switchport mode trunk
 !
 interface FastEthernet0/3
 switchport trunk allowed vlan 1,10,20,30,40
 switchport mode trunk

Configuración VLAN 20 Docentes

 interface FastEthernet0/1
 switchport trunk allowed vlan 10
 switchport mode trunk
 !
 interface FastEthernet0/2
 switchport trunk allowed vlan 30
 switchport mode trunk
 !
 interface FastEthernet0/3
 switchport access vlan 10
 switchport mode access
 !
 interface FastEthernet0/4
 switchport trunk allowed vlan 1,10,20,30,40,1002-1005
 switchport mode trunk

Configuración VLAN 30 Tecnología

 interface FastEthernet0/1
 switchport access vlan 10
 switchport mode trunk
 !
 interface FastEthernet0/2
 switchport mode trunk
 !
 interface FastEthernet0/3
 switchport access vlan 20

Configuración Router Claro

 interface FastEthernet0/0
 ip address 192.168.2.1 255.255.255.0
 duplex auto
 speed auto
 !
 interface FastEthernet0/0.100
 encapsulation dot1Q 10
 ip address 192.168.201.1 255.255.255.0
 !
 interface FastEthernet0/0.200
 encapsulation dot1Q 20
 ip address 192.168.202.1 255.255.255.0
 !
 interface FastEthernet0/0.300
 encapsulation dot1Q 30
 ip address 192.168.203.1 255.255.255.0
 !
 interface FastEthernet0/0.400
 encapsulation dot1Q 40

 ip address 192.168.204.1 255.255.255.0


 !
 interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
 !
 interface Vlan1
 no ip address
 shutdown

 interface FastEthernet0/0
 ip address 192.168.2.1 255.255.255.0
 duplex auto
 speed auto
 !
 interface FastEthernet0/1
 ip address 192.168.5.2 255.255.255.0
 duplex auto
 speed auto
 !
 interface Vlan1
 no ip address
 shutdown
 !
 ip classless
 ip route 192.168.6.0 255.255.255.0 192.168.5.1
 ip flow-export version 9

Configuración Router ETB

 interface FastEthernet0/0
 ip address 192.168.1.1 255.255.255.0
 ip helper-address 192.168.104.2
 ip helper-address 192.168.2.2
 ip helper-address 192.168.1.1
 ip helper-address 192.168.101.1
 ip helper-address 192.168.102.1
 ip helper-address 192.168.103.1
 ip helper-address 192.168.104.1
 ip helper-address 192.168.105.1
 duplex auto
 speed auto
 !
 interface FastEthernet0/0.100
 encapsulation dot1Q 200
 ip address 192.168.102.1 255.255.255.0
 ip helper-address 192.168.104.2
 ip helper-address 192.168.2.2
 ip helper-address 192.168.1.1
 ip helper-address 192.168.101.1
 ip helper-address 192.168.102.1
 ip helper-address 192.168.103.1
 ip helper-address 192.168.104.1
 ip helper-address 192.168.105.1
 !
 interface FastEthernet0/0.200
 encapsulation dot1Q 300
 ip address 192.168.103.1 255.255.255.0
 ip helper-address 192.168.104.2
 ip helper-address 192.168.2.2
 ip helper-address 192.168.1.1
 ip helper-address 192.168.101.1
 ip helper-address 192.168.102.1
 ip helper-address 192.168.103.1
 ip helper-address 192.168.104.1
 ip helper-address 192.168.105.1
 !
 interface FastEthernet0/0.300
 encapsulation dot1Q 400
 ip address 192.168.104.1 255.255.255.0
 ip helper-address 192.168.104.2
 ip helper-address 192.168.2.2
 ip helper-address 192.168.1.1
 ip helper-address 192.168.101.1
 ip helper-address 192.168.102.1
 ip helper-address 192.168.103.1
 ip helper-address 192.168.104.1
 ip helper-address 192.168.105.1
 !
 interface FastEthernet0/0.400
 encapsulation dot1Q 500
 ip address 192.168.105.1 255.255.255.0
 ip helper-address 192.168.104.2
 ip helper-address 192.168.2.2
 ip helper-address 192.168.1.1
 ip helper-address 192.168.101.1
 ip helper-address 192.168.102.1
 ip helper-address 192.168.103.1
 ip helper-address 192.168.104.1
 ip helper-address 192.168.105.1
 !
 interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
 !
 interface Vlan1
 no ip address
 shutdown

 interface FastEthernet0/0
 ip address 192.168.2.1 255.255.255.0
 duplex auto
 speed auto
 !
 interface FastEthernet0/1
 ip address 192.168.3.2 255.255.255.0
 duplex auto
 speed auto

2. TABLA DE DIRECCIONAMIENTO

Dispositivo Nombre Puerto IP

PC01 Estudiantes FastEthernet0/0 192.168.2.10

PC02 Docentes FastEthernet0/0 192.168.2.20

PC03 Tecnología FastEthernet0/0 192.168.2.30

FastEthernet0/0 192.168.2.1
RUT01 R-Claro
FastEthernet0/1 192.168.5.2

FastEthernet0/0 192.168.2.1
RUT02 R-ETB
FastEthernet0/1 192.168.5.2

Das könnte Ihnen auch gefallen