Informe Redes 06
Informe Redes 06
Summary –
In this lab we study IP routing with RIPv2. We analyze this
protocol in detail, and before, we make the respective network
topology and configure the terminal devices and routers, so that
we can perform the IP addressing table and routing.
Subsequently, we confirm the correct use of the RIPv2 protocol.
IP routing
This process allows the interconnectivity and communication of
networks, through IP packets sent from an origin to a
destination, thanks to the technology incorporated in each
router, which makes it possible, through various configurations Figure 4. Procedural network topology [2].
and protocols. Over the years and with the development of
servers, computer networks and the Internet, the efficiency of Step 2. Designing the IP addressing for the network topology
these systems has been sought to increase, so that over the last
century new proposals have been launched in search of new Design the IP addressing for the network topology shown in Figure 5.
improvements, thus new elements such as routers were born and Use the Class C address: 193.42.10.0 / 24 and subdivide it into 8
with them a series of new protocols that would facilitate the subnets (only 7 subnets are used). Make a table showing the procedure
centralization and exchange of data between networks [4]. to obtain the IP addressing of each subnet and assign the IP addresses
to the PCs and to the serial and Ethernet interfaces of the routers.
Static routing
Step 3. Configure the IP addressing on each PC with the following
Routers must have routes in their IP routing tables for the packet
procedure.
forwarding process to work. After the IP addresses are Configure the IP addressing on each PC with the following procedure.
configured on the router interfaces, routers usually need other Click on the PC, select the "Desktop" tab, click on "IP configuration",
routes to send packets to all subnets in the network. Static select the "static" option and configure the fields: IP Address, Subnet
routes, allow to establish in the router routing table, what is the Mask and Default Gateway. Observe the following figure.
IP address of the next hop (router), to reach (reach) another
subnet within the network [2].
Packet Tracer
Cisco Packet Tracer is an administrative and educational tool
whose main objective is to better understand the theory
associated with computer networking. This tool allows users to
create network topologies, configure devices, deliver packets
and simulate a network with multiple representations. One of
the great advantages of using this program is that it has a
"Simulation" function where you can see how packets flow Figure 5. Assign IP address [2].
through different devices and switches (Switches, Routers, etc.).
We can also speed up or slow down the data transfer process Step 4. Configure the IP addressing of the FastEthernet and serial
and at the end it shows us a list of events in which we can go interfaces of the routers.
back or forward. Another great advantage of Packet Tracer is its
Click on the router, select the "Config" tab The following is an example
interactive interface, which allows to provide a better
of the configuration of the IP address of the FastEthernet 0/0 interface
experience to its users and to implement the concepts and
and the serial 2/0 interface.
theories learned in their daily life or work.
To start the execution of the program and as a first physical
topology you can place a small, interconnected network from
two PC's connected to a router, to a complex network system, at
a local geographic level. In the case of end devices, as PC's do
not have more than the use of commands such as PING to test
packets sent between computers, the configuration of a PC is at
the level of filling text boxes with the necessary information.
RIP Protocol
Laboratorio Fundamentos de Redes
To perform the network topology, Cisco Packet Tracer tools Router7 - Se3/0 192.168.1.97/28
7 192.168.1.96/28 Router0 - Se6/0 192.168.1.98/28 255.255.255.240/28
were used, and the PCs and Routers were configured, as a result,
Broadcast 192.168.1.111/28
the following results were obtained:
Router0 - Se3/0 192.168.1.113/28
8 192.168.1.112/28 Router5 - Se2/0 192.168.1.114/28 255.255.255.240/28
Broadcast 192.168.1.127/28
V. IP ADDRESSING After configuring all the devices with the IP addresses, we will
proceed to address using the RIP protocol, for this we will go to
In the lab, the Class C address is used: 192.168.1.0/24 and is
the routers, and one by one we will configure the RIP protocol
subdivided into 16 subnets/host. To get 16 subnets, 4 bits of the
by performing the following commands in the CLI tab.
host portion must be requested, because 24=16. Then each
subnet has 212 hosts = 4096 hosts; The subnet mask = 24 + 4 =
28; The new network address notation is: 192.168.1.0/28.
Considering the above, the IP addressing table for the 11
subnets of the topology was made:
In the commands that begin with "network", you must write the
IP addresses of all the subnets to which the router belongs, in
the case of the illustration it belongs to two. To verify correct
operation, we can use the show running-config command,
which will show us a section in which the router connections are
seen.
Laboratorio Fundamentos de Redes
VI. CONCLUSIONS
VII. REFERENCES