Файл: Курсовая работа технологии пакетной коммутации Выполнила стка гр. Иктп23 Соломатникова Р. В. Проверила Ротенштейн И. В.docx

ВУЗ: Не указан

Категория: Курсовая работа

Дисциплина: Не указана

Добавлен: 22.11.2023

Просмотров: 41

Скачиваний: 4

ВНИМАНИЕ! Если данный файл нарушает Ваши авторские права, то обязательно сообщите нам.

Федеральное агентство российской федерации

Федеральное государственное образовательное бюджетное учреждение высшего профессионального образования

Поволжский государственный университет телекоммуникаций и информатики

Кафедра Систем связи

Сдан на проверку Допустить к защите

«___»__________ 2016 г. «___»__________ 2016 г.

Защищена с оценкой

«___»__________ 2016 г.

КУРСОВАЯ РАБОТА

Технологии пакетной коммутации

Выполнила ст-ка гр. ИКТп-23

Соломатникова Р.В.

Проверила: Ротенштейн И.В.

Самара 2016

Рецензия

Вариант 19

Использованы: маршрутизаторы серии 2911, коммутаторы – серии 2960.

Каждый маршрутизатор имеет последовательный интерфейс HWIC-2T (serial s0/3/0 и serial s0/3/1).



Рис.1. Схема сети

Параметры сетей:

19

RIP

Сеть 1

Сеть 2

Сеть 3

Сеть 4

Адрес сети


192.168.30.8/29

172.16.10.128/28

10.1.20.0/27

172.16.10.62/27

Маска подсети

255.255.255.248

255.255.255.240

255.255.255.224

255.255.255.224

Адрес шлюза


192.168.30.9

172.16.10.129

10.1.20.1

172.16.10.33

Диапазон

192.168.30.10– 192.168.10.14


172.16.10.130– 172.16.10.142

10.1.20.2– 10.1.20.30

172.16.10.34 – 172.16.10.62

Широковещательный

адрес

192.168.30.15

172.16.10.143

10.1.20.31

172.16.10.63

Сеть 5 имеет адрес 200.5.5.0/30, сеть 6 – 200.5.5.4/30, сеть 7 – 200.5.5.8/30

Конфигурирование основных параметров всех маршрутизаторов

  1. Маршрутизатор А:


Router>en

Router#conf t

Router(config)#hostname R-A

R-A(config)#int g0/0

R-A(config-if)#ip add 192.168.30.9 255.255.255.248

R-A(config-if)#no shutdown
R-A(config-if)#int s0/3/0

R-A(config-if)#ip add 200.5.5.1 255.255.255.252


R-A(config-if)#clock rate 64000

R-A(config-if)#no shutdown


  1. Маршрутизатор В:

Router(config)#hostname R-B

R-B(config)#int g0/0

R-B(config-if)#ip add 172.16.10.129 255.255.255.240

R-B(config-if)#no shutdown
R-B(config-if)#int s0/3/1

R-B(config-if)#ip add 200.5.5.2 255.255.255.252

R-B(config-if)#no shutdown
R-B(config-if)#int s0/3/0

R-B(config-if)#ip add 200.5.5.5 255.255.255.252

R-B(config-if)#clock rate 64000

R-B(config-if)#no shutdown


  1. Маршрутизатор С:

Router(config)#hostname R-C

R-C(config)#int g0/0

R-C(config-if)#ip add 10.1.20.1 255.255.255.224

R-C(config-if)#no shutdown
R-C(config-if)#int s0/3/1

R-C(config-if)#ip add 200.5.5.6 255.255.255.252

R-C(config-if)#no shutdown
R-C(config-if)#int s0/3/0

R-C(config-if)#ip add 200.5.5.9 255.255.255.252

R-C(config-if)#clock rate 64000

R-C(config-if)#no shutdown


  1. Маршрутизатор D:

Router(config)#hostname R-D

R-D(config)#int g0/0

R-D(config-if)#ip add 172.16.10.33 255.255.255.224

R-D(config-if)#no shutdown
R-D(config-if)#int s0/3/1

R-D(config-if)#ip add 200.5.5.10 255.255.255.252

R-D(config-if)#no shutdown

Установка паролей на консоль, виртуальные линии, на вход и привилегированный режим.

  1. Маршрутизатор А:


R-A(config)#line con 0

R-A(config-line)#password cis-1

R-A(config-line)#login

R-A(config-line)#line vty 0 15

R-A(config-line)#password cis-2

R-A(config-line)#login

R-A(config-line)#exit

R-A(config)#enable secret cisco

Аналогично для маршрутизаторов B, C и D.

Проверка конфигурации по командам show running-config.

  1. Маршрутизатор А:


R-A#sh run



interface GigabitEthernet0/0

ip address 192.168.30.9 255.255.255.248

duplex auto

speed auto

!

interface Serial0/3/0

ip address 200.5.5.1 255.255.255.252

clock rate 64000

!

line con 0

password cis-1

login

!

line aux 0

!

line vty 0 4

password cis-2

login

line vty 5 15

password cis-2

login



R-A#


  1. Маршрутизатор В:

R-B#sh run



interface GigabitEthernet0/0

ip address 172.16.10.129 255.255.255.240

duplex auto

speed auto

!

interface Serial0/3/0

ip address 200.5.5.5 255.255.255.252

clock rate 64000

!

interface Serial0/3/1

ip address 200.5.5.2 255.255.255.252

!

line con 0

password cis-1

login

!

line con 0

password cis-1

login

!

line aux 0

!

line vty 0 4

password cis-2

login

line vty 5 15

password cis-2

login



R-B#


  1. Маршрутизатор С:

R-C#sh run



interface GigabitEthernet0/0

ip address 10.1.20.1 255.255.255.224

duplex auto

speed auto

!

interface Serial0/3/0

ip address 200.5.5.9 255.255.255.252

clock rate 64000

!

interface Serial0/3/1

ip address 200.5.5.6 255.255.255.252

!

line con 0

password cis-1

login

!

line con 0

password cis-1

login

!

line aux 0

!

line vty 0 4

password cis-2

login

line vty 5 15

password cis-2

login



R-C#


  1. Маршрутизатор D:

R-D#sh run



interface GigabitEthernet0/0

ip address 172.16.10.33 255.255.255.224

duplex auto

speed auto

!

interface Serial0/3/1

ip address 200.5.5.10 255.255.255.252

!

line con 0

password cis-1

login

!

line aux 0



!

line vty 0 4

password cis-2

login

line vty 5 15

password cis-2

login



R-D#
Проверка таблицы маршрутизации.

  1. Маршрутизатор А:


R-A>sh ip route



Gateway of last resort is not set
192.168.30.0/24 is variably subnetted, 2 subnets, 2 masks

C 192.168.30.8/29 is directly connected, GigabitEthernet0/0

L 192.168.30.9/32 is directly connected, GigabitEthernet0/0

200.5.5.0/24 is variably subnetted, 2 subnets, 2 masks

C 200.5.5.0/30 is directly connected, Serial0/3/0

L 200.5.5.1/32 is directly connected, Serial0/3/0

R-A>


  1. Маршрутизатор В:

R-B>sh ip route



Gateway of last resort is not set
172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks

C 172.16.10.128/28 is directly connected, GigabitEthernet0/0

L 172.16.10.129/32 is directly connected, GigabitEthernet0/0

200.5.5.0/24 is variably subnetted, 4 subnets, 2 masks

C 200.5.5.0/30 is directly connected, Serial0/3/1

L 200.5.5.2/32 is directly connected, Serial0/3/1

C 200.5.5.4/30 is directly connected, Serial0/3/0

L 200.5.5.5/32 is directly connected, Serial0/3/0

R-B>



  1. Маршрутизатор С:

R-C>sh ip route



Gateway of last resort is not set
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks

C 10.1.20.0/27 is directly connected, GigabitEthernet0/0

L 10.1.20.1/32 is directly connected, GigabitEthernet0/0

200.5.5.0/24 is variably subnetted, 4 subnets, 2 masks

C 200.5.5.4/30 is directly connected, Serial0/3/1

L 200.5.5.6/32 is directly connected, Serial0/3/1

C 200.5.5.8/30 is directly connected, Serial0/3/0

L 200.5.5.9/32 is directly connected, Serial0/3/0

R-C>


  1. Маршрутизатор D:

R-D>sh ip route



Gateway of last resort is not set
172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks

C 172.16.10.32/27 is directly connected, GigabitEthernet0/0

L 172.16.10.33/32 is directly connected, GigabitEthernet0/0

200.5.5.0/24 is variably subnetted, 2 subnets, 2 masks

C 200.5.5.8/30 is directly connected, Serial0/3/1

L 200.5.5.10/32 is directly connected, Serial0/3/1

R-D>

Проверка состояния интерфейсов.

  1. Маршрутизатор А:


R-A>sh ip int brief
Interface IP-Address OK? Method Status Protocol

GigabitEthernet0/0 192.168.30.9 YES manual up up



Serial0/3/0 200.5.5.1 YES manual up up

R-A>


  1. Маршрутизатор В:

R-B>sh ip int brief
Interface IP-Address OK? Method Status Protocol

GigabitEthernet0/0 172.16.10.129 YES manual up up



Serial0/3/0 200.5.5.5 YES manual up up

Serial0/3/1 200.5.5.2 YES manual up up

R-B>


  1. Маршрутизатор С:

R-C>sh ip int brief
Interface IP-Address OK? Method Status Protocol

GigabitEthernet0/0 10.1.20.1 YES manual up up



Serial0/3/0 200.5.5.9 YES manual up up

Serial0/3/1 200.5.5.6 YES manual up up

R-C>


  1. Маршрутизатор D:

R-D>sh ip int brief
Interface IP-Address OK? Method Status Protocol

GigabitEthernet0/0 172.16.10.33 YES manual up up



Serial0/3/1 200.5.5.10 YES manual up up

R-D>

Конфигурация протокола маршрутизации (EIGRP).

  1. Маршрутизатор А:


R-A(config)#router rip

R-A(config-router)#version 2

R-A(config-router)#network 192.168.30.8

R-A(config-router)#network 200.5.5.0

R-A(config-router)#no auto-summary


  1. Маршрутизатор В:

R-B(config)#router rip

R-B(config-router)#version 2

R-B(config-router)#network 172.16.10.128

R-B(config-router)#network 200.5.5.0

R-B(config-router)#network 200.5.5.4


R-B(config-router)#no auto-summary


  1. Маршрутизатор С:

R-C(config)#router rip

R-C(config-router)#version 2

R-C(config-router)#network 10.1.20.0

R-C(config-router)#network 200.5.5.4

R-C(config-router)#network 200.5.5.8

R-С(config-router)#no auto-summary


  1. Маршрутизатор D:

R-D(config)#router rip

R-D(config-router)#version 2

R-D(config-router)#network 172.16.10.32

R-D(config-router)#network 200.5.5.8

R-D(config-router)#no auto-summary

Проверка таблиц маршрутизации.

  1. Маршрутизатор А:


R-A>sh ip route



Gateway of last resort is not set
R 10.0.0.0/8 [120/2] via 200.5.5.2, 00:00:23, Serial0/3/0

172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks

R 172.16.0.0/16 [120/3] via 200.5.5.2, 00:00:23, Serial0/3/0

R 172.16.10.128/28 [120/1] via 200.5.5.2, 00:00:23, Serial0/3/0

192.168.30.0/24 is variably subnetted, 2 subnets, 2 masks

C 192.168.30.8/29 is directly connected, GigabitEthernet0/0

L 192.168.30.9/32 is directly connected, GigabitEthernet0/0

200.5.5.0/24 is variably subnetted, 4 subnets, 2 masks

C 200.5.5.0/30 is directly connected, Serial0/3/0

L 200.5.5.1/32 is directly connected, Serial0/3/0

D 200.5.5.4/30 [120/1] via 200.5.5.2, 00:00:23, Serial0/3/0

D 200.5.5.8/30 [120/2] via 200.5.5.2, 00:00:23, Serial0/3/0

R-A>
Например, для маршрута к сети 10.1.20.0/27 адресом следующего перехода (next hop) будет интерфейс 200.5.5.2 маршрутизатора В. Административное расстояние равно 120. Метрика составляет 2. Выходным интерфейсом маршрутизатора А является Serial 0/3/0.


  1. Маршрутизатор В:

R-B>sh ip route



Gateway of last resort is not set
R 10.0.0.0/8 [120/1] via 200.5.5.6, 00:00:18, Serial0/3/0

C 10.1.20.160/27 is directly connected, GigabitEthernet0/0

L 10.1.20.161/32 is directly connected, GigabitEthernet0/0

172.16.0.0/16 is variably subnetted, 3 subnets, 3 masks

R 172.16.0.0/16 [120/2] via 200.5.5.6, 00:00:18, Serial0/3/0

C 172.16.10.128/28 is directly connected, GigabitEthernet0/0

L 172.16.10.129/32 is directly connected, GigabitEthernet0/0

R 192.168.30.0/24 [120/1] via 200.5.5.1, 00:00:08, Serial0/3/1

200.5.5.0/24 is variably subnetted, 5 subnets, 2 masks

C 200.5.5.0/30 is directly connected, Serial0/3/1

L 200.5.5.2/32 is directly connected, Serial0/3/1

C 200.5.5.4/30 is directly connected, Serial0/3/0

L 200.5.5.5/32 is directly connected, Serial0/3/0

R 200.5.5.8/30 [120/1] via 200.5.5.6, 00:00:18, Serial0/3/0

R-B>


  1. Маршрутизатор С:

R-C>sh ip route



Gateway of last resort is not set
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks

C 10.1.20.0/27 is directly connected, GigabitEthernet0/0

L 10.1.20.1/32 is directly connected, GigabitEthernet0/0

172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks

R 172.16.10.32/27 [120/1] via 200.5.5.10, 00:00:15, Serial0/3/0

R 172.16.10.128/28 [120/1] via 200.5.5.5, 00:00:14, Serial0/3/1

R 192.168.30.0/24 [120/2] via 200.5.5.5, 00:00:14, Serial0/3/1

200.5.5.0/24 is variably subnetted, 5 subnets, 2 masks

R 200.5.5.0/30 [120/1] via 200.5.5.5, 00:00:14, Serial0/3/1

C 200.5.5.4/30 is directly connected, Serial0/3/1

L 200.5.5.6/32 is directly connected, Serial0/3/1

C 200.5.5.8/30 is directly connected, Serial0/3/0

L 200.5.5.9/32 is directly connected, Serial0/3/0

R-C>


  1. Маршрутизатор D:

R-D>sh ip route



Gateway of last resort is not set
R 10.0.0.0/8 [120/1] via 200.5.5.9, 00:00:04, Serial0/3/1

172.16.0.0/16 is variably subnetted, 3 subnets, 3 masks

R 172.16.10.0/27 [120/2] via 200.5.5.9, 00:00:04, Serial0/3/1

C 172.16.10.32/27 is directly connected, GigabitEthernet0/0


L 172.16.10.33/32 is directly connected, GigabitEthernet0/0

R 192.168.30.0/24 [120/3] via 200.5.5.9, 00:00:04, Serial0/3/1

200.5.5.0/24 is variably subnetted, 4 subnets, 2 masks

D 200.5.5.0/30 [120/2] via 200.5.5.9, 00:00:04, Serial0/3/1

D 200.5.5.4/30 [120/1] via 200.5.5.9, 00:00:04, Serial0/3/1

C 200.5.5.8/30 is directly connected, Serial0/3/1

L 200.5.5.10/32 is directly connected, Serial0/3/1

R-D>
Конфигурация конечных узлов. Задание соответствующих IP-адресов, сетевых масок, шлюзов по умолчанию.


  1. PC1



  1. PC2



  1. PC3



  1. PC4


Проверка работоспособности сети с использованием команд ping, выполняемых из маршрутизаторов и с конечных узлов.


  1. РС1 к РС4

PC>ping 172.16.10.34
Pinging 172.16.10.34 with 32 bytes of data:
Reply from 172.16.10.34: bytes=32 time=11ms TTL=124

Reply from 172.16.10.34: bytes=32 time=3ms TTL=124

Reply from 172.16.10.34: bytes=32 time=3ms TTL=124

Reply from 172.16.10.34: bytes=32 time=10ms TTL=124
Ping statistics for 172.16.10.34:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 3ms, Maximum = 11ms, Average = 7ms


  1. РС1 к РС2


PC>ping 172.16.10.130
Pinging 172.16.10.130 with 32 bytes of data:
Reply from 172.16.10.130: bytes=32 time=16ms TTL=126

Reply from 172.16.10.130: bytes=32 time=1ms TTL=126

Reply from 172.16.10.130: bytes=32 time=1ms TTL=126

Reply from 172.16.10.130: bytes=32 time=2ms TTL=126
Ping statistics for 172.16.10.130:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 1ms, Maximum = 13ms, Average = 4ms

  1. РС1 к РС3


PC>ping 10.1.20.2
Pinging 10.1.20.2 with 32 bytes of data:
Reply from 10.1.20.2: bytes=32 time=3ms TTL=125

Reply from 10.1.20.2: bytes=32 time=3ms TTL=125

Reply from 10.1.20.2.18: bytes=32 time=13ms TTL=125

Reply from 10.1.20.2: bytes=32 time=2ms TTL=125
Ping statistics for 10.1.20.2:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 3ms, Maximum = 3ms, Average = 2ms
Формирование виртуальных локальных сети.

В сети 1 сформированы три виртуальных локальных сети:



Рис.2. Измененная схема сети.

На коммутаторах C, C1, C2 сформированы три виртуальных локальных сети (vlan 10, vlan 20, vlan 30). Для vlan 10 зарезервировано 16 адресов (172.16.10.0/28), для сети vlan 20 – 8 адресов (172.16.10.16/29), для vlan 30 – 8 ардресов (172.16.10.24/29).

Параметры виртуальных локальных сетей:

VLAN

Диапазон адресов

Порты коммутатора C1

Порты коммутатора C2

vlan 10

10.1.20.0 – 10.1.20.15 (16)

F0/2-F0/8

F0/2-F0/7

vlan 20

10.1.20.16 – 10.1.20.23 (8)

F0/11-F0/13

F0/11, F0/12

vlan 30

10.1.20.24 – 10.1.20.31 (8)

F0/21-F0/23

F0/21, F0/22