The OpenNET Project / Index page

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




Версия для распечатки Пред. тема | След. тема
Новые ответы [ Отслеживать ]
Не удается настроить Courier и 1721 для совмесной работы, !*! AlexFat, 21-Июл-03, 13:27  [смотреть все]
Господа!
Тема не раз поднималась, но мне никак не удается выполнить настройку конфигурации, где курьер подключен к Serial0. Модемы связываются, устанавливают соединение, но при процессе авторизации (мне так кажется) соединение рвется.

Дайте, плиз, пример реального конфига, или поправь те мой, пожалуйста !

!!
aaa authentication default ppp local
aaa authorization network default if-authenticated
!
username test password test

!
!
interface Serial0
encapsulation ppp
async mode interactive
ppp authentication chap ms-chap pap callin
compress mppc
ip unnumbered FastEthernet0
peer default ip address pool modem-users
ip local pool modem-users 192.168.0.200 192.168.0.205
no ip route-cache
no ip mroute-cache
no shutdown
no cdp enable
!
!
!!
line 1
modem autoconfigure type usr_courier
modem dialin
autoselect ppp
autoselect during-login
!
!!
!
И еще... после загрузки, serial0 всегда становится shutdown.
И появляется какой то Virtual интерфейс... в состоянии UP.

Почему так ?

  • Не удается настроить Courier и 1721 для совмесной работы, !*! ВОЛКА, 13:52 , 21-Июл-03 (1)
    конфиг полностью покажи..
    • Не удается настроить Courier и 1721 для совмесной работы, !*! AlexFat, 14:01 , 21-Июл-03 (2)
      >конфиг полностью покажи..


      !
      version 12.2
      service config
      service timestamps debug uptime
      service timestamps log uptime
      no service password-encryption
      !
      hostname cisco
      !
      enable secret 5 $1$2wAL$elz3Tslr0A8iEB.QiBTte.
      enable password master
      !
      aaa authentication default ppp local
      aaa authorization network default if-authenticated
      !
      username test password test
      !
      ip subnet-zero
      no ip routing
      !
      !
      mta receive maximum-recipients 0
      !
      !
      !
      interface Ethernet0
      no ip address
      no ip route-cache
      no ip mroute-cache
      shutdown
      half-duplex
      no cdp enable
      !
      interface FastEthernet0
      ip address 192.168.0.11 255.255.255.0
      no ip route-cache
      no ip mroute-cache
      speed auto
      full-duplex
      no cdp enable
      !
      interface Serial0
      description  dialup pool on led.bizpak
      encapsulation ppp
      async mode interactive
      ppp authentication chap ms-chap pap callin
      compress mppc
      ip unnumbered FastEthernet0
      peer default ip address pool modem-users
      ip local pool modem-users 192.168.0.200 192.168.0.205
      no ip route-cache
      no ip mroute-cache
      no shutdown
      no cdp enable
      !
      !
      !
      line 1
      modem autoconfigure type usr_courier
      modem dialin
      autoselect ppp
      autoselect during-login
      !
      line con 0
      exec-timeout 0 0
      password test
      login
      line aux 0
      line vty 0 4
      password test
      login
      !
      end


      • Не удается настроить Courier и 1721 для совмесной работы, !*! 8thc, 15:36 , 21-Июл-03 (3)
        >>конфиг полностью покажи..
        >
        >
        >!
        >version 12.2
        >service config
        >service timestamps debug uptime
        >service timestamps log uptime
        >no service password-encryption
        >!
        >hostname cisco
        >!
        >enable secret 5 $1$2wAL$elz3Tslr0A8iEB.QiBTte.
        >enable password master
        >!
        >aaa authentication default ppp local
        >aaa authorization network default if-authenticated
        >!
        >username test password test
        >!
        >ip subnet-zero
        >no ip routing
        >!
        >!
        >mta receive maximum-recipients 0
        >!
        >!
        >!
        >interface Ethernet0
        > no ip address
        > no ip route-cache
        > no ip mroute-cache
        > shutdown
        > half-duplex
        > no cdp enable
        >!
        >interface FastEthernet0
        > ip address 192.168.0.11 255.255.255.0
        > no ip route-cache
        > no ip mroute-cache
        > speed auto
        > full-duplex
        > no cdp enable
        >!
        >interface Serial0
        > description  dialup pool on led.bizpak
        > encapsulation ppp
        > async mode interactive
        > ppp authentication chap ms-chap pap callin
        > compress mppc
        > ip unnumbered FastEthernet0
        > peer default ip address pool modem-users
        > ip local pool modem-users 192.168.0.200 192.168.0.205
        > no ip route-cache
        > no ip mroute-cache
        > no shutdown
        > no cdp enable
        >!
        >!
        >!
        >line 1
        >modem autoconfigure type usr_courier
        >modem dialin
        >autoselect ppp
        >autoselect during-login
        >!
        >line con 0
        > exec-timeout 0 0
        > password test
        > login
        >line aux 0
        >line vty 0 4
        > password test
        > login
        >!
        >end

        line 1
        modem InOut

        • Не удается настроить Courier и 1721 для совмесной работы, !*! AlexFat, 16:08 , 21-Июл-03 (4)
          >line 1
          > modem InOut

          изменил... теперь в логах появилось  

          00:05:38: %LINK-3-UPDOWN: Interface Serial0, changed state to up
          00:06:15: %LINK-3-UPDOWN: Interface Serial0, changed state to down

          что дальше ? может с авторизацией что не так ?

          • Не удается настроить Courier и 1721 для совмесной работы, !*! AlexFat, 16:10 , 21-Июл-03 (5)
            Вот, что я получаю при загрузке :(((

            aaa authentication default ppp local
                ^
            % Invalid input detected at '^' marker.

            aaa authorization network default if-authenticated
                ^
            % Invalid input detected at '^' marker.


            ^
            % Invalid input detected at '^' marker.

            async mode interactive
              ^
            % Invalid input detected at '^' marker.
            %Error: Line 1 is not in async mode
            modem autoconfigure type usr_courier
                 ^
            % Invalid input detected at '^' marker.

            modem InOut
                 ^
            % Invalid input detected at '^' marker.

            autoselect ppp
            ^
            % Invalid input detected at '^' marker.

            autoselect during-login
            ^
            % Invalid input detected at '^' marker.

            • Не удается настроить Courier и 1721 для совмесной работы, !*! 8thc, 17:08 , 21-Июл-03 (6)
              >Вот, что я получаю при загрузке :(((
              >
              >
              >
              >aaa authentication default ppp local
              >    ^
              >% Invalid input detected at '^' marker.
              >
              >aaa authorization network default if-authenticated
              >    ^
              >% Invalid input detected at '^' marker.
              >
              >
              > ^
              >% Invalid input detected at '^' marker.
              >
              > async mode interactive
              >  ^
              >% Invalid input detected at '^' marker.
              >%Error: Line 1 is not in async mode
              >modem autoconfigure type usr_courier
              >     ^
              >% Invalid input detected at '^' marker.
              >
              >modem InOut
              >     ^
              >% Invalid input detected at '^' marker.
              >
              >autoselect ppp
              > ^
              >% Invalid input detected at '^' marker.
              >
              >autoselect during-login
              > ^
              >% Invalid input detected at '^' marker.


              Проверь aaa new-model и на интерфейсе physical layer async

              • Не удается настроить Courier и 1721 для совмесной работы, !*! AlexFat, 17:51 , 21-Июл-03 (7)
                >>Вот, что я получаю при загрузке :(((
                >>
                >>
                >>
                >>aaa authentication default ppp local
                >>    ^
                >>% Invalid input detected at '^' marker.
                >>
                >>aaa authorization network default if-authenticated
                >>    ^
                >>% Invalid input detected at '^' marker.
                >>
                >>
                >> ^
                >>% Invalid input detected at '^' marker.
                >>
                >> async mode interactive
                >>  ^
                >>% Invalid input detected at '^' marker.
                >>%Error: Line 1 is not in async mode
                >>modem autoconfigure type usr_courier
                >>     ^
                >>% Invalid input detected at '^' marker.
                >>
                >>modem InOut
                >>     ^
                >>% Invalid input detected at '^' marker.
                >>
                >>autoselect ppp
                >> ^
                >>% Invalid input detected at '^' marker.
                >>
                >>autoselect during-login
                >> ^
                >>% Invalid input detected at '^' marker.
                >
                >
                >Проверь aaa new-model и на интерфейсе physical layer async

                Киса мне грит :

                %Error: Line 1 is not in async mode
                modem autoconfigure type usr_courier

                ну и после этого куча ошибок конфигурации :((

                • Не удается настроить Courier и 1721 для совмесной работы, !*! 8thc, 17:58 , 21-Июл-03 (8)
                  >>>Вот, что я получаю при загрузке :(((
                  >>>
                  >>>
                  >>>
                  >>>aaa authentication default ppp local
                  >>>    ^
                  >>>% Invalid input detected at '^' marker.
                  >>>
                  >>>aaa authorization network default if-authenticated
                  >>>    ^
                  >>>% Invalid input detected at '^' marker.
                  >>>
                  >>>
                  >>> ^
                  >>>% Invalid input detected at '^' marker.
                  >>>
                  >>> async mode interactive
                  >>>  ^
                  >>>% Invalid input detected at '^' marker.
                  >>>%Error: Line 1 is not in async mode
                  >>>modem autoconfigure type usr_courier
                  >>>     ^
                  >>>% Invalid input detected at '^' marker.
                  >>>
                  >>>modem InOut
                  >>>     ^
                  >>>% Invalid input detected at '^' marker.
                  >>>
                  >>>autoselect ppp
                  >>> ^
                  >>>% Invalid input detected at '^' marker.
                  >>>
                  >>>autoselect during-login
                  >>> ^
                  >>>% Invalid input detected at '^' marker.
                  >>
                  >>
                  >>Проверь aaa new-model и на интерфейсе physical layer async
                  >
                  >Киса мне грит :
                  >
                  >%Error: Line 1 is not in async mode
                  >modem autoconfigure type usr_courier
                  >
                  >ну и после этого куча ошибок конфигурации :((

                  так сделай -
                  conf t
                  int s0
                  physical-layer async




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

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