The OpenNET Project / Index page

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




Версия для распечатки Пред. тема | След. тема
Новые ответы [ Отслеживать ]
не работает соединение двух Cisco по Frame-Relay, !*! Сергей, 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

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

  • не работает соединение двух Cisco по Frame-Relay, !*! Lacunacoil, 09:06 , 31-Окт-06 (1)
    >Добрый день! Не могу решить достаточно простую задачу - соединить две киски
    >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


    • не работает соединение двух Cisco по Frame-Relay, !*! Сергей, 09:40 , 31-Окт-06 (2)
      >Попробуй так:
      >
      >>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


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

      • не работает соединение двух Cisco по Frame-Relay, !*! Lacunacoil, 09:43 , 31-Окт-06 (3)
        >>Попробуй так:
        >>
        >>>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

  • не работает соединение двух Cisco по Frame-Relay, !*! fantom, 10:14 , 31-Окт-06 (4)
    >Добрый день! Не могу решить достаточно простую задачу - соединить две киски
    >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
    >
    >Пожалуйста, подскажите в чем ошибка. Спасибо!


  • не работает соединение двух Cisco по Frame-Relay, !*! Nailer, 10:49 , 31-Окт-06 (5)
    >Добрый день! Не могу решить достаточно простую задачу - соединить две киски
    >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
    >
    >Пожалуйста, подскажите в чем ошибка. Спасибо!


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




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

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