|
0 / 0 / 0
Регистрация: 25.11.2011
Сообщений: 4
|
|
Не работает OSPF22.01.2012, 11:18. Показов 6176. Ответов 1
Метки нет (Все метки)
Помогите найти в чем косяк, есть два маршрутизатора 2800 серии соединены по выделенному каналу через модемы. OSPF не хочет работать на этих интерфейсах.
Пишет No Hellos (Passive interface) и OSPF соседство не устанавливается. Схема: router1 (X)-[модем1]------ТЧ канал------[модем2]---(X) router2 router1#sh ver Cisco IOS Software, 2800 Software (C2800NM-IPBASE-M), Version 12.4(8a), RELEASE SOFTWARE (fc2) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2006 by Cisco Systems, Inc. Compiled Wed 19-Jul-06 23:21 by prod_rel_team ROM: System Bootstrap, Version 12.4(1r) [hqluong 1r], RELEASE SOFTWARE (fc1) router1 uptime is 13 weeks, 4 days, 17 hours, 29 minutes System returned to ROM by power-on System image file is "flash:c2800nm-ipbase-mz.124-8a.bin" Cisco 2811 (revision 53.51) with 251904K/10240K bytes of memory. Processor board ID FCZ10407230 2 FastEthernet interfaces 5 Serial interfaces 16 terminal lines 5 Channelized E1/PRI ports DRAM configuration is 64 bits wide with parity enabled. 239K bytes of non-volatile configuration memory. 62720K bytes of ATA CompactFlash (Read/Write) Configuration register is 0x2102 router1# router1#sh run ... ! interface Async1/10 description Link to router2 bandwidth 20 ip address 10.5.253.117 255.255.255.252 encapsulation ppp async mode dedicated ! ... ! router ospf 200 log-adjacency-changes network 10.5.253.116 0.0.0.3 area 200 ! ... line 1/10 modem InOut stopbits 1 speed 57600 flowcontrol hardware ... router1# router1#sh ip ospf int as1/10 Async1/10 is up, line protocol is up Internet Address 10.5.253.117/30, Area 200 Process ID 200, Router ID 10.105.254.194, Network Type POINT_TO_POINT, Cost: 5000 Transmit Delay is 1 sec, State POINT_TO_POINT, Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 oob-resync timeout 40 No Hellos (Passive interface) Supports Link-local Signaling (LLS) Index 1/1, flood queue length 0 Next 0x0(0)/0x0(0) Last flood scan length is 0, maximum is 0 Last flood scan time is 0 msec, maximum is 0 msec Neighbor Count is 0, Adjacent neighbor count is 0 Suppress hello for 0 neighbor(s) router1#sh int as1/10 Async1/10 is up, line protocol is up Hardware is CD2430 in async mode Description: Link to router2 Internet address is 10.5.253.117/30 MTU 1500 bytes, BW 20 Kbit, DLY 100000 usec, reliability 255/255, txload 1/255, rxload 12/255 Encapsulation PPP, LCP Open Open: IPCP, loopback not set Keepalive not set DTR is pulsed for 5 seconds on reset Last input 00:00:00, output 00:00:00, output hang never Last clearing of "show interface" counters 2d20h Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: weighted fair Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/2/16 (active/max active/max total) Reserved Conversations 0/0 (allocated/max allocated) Available Bandwidth 15 kilobits/sec 5 minute input rate 1000 bits/sec, 3 packets/sec 5 minute output rate 0 bits/sec, 2 packets/sec 669 packets input, 47196 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 2525 packets output, 101721 bytes, 0 underruns 0 output errors, 0 collisions, 199 interface resets 0 output buffer failures, 0 output buffers swapped out 0 carrier transitions router1# ________________________________________ ________________________________________ ________ router2#sh run ... ! interface Serial0/2/2 physical-layer async bandwidth 20 ip address 10.5.253.118 255.255.255.252 ip load-sharing per-packet encapsulation ppp async mode dedicated ! ... ! router ospf 200 log-adjacency-changes network 10.5.253.116 0.0.0.3 area 200 ! router2#sh int s0/2/2 Serial0/2/2 is up, line protocol is up Hardware is HWIC-Serial Description: Link to router1 Internet address is 10.5.253.118/30 MTU 1500 bytes, BW 20 Kbit/sec, DLY 100000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation PPP, LCP Open Open: IPCP, loopback not set Keepalive not set DTR is pulsed for 5 seconds on reset Last input 00:02:32, output 00:02:32, output hang never Last clearing of "show interface" counters 2d01h Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: weighted fair Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/3/16 (active/max active/max total) Reserved Conversations 0/0 (allocated/max allocated) Available Bandwidth 15 kilobits/sec 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 244 packets input, 31242 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 303 packets output, 12711 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 unknown protocol drops 0 output buffer failures, 0 output buffers swapped out 0 carrier transitions DCD=up DSR=up DTR=down RTS=down CTS=up router2#sh ip ospf interface s0/2/2 Serial0/2/2 is up, line protocol is up Internet Address 10.5.253.118/30, Area 200 Process ID 200, Router ID 10.5.253.118, Network Type POINT_TO_POINT, Cost: 5000 Transmit Delay is 1 sec, State POINT_TO_POINT Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 oob-resync timeout 40 No Hellos (Passive interface) Supports Link-local Signaling (LLS) Cisco NSF helper support enabled IETF NSF helper support enabled Index 1/1, flood queue length 0 Next 0x0(0)/0x0(0) Last flood scan length is 0, maximum is 0 Last flood scan time is 0 msec, maximum is 0 msec Neighbor Count is 0, Adjacent neighbor count is 0 Suppress hello for 0 neighbor(s) router2#sh ver Cisco IOS Software, 2800 Software (C2800NM-IPBASE-M), Version 12.4(15)T10, RELEASE SOFTWARE (fc3) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2009 by Cisco Systems, Inc. Compiled Mon 14-Sep-09 14:01 by prod_rel_team ROM: System Bootstrap, Version 12.4(13r)T11, RELEASE SOFTWARE (fc1) router2 uptime is 2 days, 19 hours, 16 minutes System returned to ROM by power-on System image file is "flash:c2800nm-ipbase-mz.124-15.T10.bin" Cisco 2811 (revision 53.50) with 249856K/12288K bytes of memory. Processor board ID FHK1346F2R6 2 FastEthernet interfaces 4 Low-speed serial(sync/async) interfaces DRAM configuration is 64 bits wide with parity enabled. 239K bytes of non-volatile configuration memory. 62720K bytes of ATA CompactFlash (Read/Write) Configuration register is 0x2102 router2#
0
|
|
| 22.01.2012, 11:18 | |
|
Ответы с готовыми решениями:
1
ospf некорректно работает OSPF не работает на одном роутере =( Не работает OSPF после настройки NAT (Cisco Packet Tracer 5.3.1) |
|
0 / 0 / 0
Регистрация: 25.11.2011
Сообщений: 4
|
|
| 23.01.2012, 12:14 [ТС] | |
|
Тему можно закрывать.
На итерфейсах с двух сторон не хватало команды "async default routing", спасибо Nikolay Karpyshev
0
|
|
| 23.01.2012, 12:14 | |
|
Помогаю со студенческими работами здесь
2
ospf OSPF NPAT + OSPF Маршрутизация OSPF Ospf stub Искать еще темы с ответами Или воспользуйтесь поиском по форуму: |
|
Новые блоги и статьи
|
|||
|
Мысли в слух. Про "навсегда".
kumehtar 16.04.2026
Подумалось тут, что наверное очень глупо использовать во всяких своих установках понятие "навсегда". Это очень сильное понятие, и я только начинаю понимать край его смысла, не смотря на то что давно. . .
|
My Business CRM
MaGz GoLd 16.04.2026
Всем привет, недавно возникла потребность создать CRM, для личных нужд. Собственно программа предоставляет из себя базу данных клиентов, в которой можно фиксировать звонки, стадии сделки, а также. . .
|
Знаешь почему 90% людей редко бывают счастливыми?
kumehtar 14.04.2026
Потому что они ждут. Ждут выходных, ждут отпуска, ждут удачного момента. . .
а удачный момент так и не приходит.
|
Фиксация колонок в отчете СКД
Maks 14.04.2026
Фиксация колонок в СКД отчета типа Таблица.
Задача: зафиксировать три левых колонки в отчете.
Процедура ПриКомпоновкеРезультата(ДокументРезультат, ДанныеРасшифровки, СтандартнаяОбработка)
/ / . . .
|
|
Настройки VS Code
Loafer 13.04.2026
{
"cmake. configureOnOpen": false,
"diffEditor. ignoreTrimWhitespace": true,
"editor. guides. bracketPairs": "active",
"extensions. ignoreRecommendations": true,
. . .
|
Оптимизация кода на разграничение прав доступа к элементам формы
Maks 13.04.2026
Алгоритм из решения ниже реализован на нетиповом документе, разработанного в конфигурации КА2.
Задачи, как таковой, поставлено не было, проделанное ниже исключительно моя инициатива.
Было так:. . .
|
Контроль заполнения и очистка дат в зависимости от значения перечислений
Maks 12.04.2026
Алгоритм из решения ниже реализован на примере нетипового документа "ПланированиеПерсонала", разработанного в конфигурации КА2.
Задача: реализовать контроль корректности заполнения дат назначения. . .
|
Архитектура слоя интернета для сервера-слоя.
Hrethgir 11.04.2026
В продолжение https:/ / www. cyberforum. ru/ blogs/ 223907/ 10860. html
Знаешь что я подумал? Раз мы все источники пишем в голове ветки, то ничего не мешает добавить в голову такой источник, который сам. . .
|