Сдам Сам

ПОЛЕЗНОЕ


КАТЕГОРИИ







Базовая конфигурация оборудования





· Настроить hostname на маршрутизаторах.

· Отключить DNS lookup.

· Установить пароль для EXEC mode

· Настроить message-of-the-day banner.

· Установить пароль для console

 

2. Настроить адресацию оборудования согласно плана

· Настроить интерфейсы на R1, R2 и R3 согласно плана адресации.

· Проверить выполненные настройки командой show ip interface brief

 

Настроить протокол динамической маршрутизации EIGRP на маршрутизаторе R1

· Активировать EIGRP на R1 используя Process ID 1

 

R1(config)#router eigrp 1

R1(config-router)#

 

· Используя команду network, сконфигурировать маршрутизатор R1 для анонсирования сети 172.17.0.0

 

R1(config-router)#network 172.17.0.0

R1(config-router)#

 

· Настроить анонсирование сети 192.168.1.4/30

 

R1(config-router)# network 192.168.1.4 0.0.0.3

R1(config-router)#

 

Настроить протокол динамической маршрутизации EIGRP на маршрутизаторе R2

 

R2(config)#router eigrp 1

R2(config-router)#

R2(config-router)#network 172.17.0.0

R2(config-router)#

%DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 172.17.3.1 (Serial0/0) is up:

New adjacency

R2(config-router)#network 192.168.1.8 0.0.0.3

 

Настроить протокол динамической маршрутизации EIGRP на маршрутизаторе R3

 

R3(config)#router eigrp 1

R3(config-router)#network 192.168.1.0

R3(config-router)#network 192.168.1.4 0.0.0.3

R3(config-router)#

%DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.1.5 (Serial0/0) is up:

New adjacency

R3(config-router)#network 192.168.1.8 0.0.0.3

R3(config-router)#

%DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 192.168.1.9 (Serial0/1) is up:

New adjacency

 

Проверить правильность выполненных настроек

· Используя команды show ip eigrp neighbors вывести таблицу соседних EIGRP -маршрутизаторов

 

R1#show ip eigrp neighbors

IP-EIGRP neighbors for process 1

H AddressInterface Hold Uptime SRTT RTO Q Seq

(sec) (ms) Cnt Num

0 172.17.3.2Se0/0 11 00:08:43 40 1000 0 8

1 192.168.1.6Se0/1 11 00:02:30 40 1000 0 4

 

R2#show ip eigrp neighbors

IP-EIGRP neighbors for process 1

H AddressInterface Hold Uptime SRTT RTO Q Seq

(sec) (ms) Cnt Num

0 172.17.3.1 Se0/0 12 00:11:45 40 1000 0 6

1 192.168.1.10Se0/1 13 00:05:26 40 1000 0 6

 

R3#show ip eigrp neighbors

IP-EIGRP neighbors for process 1

H AddressInterface Hold Uptime SRTT RTO Q Seq

(sec) (ms) Cnt Num

0 192.168.1.5Se0/0 13 00:07:54 40 1000 0 10

1 192.168.1.9 Se0/1 13 00:07:48 40 1000 0 12

 

· Вывести детальную информацию по используемому протоколу динамической маршрутизации командой show ip protocols

 

R1#show ip protocols

 

Routing Protocol is " eigrp 1 "

Outgoing update filter list for all interfaces is not set

Incoming update filter list for all interfaces is not set

Default networks flagged in outgoing updates

Default networks accepted from incoming updates

EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0

EIGRP maximum hopcount 100

EIGRP maximum metric variance 1

Redistributing: eigrp 1

Automatic network summarization is in effect

Automatic address summarization:

192.168.1.0/24 for FastEthernet0/0, Serial0/0

Summarizing with metric 20512000

172.17.0.0/16 for Serial0/1

Summarizing with metric 28160

Maximum path: 4

Routing for Networks:

172.17.0.0

192.168.1.4/30

Routing Information Sources:

Gateway Distance Last Update

172.17.3.2 90 1495932

192.168.1.6 90 1869249

Distance: internal 90 external 170

 

R2#show ip protocols

 

Routing Protocol is " eigrp 1 "

Outgoing update filter list for all interfaces is not set

Incoming update filter list for all interfaces is not set

Default networks flagged in outgoing updates

Default networks accepted from incoming updates

EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0

EIGRP maximum hopcount 100

EIGRP maximum metric variance 1

Redistributing: eigrp 1

Automatic network summarization is in effect

Automatic address summarization:

192.168.1.0/24 for FastEthernet0/0, Serial0/0

Summarizing with metric 20512000

172.17.0.0/16 for Serial0/1

Summarizing with metric 28160

Maximum path: 4

Routing for Networks:

172.17.0.0

192.168.1.8/30

Routing Information Sources:

Gateway Distance Last Update

172.17.3.1 90 1481780

192.168.1.10 90 1860679

Distance: internal 90 external 170

 

R3#show ip protocols

 

Routing Protocol is " eigrp 1 "

Outgoing update filter list for all interfaces is not set

Incoming update filter list for all interfaces is not set

Default networks flagged in outgoing updates

Default networks accepted from incoming updates

EIGRP metric weight K1=1, K2=0, K3=1, K4=0, K5=0

EIGRP maximum hopcount 100

EIGRP maximum metric variance 1

Redistributing: eigrp 1

Automatic network summarization is in effect

Automatic address summarization:

Maximum path: 4

Routing for Networks:

192.168.10.0

192.168.1.4/30

192.168.1.8/30

Routing Information Sources:

Gateway Distance Last Update

192.168.1.5 90 1839702

192.168.1.9 90 1845281

Distance: internal 90 external 170

 

Анализ EIGRP маршрутов

· Просмотр таблицы маршрутизации

 

R1#show ip route

Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP

i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area

* - candidate default, U - per-user static route, o - ODR

P - periodic downloaded static route

 

Gateway of last resort is not set

 

172.17.0.0/16 is variably subnetted, 4 subnets, 3 masks

D 172.17.0.0/16 is a summary, 00:24:13, Null0

C 172.17.1.0/24 is directly connected, FastEthernet0/0

D 172.17.2.0/24 [90/20514560] via 172.17.3.2, 00:26:40, Serial0/0

C 172.17.3.0/30 is directly connected, Serial0/0

192.168.1.0/24 is variably subnetted, 3 subnets, 2 masks

D 192.168.1.0/24 is a summary, 00:24:13, Null0

C 192.168.1.4/30 is directly connected, Serial0/1

D 192.168.1.8/30 [90/21024000] via 192.168.1.6, 00:20:21, Serial0/1

D 192.168.10.0/24 [90/20514560] via 192.168.1.6, 00:00:28, Serial0/1

 

R2#show ip route

 

-----------------------------пропущено----------------------------

172.17.0.0/16 is variably subnetted, 4 subnets, 3 masks

D 172.17.0.0/16 is a summary, 00:30:13, Null0

D 172.17.1.0/24 [90/20514560] via 172.17.3.1, 00:35:13, Serial0/0

C 172.17.2.0/24 is directly connected, FastEthernet0/0

C 172.17.3.0/30 is directly connected, Serial0/0

192.168.1.0/24 is variably subnetted, 3 subnets, 2 masks

D 192.168.1.0/24 is a summary, 00:30:13, Null0

D 192.168.1.4/30 [90/21024000] via 192.168.1.10, 00:28:54, Serial0/1

C 192.168.1.8/30 is directly connected, Serial0/1

D 192.168.10.0/24 [90/20514560] via 192.168.1.10, 00:01:47, Serial0/1

 

R3#show ip route

 

-----------------------------пропущено----------------------------

D 172.17.0.0/16 [90/20514560] via 192.168.1.5, 00:31:34, Serial0/0

[90/20514560] via 192.168.1.9, 00:31:29, Serial0/1

192.168.1.0/24 is variably subnetted, 3 subnets, 2 masks

D 192.168.1.0/24 is a summary, 00:04:21, Null0

C 192.168.1.4/30 is directly connected, Serial0/0

C 192.168.1.8/30 is directly connected, Serial0/1

C 192.168.10.0/24 is directly connected, FastEthernet0/0

 

Настройка EIGRP-Metrics

· Получение значений составляющих EIGRP-Metric для интерфейса Serial 0/0 маршрутизатора R1 из вывода команды show interfaces Serial0/0.

 

R1#show interfaces Serial0/0

Serial0/0 is up, line protocol is up (connected)

Hardware is HD64570

Internet address is 192.168.1.1/30

MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255

Encapsulation HDLC, loopback not set, keepalive set (10 sec)

Last input never, output never, output hang never

Last clearing of "show interface" counters never

Input queue: 0/75/0 (size/max/drops); Total output drops: 0

-----------------------------пропущено----------------------------

 

· Установка значений bandwidth для Serial -интерфейсов маршрутизаторов R1, R2 и R3

 

R1(config)#interface Serial0/0

R1(config-if)#bandwidth 64

 

R2(config)#interface Serial0/0

R2(config-if)#bandwidth 64

R2(config)#interface serial0/1

R2(config-if)#bandwidth 256

 

R3(config)#interface serial0/1

R3(config-if)#bandwidth 256

 

· Проверить выполненные изменения параметра bandwidth

 

R1#show interfaces Serial0/0

Serial0/0 is up, line protocol is up (connected)

Hardware is HD64570

Internet address is 172.17.3.1/30

MTU 1500 bytes, BW 64 Kbit, DLY 20000 usec, rely 255/255, load 1/255

Encapsulation HDLC, loopback not set, keepalive set (10 sec)

Last input never, output never, output hang never

Last clearing of "show interface" counters never

Input queue: 0/75/0 (size/max/drops); Total output drops: 0

-----------------------------пропущено----------------------------

 

 

R2#show interfaces Serial0/0

Serial0/0 is up, line protocol is up (connected)

Hardware is HD64570

Internet address is 172.17.3.2/30

MTU 1500 bytes, BW 64 Kbit, DLY 20000 usec, rely 255/255, load 1/255

Encapsulation HDLC, loopback not set, keepalive set (10 sec)

Last input never, output never, output hang never

Last clearing of "show interface" counters never

Input queue: 0/75/0 (size/max/drops); Total output drops: 0

-----------------------------пропущено----------------------------

 

 

R3#show interfaces Serial0/1

Serial0/0 is up, line protocol is up (connected)

Hardware is HD64570

Internet address is 192.168.1.10/30

MTU 1500 bytes, BW 256 Kbit, DLY 20000 usec, rely 255/255, load 1/255

Encapsulation HDLC, loopback not set, keepalive set (10 sec)

Last input never, output never, output hang never

Last clearing of "show interface" counters never

Input queue: 0/75/0 (size/max/drops); Total output drops: 0

-----------------------------пропущено----------------------------

 







Система охраняемых территорий в США Изучение особо охраняемых природных территорий(ООПТ) США представляет особый интерес по многим причинам...

Что вызывает тренды на фондовых и товарных рынках Объяснение теории грузового поезда Первые 17 лет моих рыночных исследований сводились к попыткам вычис­лить, когда этот...

ЧТО И КАК ПИСАЛИ О МОДЕ В ЖУРНАЛАХ НАЧАЛА XX ВЕКА Первый номер журнала «Аполлон» за 1909 г. начинался, по сути, с программного заявления редакции журнала...

Что будет с Землей, если ось ее сместится на 6666 км? Что будет с Землей? - задался я вопросом...





Не нашли то, что искали? Воспользуйтесь поиском гугл на сайте:


©2015- 2024 zdamsam.ru Размещенные материалы защищены законодательством РФ.