lunes, 9 de mayo de 2011

Configuración de las Interfaces del Router


DispositivoInterfazDirección IPMascara de subredGateway por Defecto
Router MADRIDFa0/0192,1681,1255,255,255,224No se utiliza
Fa0/110,1,1,1255,255,255,0No se utiliza
Se1/0192,168,1,65255,255,255,252No se utiliza
Router QUITOFa0/0192,168,1,33255,255,255,224No se utiliza
Se1/0192,168,1,66255,255,255,252No se utiliza
Server-PTNIC10,1,1,2255,255,255,010,1,1,1
PCNIC
DHCP Configuración Automática

El Diagrama y la Tabla corresponden a una infrestructura normal de red de cualquier empresa es por esto que la estudiaremos detenidamente paso a paso para poder comunicar todos los Host de la red se utilizaran varias entradas del blog:

1. Configuración de Interfaces del Router
2. Enrutamineto Dinámico RIP v2
3. Servicio DHCP
4. Seguridad del Router

CONFIGURACION DE INTERFACES EN EL ROUTER MADRID

Hay q configurar las interfaces de acuerdo con  la tabla y teniendo en cuenta q la interfaz serial es DCE es decir proporciona la sincronización de reloj, sin olvidar levantar cada una de las interfaces:


Router>ena
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname MADRID
MADRID(config)#interf f0/0
MADRID(config-if)#descr CONEXION A LA RED LOCAL MADRID
MADRID(config-if)#ip add 192.168.1.1 255.255.255.224
MADRID(config-if)#no sh

MADRID(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
MADRID(config-if)#exit
MADRID(config)#interf f0/1
MADRID(config-if)#descr CONEXION A LA RED DE SERVIDORES
MADRID(config-if)#ip add 10.1.1.1 255.255.255.0
MADRID(config-if)#no sh

MADRID(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
MADRID(config-if)#exit
MADRID(config)#interf s1/0
MADRID(config-if)#descr CONEXION MADRID-QUITO
MADRID(config-if)#ip add 192.168.1.65 255.255.255.252
MADRID(config-if)#no sh

%LINK-5-CHANGED: Interface Serial1/0, changed state to down
MADRID(config-if)#clock rate 64000
MADRID(config-if)#bandwidth 100000
MADRID(config-if)#exit
MADRID(config)#exit
MADRID#
%SYS-5-CONFIG_I: Configured from console by console

MADRID#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
MADRID#


Verificamos como ha quedado la configuración:
MADRID#sh ip interf brief
Interface              IP-Address      OK? Method Status                Protocol

FastEthernet0/0        192.168.1.1     YES manual up                    up

FastEthernet0/1        10.1.1.1        YES manual up                    up

Serial1/0              192.168.1.65    YES manual up                    up

Serial1/1              unassigned      YES unset  administratively down down

Serial1/2              unassigned      YES unset  administratively down down

Serial1/3              unassigned      YES unset  administratively down down

Vlan1                  unassigned      YES unset  administratively down down

CONFIGURACION DE INTERFACES EN EL ROUTER QUITO
Router>ena
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname QUITO
QUITO(config)#interf f0/0
QUITO(config-if)#descr CONEXION A LA RED LOCAL QUITO
QUITO(config-if)#ip add 192.168.1.33 255.255.255.224
QUITO(config-if)#no sh

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
QUITO(config-if)#exit
QUITO(config)#interf s1/0
QUITO(config-if)#descr CONEXION QUITO-MADRID
QUITO(config-if)#ip add 192.168.1.66 255.255.255.252
QUITO(config-if)#no sh

QUITO(config-if)#
%LINK-5-CHANGED: Interface Serial1/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/0, changed state to up
QUITO(config-if)#bandwidth 100000
QUITO(config-if)#^Z
QUITO#
%SYS-5-CONFIG_I: Configured from console by console

QUITO#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
QUITO#


Verificamos la configuración del router:

QUITO#sh ip interf brief
Interface              IP-Address      OK? Method Status                Protocol

FastEthernet0/0        192.168.1.33    YES manual up                    up

FastEthernet0/1        unassigned      YES unset  administratively down down

Serial1/0              192.168.1.66    YES manual up                    up

Serial1/1              unassigned      YES unset  administratively down down

Serial1/2              unassigned      YES unset  administratively down down

Serial1/3              unassigned      YES unset  administratively down down

Vlan1                  unassigned      YES unset  administratively down down


CONCLUSION:
Con la configuración de interfaces del router solo podremos acceder a las redes localmente es decir la red MADRID tendra comunicación con la red de Servidores, pero no podremos ver los host de la Red QUITO pq los routers no conocen la ruta para llegar a ellos esto se vera en la siguiente entrada de enrutamiento dinámico.

No hay comentarios:

Publicar un comentario

"Tu opinión es importante, gracias por comentar"