Sorry, you have been blocked
This website is using a security service to protect itself from online attacks. The action you just performed triggered the security solution. There are several actions that could trigger this block including submitting a certain word or phrase, a SQL command or malformed data.
What can I do to resolve this?
You can email the site owner to let them know you were blocked. Please include what you were doing when this page came up and the Cloudflare Ray ID found at the bottom of this page.
Cloudflare Ray ID: 7a701c996d842d37 • Your IP: Click to reveal 88.135.219.175 • Performance & security by Cloudflare
Протокол RIP в Cisco Packet Tracer

На рисунке 1 показана сеть, для которой будут применены протоколы маршрутизации. Очевидно, что к коммутаторам Switch0 и Switch1 можно добавить еще несколько компьютеров, не делая никаких дополнительных настроек в маршрутизаторах. PC0 имеет IP 192.168.1.2 (маска 255.255.255.0), шлюзом по умолчанию является интерфейс FastEthernet0/0 маршрутизатора Router0 с IP 192.168.1.1. Если подключить к Switсh0 другие компьютеры, то им можно давать адреса 192.168.1.x, где x – число от 3 и до 254. Аналогично организована и подсеть Router1 – PC1 с IP, маршрутизатора – 192.168.2.1, компьютера – 192.168.2.2. Для интерфейсов FastEthernet0/1 маршрутизаторов Router0 и Router1 выделены IP адреса 172.16.1.2/24 и 172.16.2.2/24 соответственно. Маршрутизатор Router2 имеет адреса интерфейсов 172.16.1.1/24 и 172.16.2.1/24.
Таким образом, для того, если отправить пакет от PC0 до PC1, ему потребуется пройти несколько подсетей – 192.168.1.0, 172.16.1.0, 172.16.2.0 и 192.168.2.0. Если зайти с рабочего стола PC0 в командную строку (command promt) можно ввести команду tracert (trace route – трассировка маршрута), можно посмотреть, как будут идти пакеты. До настройки маршрутизации пакеты не могут уйти дальше шлюза, как показано на рисунке 2.

Рисунок 2. Трассировка маршрута до настройки маршрутизации
Протокол RIP довольно прост в конфигурировании. Для того чтобы сконфигурировать протокол, необходимо задать адреса подсетей, анонсируемых маршрутизатором.
Настройка маршрутизатора Router0:
%SYS-5-CONFIG_I: Configured from console by console
Настройка маршрутизатора Router1:
Enter configuration commands, one per line. End with CNTL/Z.
%SYS-5-CONFIG_I: Configured from console by console
Настройка маршрутизатора Router2:
Enter configuration commands, one per line. End with CNTL/Z.
%SYS-5-CONFIG_I: Configured from console by console
Теперь протокол RIP на маршрутизаторе настроен, запустим снова команду tracert на PC0, ее результат показан на рисунке 3.

Рисунок 3. Трассировка маршрута после настройки маршрутизации
В нашем примере существует всего один маршрут, добавим в сеть еще один, для того, чтобы удостовериться, что протокол ищет путь с наименьшим числом переходов.



Рисунок 4. Добавление в маршрутизатор дополнительного интерфейса
Зайдем в физические настройки маршрутизатора Router0, как показано на рисунке 2.3.4, добавим интерфейс “NM-1FETX” как показано на рисунке. Добавление возможно в выключенный маршрутизатор. Теперь заходим в конфигурацию, появился новый интерфейс FastEthernet1/0. Этому интерфейсу присвоим IP-адрес 10.0.0.1. Аналогично настроим маршрутизатор Router1 и соединим сеть, как показано на рисунке 5.

Рисунок 5. Новые настройки сети.
Поскольку мы выключали маршрутизаторы, их настройки сбросились. Протокол RIP быстрее настроить через графический интерфейс, для этого в Config выбираем Routing RIP, как показано на рисунке 6 и вводим нужные нам сети. Аналогично настраиваем Router1.

Рисунок 6. Настройка протокола RIP через графический интерфейс.
Теперь протокол выбрал более короткий маршрут, как показано на рисунке 7.

Рисунок 7. Новый маршрут.
Варианты лабораторных работ
В задании дан рисунок – сеть, которую вы должны построить в Cisco Packet Tracer и ip-адреса компьютеров и других устройств, входящих в сеть.
Адреса для маршрутизаторов предлагается придумать самостоятельно, для подсетей между маршрутизаторами можно использовать диапазон 10.0.0.0/8.
Перед тем, как начать конфигурировать протоколы, постройте саму сеть, некоторые маршрутизаторы потребуют дополнительных портов – добавьте их.
Настройте протокол RIP на всех маршрутизаторах. Вы должны уметь делать это и через графический интерфейс и (это более важно) с помощью команд CLI. Конечная цель – чтобы любой компьютер вашей сети мог отправить пакет с помощью команды ping или tracert на любой другой компьютер вашей сети.
В отчете проиллюстрируйте как процесс работы (настройка компьютеров и маршрутизаторов, команды CLI) так и ее результат — (команды ping и трассировка). Не обязательно иллюстрировать отправку сообщений с каждого компьютера на каждый (для, например 5 компьютеров это довольно много).
Совет: проверку связей между компьютерами можно сделать и без команды ping (гораздо быстрее). Для этого найдите в Cisco Packet Tracer кнопку
и разберитесь, как она работает.

На компьютерах настроить следующие IP-адреса:

На компьютерах настроить следующие IP-адреса:

На компьютерах настроить следующие IP-адреса:

На компьютерах настроить следующие IP-адреса:

На компьютерах настроить следующие IP-адреса:

На компьютерах настроить следующие IP-адреса:

На компьютерах настроить следующие IP-адреса:
ПК0: 192.168.2.2 ПК1: 192.168.2.3 ПК2: 192.168.2.4
ПК3: 192.168.3.2 ПК4: 192.168.4.2 На принтере: 192.168.2.5

На компьютерах настроить следующие IP-адреса:

Вариант 10. 
Dynamic Routing Demonstration Using CISCO PACKET TRACER and RIP
Dynamic routing is all about configuring a network using dynamic routing protocols.
Dynamic Routing Protocol is divided into two main parts.
1.Interior Gateway Protocol
2.Exterior Gateway Protocol
This section will look at Interior Gateway Protocols.
-this is an autonomous system and handled by only one admin.
-this protocol is also divided into two parts,
1. Distant Vector Protocols(Bellman-Ford Algorithm) — distance is measured by `hop count` and use for simple networks
2. Link State Protocol(Dijkstra Algorithm) — this uses some other information like neighbor router info and this is best for complex network designs
In this scenario, we are using the Routing Information Protocol(RIP) as the dynamic routing protocol.
So below mentioned diagram is the network plan for a small network.
In this Network diagram,
192.168.10.0 , 192.168.30.0 , 192.168.20.0 , 10.0.0.0 , 11.0.0.0 are 5 different networks.
Router 1, Router 2, Router 3 are routers in this network.
PC 1, PC 2, PC 3 are computers(end devices) in this network.
Black dashed lines are Copper Cross-Over cables which use to connect different types of devices.
Red color lines are Serial DCE cables which are building the connection between two routers.
PC 1 — IP Address: 192.168.10.1(Fast Ethernet 0/0)
Default Gateway : 192.168.10.100(Fast Ethernet 0/0)
PC 2 — IP Address: 192.168.30.1(Fast Ethernet 0/0)
Default Gateway : 192.168.30.100(Fast Ethernet 0/0)
PC 3 — IP Address: 192.168.20.1(Fast Ethernet 0/0)
Default Gateway : 192.168.20.100(Fast Ethernet 0/0)
Router 1 — IP Address(SERIAL 0/2/0) : 10.0.0.200
IP Address(SERIAL 0/2/1) : 11.0.0.200
Router 2 — IP Address(SERIAL 0/0/0) : 10.0.0.100
IP Address(Fast Ethernet 0/0) : 192.168.10.100
Router 3 — IP Address(SERIAL 0/0/0) : 11.0.0.100
IP Address(Fast Ethernet 0/0) : 192.168.20.100
After configuring these IP addresses to the corresponding devices only, we should configure dynamic routing to the network.
When doing dynamic routing using RIP protocol first we should identify the networks which are connected to each router and for those routers we have to connect those networks through RIP.
So below mentioned procedure will guide you to do the RIP dynamic routing.
1. Router 1 configuration steps.
The below figure shows us the routing table which is updating periodically.
C- directly connected networks are marked as C.
R- networks which connected using the RIP dynamic routing
Below two figures are showing us the current running configurations of the router 1.
Implement RIP on Packet Tracer for a network topology with three Cisco routers
The routing information protocol is an industry-standard distance vector routing protocol available to all vendors. It is one of the most popular dynamic routing protocols, howbeit, its limitations. In this Lab, I will share with us on how to implement RIP on Packet Tracer for a network topology with three Cisco routers.
Before I proceed to the configuration proper for this lab, Let’s look at a few things about RIP worth committing to memory.
- RIP is a distance vector routing protocol
- It has a default administrative distance of 120
- RIP can go a maximum hop of 15
- It uses hop counts to determine the shortest part to a remote network
- RIP has no support for classless addressing and variable length subnetmask (VLSM). RIPv2 does.
Network Topology

How to configure RIP on Packet Tracer for a network topology of three routers
The imlementation of this lab involves entering the below codes on all three routers, starting from Router0.
Router0
Router>en
Router#conf t
Router(config)#hostname Router0
Router0(config)#int s0/3/0
Router0(config-if)#ip add 192.168.3.1 255.255.255.252
Router0(config-if)#no shut
Router0(config-if)#desc connection to Router1
Router0(config-if)#int f0/0
Router0(config-if)#ip add 192.168.0.1 255.255.255.0
Router0(config-if)#no shut
Router0(config-if)#desc connection to LAN
Router0(config-if)#exit
Router0(config)#router RIP
Router0(config-router)#netw 192.168.0.0
Router0(config-router)#netw 192.168.3.0
Router0(config-router)#no auto
Router0(config-router)#exit
Router0(config)#exit
Router0#copy run start
Router1
Router>en
Router#conf t
Router(config)#hostname Router1
Router1(config)#int s0/3/0
Router1(config-if)#clock rate 64000
Router1(config-if)#ip add 192.168.3.2 255.255.255.252
Router1(config-if)#no shut
Router1(config-if)#desc connection to Router0
Router1(config-if)#int s0/2/0
Router1(config-if)#clock rate 64000
Router1(config-if)#ip add 192.168.4.1 255.255.255.252
Router1(config-if)#no shut
Router1(config-if)#desc connection to Router2
Router1(config-if)#int f0/0
Router1(config-if)#ip add 192.168.1.1 255.255.255.0
Router1(config-if)#no shut
Router1(config-if)#desc connection to LAN
Router1(config-if)#exit
Router1(config)#router RIP
Router1(config-router)#netw 192.168.1.0
Router1(config-router)#netw 192.168.3.0
Router1(config-router)#netw 192.168.4.0
Router1(config-router)#no auto
Router1(config-router)#exit
Router1(config)#exit
Router1#copy run start
Router2
Router>en
Router#conf t
Router(config)#hostname Router0
Router2(config)#int s0/3/0
Router2(config-if)#ip add 192.168.4.2 255.255.255.252
Router2(config-if)#no shut
Router2(config-if)#desc connection to Router1
Router2(config-if)#int f0/0
Router2(config-if)#ip add 192.168.2.1 255.255.255.0
Router2(config-if)#no shut
Router2(config-if)#desc connection to LAN
Router2(config-if)#exit
Router2(config)#router RIP
Router2(config-router)#netw 192.168.4.0
Router2(config-router)#netw 192.168.2.0
Router2(config-router)#no auto
Router2(config-router)#exit
Router2(config)#exit
Router2#copy run start
Verification
To verify the working of the lab, we need to confirm that we are learning all routes via RIP. To do this, we need to use #show ip route command. See results from Router0:

From Router0, we can see that networks 192.168.1.0/24, 192.168.2.0/24, and 192.168.4.0/24 are all being learned via RIP with default administrative distance of 120 and the hop count for network 192.168.2.0/24 recorded as 2. This is because network 192.168.2.0/24 is two routers away from Router0. Let’s run a ping test to those networks and see if it will be successful. See output below:

That’s it guys. to get the Packet Tracer file for this lab, kindly subscribe to this blog and it will be sent to your email address. To read more on Cisco RIP implementation, see Cisco official RIP documentation.