The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  ВХОД  слежка  RSS
"не работает соединение двух Cisco по Frame-Relay"
Вариант для распечатки  
Пред. тема | След. тема 
Форумы Маршрутизаторы CISCO и др. оборудование. (Public)
Изначальное сообщение [Проследить за развитием треда]

"не работает соединение двух Cisco по Frame-Relay"  
Сообщение от Сергей email(??) on 30-Окт-06, 16:09 
Добрый день! Не могу решить достаточно простую задачу - соединить две киски 1601R по FR.
Команда sh int Serial0 показывает serial0 is up, line protocol is down. Команда sh frame-relay pvc показывае pvc status INACTIVE. Так на обеих цисках.
Привожу конфигурации:

1-я циска.
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router_1
!
enable secret 5 $1$ZHWz$GCQcDVmQXaldXj2EIfBvp.
enable password 7 03550958
!
ip subnet-zero
frame-relay switching
!
!
!
interface Ethernet0
ip address 10.1.12.63 255.255.255.0
no ip directed-broadcast
!
interface Serial0
ip address 10.1.11.1 255.255.255.0
no ip directed-broadcast
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
no fair-queue
frame-relay interface-dlci 18
frame-relay lmi-type ansi
frame-relay intf-type dce
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.1.11.2
!
!
line con 0
transport input none
line vty 0 4
password ***
login
!
end

2-я циска:

version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router_2
!
enable secret 5 $1$ZHWz$GCQcDVmQXaldXj2EIfBvp.
enable password 7 03550958
!
ip subnet-zero
!
!
!
interface Ethernet0
ip address 10.1.14.1 255.255.255.0
no ip directed-broadcast
shutdown
!
interface Serial0
ip address 10.1.11.2 255.255.255.0
no ip directed-broadcast
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
no fair-queue
frame-relay interface-dlci 18
frame-relay lmi-type ansi
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.1.11.1
!
!
line con 0
transport input none
line vty 0 4
password ***
login
!
end

Пожалуйста, подскажите в чем ошибка. Спасибо!

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

 Оглавление

Сообщения по теме [Сортировка по времени, UBB]


1. "не работает соединение двух Cisco по Frame-Relay"  
Сообщение от Lacunacoil email(ok) on 31-Окт-06, 09:06 
>Добрый день! Не могу решить достаточно простую задачу - соединить две киски
>1601R по FR.
>Команда sh int Serial0 показывает serial0 is up, line protocol is down.
>Команда sh frame-relay pvc показывае pvc status INACTIVE. Так на обеих
>цисках.
>Привожу конфигурации:
>
>1-я циска.
>version 12.0
>service timestamps debug uptime
>service timestamps log uptime
>no service password-encryption
>!
>hostname Router_1
>!
>enable secret 5 $1$ZHWz$GCQcDVmQXaldXj2EIfBvp.
>enable password 7 03550958
>!
>ip subnet-zero
>frame-relay switching
>!
>!
>!
>interface Ethernet0
> ip address 10.1.12.63 255.255.255.0
> no ip directed-broadcast
>!
>interface Serial0
> ip address 10.1.11.1 255.255.255.0
> no ip directed-broadcast
> encapsulation frame-relay
> logging event subif-link-status
> logging event dlci-status-change
> no fair-queue
> frame-relay interface-dlci 18
> frame-relay lmi-type ansi
> frame-relay intf-type dce
>!
>ip classless
>ip route 0.0.0.0 0.0.0.0 10.1.11.2
>!
>!
>line con 0
> transport input none
>line vty 0 4
> password ***
> login
>!
>end
>
>2-я циска:
>
>version 12.0
>service timestamps debug uptime
>service timestamps log uptime
>no service password-encryption
>!
>hostname Router_2
>!
>enable secret 5 $1$ZHWz$GCQcDVmQXaldXj2EIfBvp.
>enable password 7 03550958
>!
>ip subnet-zero
>!
>!
>!
>interface Ethernet0
> ip address 10.1.14.1 255.255.255.0
> no ip directed-broadcast
> shutdown
>!
>interface Serial0
> ip address 10.1.11.2 255.255.255.0
> no ip directed-broadcast
> encapsulation frame-relay
> logging event subif-link-status
> logging event dlci-status-change
> no fair-queue
> frame-relay interface-dlci 18
> frame-relay lmi-type ansi
>!
>ip classless
>ip route 0.0.0.0 0.0.0.0 10.1.11.1
>!
>!
>line con 0
> transport input none
>line vty 0 4
> password ***
> login
>!
>end
>
>Пожалуйста, подскажите в чем ошибка. Спасибо!

Попробуй так:

>interface Serial0
   ip address 10.1.11.2 255.255.255.0
-- no ip directed-broadcast
-- encapsulation frame-relay
++ encapsulation frame-relay IETF
   logging event subif-link-status
   logging event dlci-status-change
++ keepalive 30
++ frame-relay map ip 10.1.11.1 30
++ frame-relay intf-type dce  с другой стороны DTE
-- no fair-queue
-- frame-relay interface-dlci 18
-- frame-relay lmi-type ansi


Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

2. "не работает соединение двух Cisco по Frame-Relay"  
Сообщение от Сергей email(??) on 31-Окт-06, 09:40 
>Попробуй так:
>
>>interface Serial0
>   ip address 10.1.11.2 255.255.255.0
>-- no ip directed-broadcast
>-- encapsulation frame-relay
>++ encapsulation frame-relay IETF
>   logging event subif-link-status
>   logging event dlci-status-change
>++ keepalive 30
>++ frame-relay map ip 10.1.11.1 30
>++ frame-relay intf-type dce  с другой стороны DTE
>-- no fair-queue
>-- frame-relay interface-dlci 18
>-- frame-relay lmi-type ansi


К сожалению, не помогло ... :((

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

3. "не работает соединение двух Cisco по Frame-Relay"  
Сообщение от Lacunacoil email(ok) on 31-Окт-06, 09:43 
>>Попробуй так:
>>
>>>interface Serial0
>>   ip address 10.1.11.2 255.255.255.0
>>-- no ip directed-broadcast
>>-- encapsulation frame-relay
>>++ encapsulation frame-relay IETF
>>   logging event subif-link-status
>>   logging event dlci-status-change
>>++ keepalive 30
>>++ frame-relay map ip 10.1.11.1 30
>>++ frame-relay intf-type dce  с другой стороны DTE
>>-- no fair-queue
>>-- frame-relay interface-dlci 18
>>-- frame-relay lmi-type ansi
>
>
>К сожалению, не помогло ... :((

sh int serial0

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

4. "не работает соединение двух Cisco по Frame-Relay"  
Сообщение от fantom (??) on 31-Окт-06, 10:14 
>Добрый день! Не могу решить достаточно простую задачу - соединить две киски
>1601R по FR.
>Команда sh int Serial0 показывает serial0 is up, line protocol is down.
>Команда sh frame-relay pvc показывае pvc status INACTIVE. Так на обеих
>цисках.
>Привожу конфигурации:
>
>1-я циска.
>version 12.0
>service timestamps debug uptime
>service timestamps log uptime
>no service password-encryption
>!
>hostname Router_1
>!
>enable secret 5 $1$ZHWz$GCQcDVmQXaldXj2EIfBvp.
>enable password 7 03550958
>!
>ip subnet-zero
>frame-relay switching
>!
>!
>!
>interface Ethernet0
> ip address 10.1.12.63 255.255.255.0
> no ip directed-broadcast
>!
>interface Serial0
> ip address 10.1.11.1 255.255.255.0

no ip address

> no ip directed-broadcast
> encapsulation frame-relay
> logging event subif-link-status
> logging event dlci-status-change
> no fair-queue
> frame-relay interface-dlci 18

no frame-relay interface-dlci 18

> frame-relay lmi-type ansi
> frame-relay intf-type dce

interface Serial0.1 point-to-point
ip address 10.1.11.1 255.255.255.252
frame-relay interface-dlci 18

>!
>ip classless
>ip route 0.0.0.0 0.0.0.0 10.1.11.2
>!
>!
>line con 0
> transport input none
>line vty 0 4
> password ***
> login
>!
>end
>
>2-я циска:
>
>version 12.0
>service timestamps debug uptime
>service timestamps log uptime
>no service password-encryption
>!
>hostname Router_2
>!
>enable secret 5 $1$ZHWz$GCQcDVmQXaldXj2EIfBvp.
>enable password 7 03550958
>!
>ip subnet-zero
>!
>!
>!
>interface Ethernet0
> ip address 10.1.14.1 255.255.255.0
> no ip directed-broadcast
> shutdown
>!
>interface Serial0
> ip address 10.1.11.2 255.255.255.0

no ip address

> no ip directed-broadcast
> encapsulation frame-relay
> logging event subif-link-status
> logging event dlci-status-change
> no fair-queue
> frame-relay interface-dlci 18

no  frame-relay interface-dlci 18

> frame-relay lmi-type ansi

interface Serial0.1 point-to-point
ip address 10.1.11.2 255.255.255.252
frame-relay interface-dlci 18

>!
>ip classless
>ip route 0.0.0.0 0.0.0.0 10.1.11.1
>!
>!
>line con 0
> transport input none
>line vty 0 4
> password ***
> login
>!
>end
>
>Пожалуйста, подскажите в чем ошибка. Спасибо!


Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

5. "не работает соединение двух Cisco по Frame-Relay"  
Сообщение от Nailer (??) on 31-Окт-06, 10:49 
>Добрый день! Не могу решить достаточно простую задачу - соединить две киски
>1601R по FR.
>Команда sh int Serial0 показывает serial0 is up, line protocol is down.
>Команда sh frame-relay pvc показывае pvc status INACTIVE. Так на обеих
>цисках.
>Привожу конфигурации:
>
>1-я циска.
>version 12.0
>service timestamps debug uptime
>service timestamps log uptime
>no service password-encryption
>!
>hostname Router_1
>!
>enable secret 5 $1$ZHWz$GCQcDVmQXaldXj2EIfBvp.
>enable password 7 03550958
>!
>ip subnet-zero
>frame-relay switching
>!
>!
>!
>interface Ethernet0
> ip address 10.1.12.63 255.255.255.0
> no ip directed-broadcast
>!
>interface Serial0
> ip address 10.1.11.1 255.255.255.0
> no ip directed-broadcast
> encapsulation frame-relay
> logging event subif-link-status
> logging event dlci-status-change
> no fair-queue
> frame-relay interface-dlci 18
> frame-relay lmi-type ansi
> frame-relay intf-type dce
>!
>ip classless
>ip route 0.0.0.0 0.0.0.0 10.1.11.2
>!
>!
>line con 0
> transport input none
>line vty 0 4
> password ***
> login
>!
>end
>
>2-я циска:
>
>version 12.0
>service timestamps debug uptime
>service timestamps log uptime
>no service password-encryption
>!
>hostname Router_2
>!
>enable secret 5 $1$ZHWz$GCQcDVmQXaldXj2EIfBvp.
>enable password 7 03550958
>!
>ip subnet-zero
>!
>!
>!
>interface Ethernet0
> ip address 10.1.14.1 255.255.255.0
> no ip directed-broadcast
> shutdown
>!
>interface Serial0
> ip address 10.1.11.2 255.255.255.0
> no ip directed-broadcast
> encapsulation frame-relay
> logging event subif-link-status
> logging event dlci-status-change
> no fair-queue
> frame-relay interface-dlci 18
> frame-relay lmi-type ansi
>!
>ip classless
>ip route 0.0.0.0 0.0.0.0 10.1.11.1
>!
>!
>line con 0
> transport input none
>line vty 0 4
> password ***
> login
>!
>end
>
>Пожалуйста, подскажите в чем ошибка. Спасибо!


Вы их на столе соединяете или через сеть оператора?

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

6. "не работает соединение двух Cisco по Frame-Relay"  
Сообщение от Сергей email(??) on 31-Окт-06, 11:51 
Соединяю на столе. Спасибо, проблема решилась! Окзывается надо было еще настроить clockrate.
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

Архив | Удалить

Индекс форумов | Темы | Пред. тема | След. тема
Оцените тред (1=ужас, 5=супер)? [ 1 | 2 | 3 | 4 | 5 ] [Рекомендовать для помещения в FAQ]




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2025 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру