Configuración De Equipos De Comunicaciones
Funciones
básicas de un Enrutador
El funcionamiento básico de un enrutador o encaminador, como
se deduce de su nombre, consiste en enviar los paquetes de red por el camino o
ruta más adecuada en cada momento. Para ello almacena los paquetes recibidos y
procesa la información de origen y destino que poseen.
The basic operation of a router or router, as it can
be deduced from its name, consists of sending network packets through the most
appropriate path or route at all times. To do this, it stores the received
packets and processes the origin and destination information they have.
Con arreglo a esta información
reenvía los paquetes a otro encaminador o bien al anfitrión final, en
una actividad que se denomina 'encaminamiento'. Cada encaminador se encarga de
decidir el siguiente salto en función de su tabla de reenvío o tabla de
encaminamiento, la cual se genera mediante protocolos que deciden cuál es el
camino más adecuado o corto, como protocolos basado en el algoritmo de
Dijkstra.
Based on this information, it forwards the packets to
another router or to the final host, in an activity called 'routing'. Each
router is responsible for deciding the next hop based on its forwarding table
or routing table, which is generated by protocols that decide which is the most
suitable or short path, such as protocols based on the Dijkstra algorithm.
Tablas De Ruteo
Una tabla de
enrutamiento es un conjunto de reglas que sirven para determinar qué camino
deben seguir los paquetes de datos. Todo esto a través de toda red que trabaje
con el protocolo IP. Cualquier dispositivo que tenga la posibilidad de tener
una dirección IP, incluyendo routers y PC como Windows, Linux o Mac, tienen una
tabla de enrutamiento para saber cómo llegar al destino.
A routing table is a set of rules used to determine
which path data packets should follow. All this through any network that works
with the IP protocol. Any device that has the possibility of having an IP
address, including routers and PCs like Windows, Linux or Mac, have a routing
table to know how to get to the destination.
Implementación De Ruteo Estático Y Dinámico
Ruteo
Estático
La configuración adecuada y el uso de rutas estáticas
pueden mejorar el rendimiento de la red y garantizar el ancho de banda de
aplicaciones importantes.
Proper configuration and use
of static routes can improve network performance and guarantee bandwidth for
critical applications.
1) En el caso de enrutadores periféricos, configure
una ruta predeterminada en la interfaz que disponga de un enrutador vecino. El
uso de rutas predeterminadas en enrutadores periféricos es opcional.
For peripheral routers, configure a default route on
the interface that has a neighboring router. The use of default routes on peripheral
routers is optional.
2) En el caso de enrutadores no periféricos, compile
una lista de enrutadores que deban agregarse como rutas estáticas a la tabla de
enrutamiento correspondiente a ese enrutador. Cada ruta consta de un
identificador de red de destino, una máscara de subred, una dirección IP de
puerta de enlace (o reenvío), una métrica (número de saltos del enrutador para
tener acceso a la red) y la interfaz que se va a utilizar para tener acceso a
la red.
For non-peripheral routers, compile a list of routers
that need to be added as static routes to the routing table for that router.
Each route consists of a destination network identifier, a subnet mask, a
gateway (or forwarding) IP address, a metric (number of router hops to access
the network), and the interface to be accessed. use to access the network.
3) En el caso de enrutadores no periféricos, agregue
las rutas estáticas compiladas en el paso anterior a cada enrutador. Para agregar rutas estáticas, utilice Enrutamiento y
acceso remoto.
For non-peripheral routers, add the static routes
compiled in the previous step to each router. To add static
routes, use Routing and Remote Access.
4) Cuando haya terminado la configuración, utilice los
comandos ping y tracert para probar la conectividad entre los equipos host, de
manera que se comprueben todas las rutas.
When the configuration is complete, use the ping and
tracert commands to test the connectivity between the host computers so that
all routes are checked.
Ruteo
Dinámico
Con un
protocolo de enrutamiento dinámico, el administrador solo se encarga de
configurar el protocolo de enrutamiento mediante comandos IOS, en todos los
routers de la red y estos automáticamente intercambiaron sus tablas de
enrutamiento con sus routers vecinos, por lo tanto, cada router conoce la red
gracias a las publicaciones de las otras redes que recibe de otros routers.
With a dynamic routing protocol, the administrator is
only responsible for configuring the routing protocol through IOS commands, in
all the routers in the network and these automatically exchanged their routing
tables with their neighboring routers, therefore, each router knows the network
thanks to the publications of the other networks that it receives from other
routers.
Protocolos
De Enrutamiento
Protocolo
RIP
Es un protocolo de puerta de enlace interna o
interior (Interior Gateway Protocol, IGP)
utilizado por los routers o
encaminadores para intercambiar información acerca de redes del Internet
Protocol (IP) a las que se encuentran conectados
It is an internal or interior gateway
protocol (Interior Gateway Protocol, IGP) used by routers or routers to
exchange information about Internet Protocol (IP) networks to which they are
connected.
El Protocolo de Información de
Enrutamiento (RIP) se usa para
administrar información de enrutadores en una red autocontenida, tal como una
LAN corporativa o una WAN privada. Con el RIP, el host de puerta de enlace
envía su tabla de enrutamiento al enrutador más cercano cada 30 segundos. Este
enrutador envía el contenido de sus tablas de enrutamiento a los enrutadores
vecinos.
The Routing Information Protocol
(RIP) is used to manage router information in a self-contained network, such as
a corporate LAN or a private WAN. With RIP, the gateway host sends its routing
table to the nearest router every 30 seconds. This router sends the content of
its routing tables to neighboring routers.
Protocolo
OSPF
Open
Shortest Path First (OSPF)
es un protocolo de direccionamiento de tipo enlace-estado, desarrollado para
las redes IP y basado en el algoritmo de primera vía más corta (SPF). OSPF es un protocolo de
pasarela interior (IGP).
Open Shortest Path First (OSPF) is a link-state addressing protocol,
developed for IP networks and based on the shortest first path (SPF) algorithm.
OSPF is an Interior Gateway Protocol (IGP).
En una
red OSPF, los direccionadores o sistemas de la misma área mantienen una base de
datos de enlace-estado idéntica que describe la topología del área. Cada
direccionador o sistema del área genera su propia base de datos de
enlace-estado a partir de los anuncios de enlace-estado (LSA) que recibe de los
demás direccionadores o sistemas de la misma área y de los LSA que él mismo
genera.
In an OSPF network, routers or
systems in the same area maintain an identical link-state database that
describes the topology of the area. Each router or system in the area generates
its own link-state database from the link-state advertisements (LSAs) it receives
from the other routers or systems in the same area and from the LSAs it
generates.
Protocolo
IGRP
IGRP es un protocolo de enrutamiento
basado en la tecnología vector-distancia, aunque también tiene en cuenta el
estado del enlace. Utiliza una métrica compuesta para determinar la mejor ruta
basándose en el ancho de banda, el retardo, la confiabilidad y la carga del
enlace
IGRP is a routing protocol based on distance vector
technology, although it also takes into account the state of the link. Uses a
composite metric to determine the best route based on link bandwidth, delay,
reliability, and load
El IGRP es un protocolo que permite
que los gatewayes acumulen su tabla de ruteo intercambiando la información por
otros gatewayes. Una gateway comienza con entradas para todas las redes
directamente conectadas con ella. Obtiene información sobre otras redes
mediante el intercambio de actualizaciones de ruteo con gateways adyacentes. En
el caso más simple, el gateway encontrará una trayectoria que represente la
mejor manera de conseguir a cada red. Un trayecto se caracteriza por el
siguiente gateway al que se deben enviar los paquetes, la interfaz de red que
debe usarse y la información métrica.
IGRP is a protocol that allows
gateways to build up their routing table by exchanging information with other
gateways. A gateway begins with entries for all networks directly connected to
it. Obtains information about other networks by exchanging routing updates with
adjacent gateways. In the simplest case, the gateway will find a path that
represents the best way to get to each network. A path is characterized by the
next gateway to which the packets must be sent, the network interface to be
used, and the metric information.
Protocolo
EIGRP
EIGRP es utilizado en redes TCP/IP y de Interconexión de
Sistemas Abierto (OSI) como un protocolo de enrutamiento del tipo vector
distancia avanzado, propiedad de Cisco, que ofrece las mejores características
de los algoritmos vector distancia y de estado de enlace.
EIGRP is used in TCP / IP and Open
Systems Interconnection (OSI) networks as a Cisco proprietary advanced distance
vector routing protocol that offers the best characteristics of link state and
distance vector algorithms.
EIGRP (Enhanced Interior Gateway
Routing Protocol) es una versión mejorada de IGRP. La tecnología de vector
distancia que se usa en IGRP también se emplea en EIGRP. Además, la información
de la distancia subyacente no presenta cambios. Las propiedades de convergencia
y la eficacia de operación de este protocolo han mejorado significativamente.
Esto permite una arquitectura mejorada y, a la vez, retiene la inversión
existente en IGRP.
EIGRP (Enhanced Interior Gateway Routing Protocol) is an enhanced
version of IGRP. The distance vector technology used in IGRP is also used in
EIGRP. Also, the underlying distance information is unchanged. The convergence
properties and operating efficiency of this protocol have been significantly
improved. This enables an improved architecture while retaining the existing
investment in IGRP
Configuración De Enrutador
El enrutador es el pilar principal de
una red doméstica. Configurar el enrutador adecuadamente protege tu información
de los ojos curiosos, conecta todos los dispositivos en casa a Internet con seguridad
e incluso evita que los niños revisen cosas que no deberían. Sigue esta guía
para configurar el enrutador en algunos minutos.
The router is the mainstay of a home
network. Setting up the router properly protects your information from prying
eyes, connects all devices in the home to the Internet safely, and even
prevents children from checking things they shouldn't. Follow this guide to set
up your router in a few minutes.
1) Conéctate el enrutador
a la computadora y al módem.
2)
Abre un navegador web.
3)
Introduce la dirección
del enrutador.
4)
Introduce el nombre de
usuario y la contraseña.
5)
Restablece el enrutador si no puedes acceder a
él.
6)
Asígnale un nombre de
usuario y una contraseña nuevos al router.
1) Connect the router to the
computer and the modem.
2) Open a web browser.
3) Enter the address of the
router.
4) Enter the username and
password.
5) Reset the router if you
can't access it.
6) Assign a new
username and password to the router
Configuración De SWITCH
1) El entorno inicial cuando nos conectamos por la terminal al
Switch es la siguiente. Allí podemos ver toda la información relacionada con el
dispositivo tal como el nombre, fabricante, modelo, seriales, etc. Vemos que en
la parte final se indica que pulsemos RETURN (Enter) para iniciar la
configuración.
2) Para realizar este tipo de tarea debemos ser usuario
privilegiado, para saber el tipo de usuario basta con tener presente lo
siguiente:
En la terminal del Switch veremos el símbolo > lo cual
indica que estamos en modo usuario¸ si el símbolo es # significa que estamos
como usuarios privilegiados. Por defecto siempre el Switch iniciará en modo
usuario, basta con ingresar el término enable para pasar a privilegiado
3) Ahora ingresaremos a la configuración global del Switch
introduciendo el término "configure terminal".
4) Una vez allí usaremos el comando hostname para establecer el
nuevo nombre. Podemos usar el término exit para salir del modo configuración.
1) The initial environment
when we connect through the terminal to the Switch is the following. There we
can see all the information related to the device such as the name,
manufacturer, model, serial numbers, etc. We see that in the final part it is
indicated that we press RETURN (Enter) to start the configuration.
2) To carry out this type of
task we must be a privileged user; to know the type of user it is enough to
keep in mind the following:
In the terminal of the Switch
we will see the symbol> which indicates that we are in user mode¸ if the
symbol is # it means that we are as privileged users. By default the Switch
will always start in user mode, just enter the term enable to switch to
privileged
3) Now we will enter the
global configuration of the Switch by entering the term "configure
terminal".
4) Once there we will use the
hostname command to establish the new name. We can use the term exit to exit
configuration mode.
VLan
Para realizar la configuración de una VLAN, se debe ingresar al
método de configuración de VLAN (S1(config-vlan)#) desde el modo de
configuración global (S1(config)#) utilizando el comando “vlan”,
seguido del número de la VLAN que deseamos configurar y para asignar
un nombre a la VLAN que estamos configurando utilizamos el comando “name”
seguido del nombre que deseamos asignar a dicha VLAN.
To configure a VLAN, you must enter the
VLAN configuration method (S1 (config-vlan) #) from the global configuration
mode (S1 (config) #) using the command "vlan", followed by the number
of the VLAN that we want to configure and to assign a name to the VLAN that we
are configuring we use the command "name" followed by the name that
we want to assign to said VLAN.
Para asignar la VLAN a uno o varios puertos debemos de ingresar al
modo de configuración de la interfaz (S1(config-if)#) utilizando el
comando “interface” seguido de la interfaz correspondiente por ejemplo:
“fastEthernet 0/1”. Luego utilizando el comando “switchport mode access”
declaramos el puerto como modo acceso y utilizando el comando “switchport
access vlan” seguido del número de la VLAN que queremos asignar por ejemplo:
“10”.
To assign the VLAN to one or more ports, we must enter
the interface configuration mode (S1 (config-if) #) using the command
"interface" followed by the corresponding interface, for example:
"fastEthernet 0/1". Then using the command "switchport mode
access" we declare the port as access mode and using the command
"switchport access vlan" followed by the number of the VLAN that we
want to assign, for example: "10".
Operatividad De Una Red Electrónica De Datos
Una red de datos es un sistema que enlaza dos o más puntos
(terminales) por un medio físico, el cual sirve para enviar o recibir un
determinado flujo de información. La operatividad de una red
electrónica de datos es un medio por el cual las personas interactúan con otras
personas a grandes o cortas distancias a través de los medios de internet,
enviando y recibiendo y/o compartiendo archivos, documentos o información
(tanto escrita como audiovisual); a su vez se pueden disfrutar de sus servicios
para la búsqueda de algún tipo de datos, siendo su uso fácil y rápido.
A data network is a system that links two or more
points (terminals) by a physical medium, which is used to send or receive a
specific flow of information. The operation of an electronic data network is a
means by which people interact with other people at great or short distances
through internet media, sending and receiving and / or sharing files, documents
or information (both written and audiovisual ); at the same time you can enjoy
its services to search for some type of data, being its easy and fast use.
Listas De Acceso
Una Lista de Control de Acceso o ACL permiten controlar
el flujo del tráfico en equipos de redes, tales como routers y switches. Su
principal objetivo es filtrar tráfico, permitiendo o denegando el tráfico de
red de acuerdo a alguna condición. Sin embargo, también tienen usos
adicionales, como, por ejemplo, distinguir “tráfico interesante” (tráfico
suficientemente importante como para activar o mantener una conexión) en ISDN.
An Access Control List or ACL allows you to control
the flow of traffic in network equipment, such as routers and switches. Its
main objective is to filter traffic, allowing or denying network traffic
according to some condition. However, they also have additional uses, such as
distinguishing “interesting traffic” (traffic important enough to activate or
maintain a connection) in ISDN.
VPN
VPN son las siglas de Virtual Private Network, o red privada virtual que, a
diferencia de otras palabras informáticas más crípticas como DNS o HTTP, sí nos
dan pistas bastante precisas sobre en qué consisten. Una conexión VPN lo que te
permite es crear una red local sin necesidad que sus integrantes estén
físicamente conectados entre sí, sino a través de Internet
VPN is the acronym for Virtual Private Network, or
virtual private network that, unlike other more cryptic computer words such as
DNS or HTTP, does give us quite precise clues about what they consist of. A VPN
connection allows you to create a local network without the need for its
members to be physically connected to each other, but through the Internet
Protocolos
De Enrutamiento
Protocolo
RIP
Es un protocolo de puerta de enlace interna o
interior (Interior Gateway Protocol, IGP)
utilizado por los routers o
encaminadores para intercambiar información acerca de redes del Internet
Protocol (IP) a las que se encuentran conectados
It is an internal or interior gateway
protocol (Interior Gateway Protocol, IGP) used by routers or routers to
exchange information about Internet Protocol (IP) networks to which they are
connected.
El Protocolo de Información de
Enrutamiento (RIP) se usa para
administrar información de enrutadores en una red autocontenida, tal como una
LAN corporativa o una WAN privada. Con el RIP, el host de puerta de enlace
envía su tabla de enrutamiento al enrutador más cercano cada 30 segundos. Este
enrutador envía el contenido de sus tablas de enrutamiento a los enrutadores
vecinos.
The Routing Information Protocol
(RIP) is used to manage router information in a self-contained network, such as
a corporate LAN or a private WAN. With RIP, the gateway host sends its routing
table to the nearest router every 30 seconds. This router sends the content of
its routing tables to neighboring routers.
Open
Shortest Path First (OSPF)
es un protocolo de direccionamiento de tipo enlace-estado, desarrollado para
las redes IP y basado en el algoritmo de primera vía más corta (SPF). OSPF es un protocolo de
pasarela interior (IGP).
Open Shortest Path First (OSPF) is a link-state addressing protocol,
developed for IP networks and based on the shortest first path (SPF) algorithm.
OSPF is an Interior Gateway Protocol (IGP).
En una
red OSPF, los direccionadores o sistemas de la misma área mantienen una base de
datos de enlace-estado idéntica que describe la topología del área. Cada
direccionador o sistema del área genera su propia base de datos de
enlace-estado a partir de los anuncios de enlace-estado (LSA) que recibe de los
demás direccionadores o sistemas de la misma área y de los LSA que él mismo
genera.
In an OSPF network, routers or
systems in the same area maintain an identical link-state database that
describes the topology of the area. Each router or system in the area generates
its own link-state database from the link-state advertisements (LSAs) it receives
from the other routers or systems in the same area and from the LSAs it
generates.
Protocolo IGRP
IGRP es un protocolo de enrutamiento
basado en la tecnología vector-distancia, aunque también tiene en cuenta el
estado del enlace. Utiliza una métrica compuesta para determinar la mejor ruta
basándose en el ancho de banda, el retardo, la confiabilidad y la carga del
enlace
IGRP is a routing protocol based on distance vector
technology, although it also takes into account the state of the link. Uses a
composite metric to determine the best route based on link bandwidth, delay,
reliability, and load
El IGRP es un protocolo que permite
que los gatewayes acumulen su tabla de ruteo intercambiando la información por
otros gatewayes. Una gateway comienza con entradas para todas las redes
directamente conectadas con ella. Obtiene información sobre otras redes
mediante el intercambio de actualizaciones de ruteo con gateways adyacentes. En
el caso más simple, el gateway encontrará una trayectoria que represente la
mejor manera de conseguir a cada red. Un trayecto se caracteriza por el
siguiente gateway al que se deben enviar los paquetes, la interfaz de red que
debe usarse y la información métrica.
IGRP is a protocol that allows
gateways to build up their routing table by exchanging information with other
gateways. A gateway begins with entries for all networks directly connected to
it. Obtains information about other networks by exchanging routing updates with
adjacent gateways. In the simplest case, the gateway will find a path that
represents the best way to get to each network. A path is characterized by the
next gateway to which the packets must be sent, the network interface to be
used, and the metric information.
Protocolo
EIGRP
EIGRP es utilizado en redes TCP/IP y de Interconexión de
Sistemas Abierto (OSI) como un protocolo de enrutamiento del tipo vector
distancia avanzado, propiedad de Cisco, que ofrece las mejores características
de los algoritmos vector distancia y de estado de enlace.
EIGRP is used in TCP / IP and Open
Systems Interconnection (OSI) networks as a Cisco proprietary advanced distance
vector routing protocol that offers the best characteristics of link state and
distance vector algorithms.
EIGRP (Enhanced Interior Gateway
Routing Protocol) es una versión mejorada de IGRP. La tecnología de vector
distancia que se usa en IGRP también se emplea en EIGRP. Además, la información
de la distancia subyacente no presenta cambios. Las propiedades de convergencia
y la eficacia de operación de este protocolo han mejorado significativamente.
Esto permite una arquitectura mejorada y, a la vez, retiene la inversión
existente en IGRP.
EIGRP (Enhanced Interior Gateway Routing Protocol) is an enhanced version of IGRP. The distance vector technology used in IGRP is also used in EIGRP. Also, the underlying distance information is unchanged. The convergence properties and operating efficiency of this protocol have been significantly improved. This enables an improved architecture while retaining the existing investment in IGRP