The OpenNET Project / Index page

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




Версия для распечатки Пред. тема | След. тема
Новые ответы [ Отслеживать ]
Cisco 805 + SHDSL modem, !*! Arktur, 17-Окт-05, 11:32  [смотреть все]
Есть тестовый стенд Cisco 805 --> COMTREND SHDSL NTU CT-212 (в режиме LT)======COMTREND SHDSL NTU CT-212 (в режиме NT)--> Cisco 805.
Модемы находятся в конекте (соеденены через Line пачкордом). Cisco соеденены с ними через Serial (на модеме V.35). На обоих Cisco Ethernet0 настроен на разные подсети, но они друг друга не видят(пробовал cisco ping). Как настроить соединение  Cisco 805 --> COMTREND SHDSL NTU CT-212, как рассказать Cisco о shdsl modeme?
  • Cisco 805 + SHDSL modem, !*! John Smith, 12:37 , 17-Окт-05 (1)
    • Cisco 805 + SHDSL modem, !*! Arktur, 12:52 , 17-Окт-05 (2)
      >sh run
      >Покажите.

      Current configuration : 618 bytes
      !
      version 12.2
      no service pad
      service timestamps debug datetime msec
      service timestamps log datetime msec
      no service password-encryption
      !
      hostname router
      !
      logging queue-limit 100
      enable secret 5 $1$k127$y2jVCOomEV5OoRf3S7HDp1
      enable password bankbb
      !
      ip subnet-zero
      no ip routing
      !
      !
      !
      !
      !
      interface Ethernet0
      ip address 10.48.1.1 255.255.255.0
      no ip route-cache
      no cdp enable
      !
      interface Serial0
      no ip address
      no ip route-cache
      !
      ip classless
      ip http server
      !
      !
      snmp-server community router RO
      snmp-server enable traps tty
      !
      line con 0
      exec-timeout 0 0
      stopbits 1
      line vty 0 4
      password dfbbb
      login
      !
      end

      Я пологаю необходимо задать Ip для serial0. Подскажите как?

      • Cisco 805 + SHDSL modem, !*! John Smith, 13:10 , 17-Окт-05 (3)
        Всё правильно вы предполагаете.
        Задается все очень просто:
        conf t
        int s0
        ip addr 10.10.10.1 255.255.255.252
        end

        На втором маршртизаторе то же самое, только адрес 10.10.10.2

        • Cisco 805 + SHDSL modem, !*! deff, 14:02 , 17-Окт-05 (4)
          Вот что у меня вышло но пинг и трасса не проходят дальше первой cisco.
          Для первой cisco
          Current configuration : 702 bytes
          !
          version 12.2
          no service pad
          service timestamps debug datetime msec
          service timestamps log datetime msec
          no service password-encryption
          !
          hostname *****
          !
          logging queue-limit 100
          enable secret 5 $1$SZO/$QAeBg.7ljSxIwSAAq0oWU.
          enable password ****
          !
          ip subnet-zero
          no ip routing
          !
          !
          !
          !
          interface Ethernet0
          ip address 192.168.48.10 255.255.255.0
          no ip route-cache
          no cdp enable
          !
          interface Serial0
          ip address 10.48.2.2 255.255.255.252
          no ip route-cache
          !
          ip classless
          ip route profile
          ip route 10.48.0.0 255.255.0.0 10.48.2.1
          ip http server
          !
          !
          snmp-server community ***** RO
          snmp-server enable traps tty
          !
          line con 0
          exec-timeout 0 0
          stopbits 1
          line vty 0 4
          password *****
          login
          !
          End

          Для второй cisco
          Current configuration : 641 bytes
          !
          version 12.2
          no service pad
          service timestamps debug datetime msec
          service timestamps log datetime msec
          no service password-encryption
          !
          hostname *******
          !
          logging queue-limit 100
          enable secret 5 $1$k127$y2jVCOomEV5OoRf3S7HDp1
          enable password *****
          !
          ip subnet-zero
          no ip routing
          !
          !
          !
          !
          interface Ethernet0
          ip address 10.48.1.1 255.255.255.0
          no ip route-cache
          no cdp enable
          !
          interface Serial0
          ip address 10.48.2.1 255.255.255.252
          no ip route-cache
          !
          ip classless
          ip http server
          !
          !
          snmp-server community ***** RO
          snmp-server enable traps tty
          !
          line con 0
          exec-timeout 0 0
          stopbits 1
          line vty 0 4
          password *****
          login
          !
          end

          Может Cisco нада расказать о самом serial0, его параметры соединения и работы???

          • Cisco 805 + SHDSL modem, !*! deff, 17:24 , 17-Окт-05 (5)
            Почему Serial интерфейс Cisco1 не пингуется на ней самой, но вполне пингуется на Cisco2, находящейся с другой стороны модемной связки? Как это исправить?
            • Cisco 805 + SHDSL modem, !*! Вовкин, 18:34 , 17-Окт-05 (6)
              >Почему Serial интерфейс Cisco1 не пингуется на ней самой, но вполне пингуется
              >на Cisco2, находящейся с другой стороны модемной связки? Как это исправить?
              >

              на второй циске тоже роутинг пропишите.

              • Cisco 805 + SHDSL modem, !*! deff, 18:51 , 17-Окт-05 (7)
                >>Почему Serial интерфейс Cisco1 не пингуется на ней самой, но вполне пингуется
                >>на Cisco2, находящейся с другой стороны модемной связки? Как это исправить?
                >>
                >
                >на второй циске тоже роутинг пропишите.

                Прописан, она сама себя не пингует, а удаленную вполне нормально.

  • Cisco 805 + SHDSL modem, !*! Сайко, 18:56 , 17-Окт-05 (8)
    sh ip int brie
    sh int s0
    Покажите вывод команд на обоих cisco!
    • Cisco 805 + SHDSL modem, !*! deff, 19:11 , 17-Окт-05 (9)
      >sh ip int brie
      >sh int s0
      >Покажите вывод команд на обоих cisco!

      первая
      *****#sh ip int brie
      Interface                  IP-Address      OK? Method Status                Prol
      Serial0                    10.48.2.1       YES manual up                    up
      Ethernet0                  192.168.48.10   YES NVRAM  up                    up
      ******#sh int s0
      Serial0 is up, line protocol is up
        Hardware is PowerQUICC Serial
        Internet address is 10.48.2.1/30
        MTU 1500 bytes, BW 512 Kbit, DLY 20000 usec,
           reliability 128/255, txload 1/255, rxload 1/255
        Encapsulation HDLC, loopback not set
        Keepalive set (10 sec)
        Last input 00:00:04, output 00:00:05, output hang never
        Last clearing of "show interface" counters never
        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/1/128 (active/max active/max total)
           Reserved Conversations 0/0 (allocated/max allocated)
           Available Bandwidth 384 kilobits/sec
        5 minute input rate 0 bits/sec, 0 packets/sec
        5 minute output rate 0 bits/sec, 0 packets/sec
           308 packets input, 21671 bytes, 0 no buffe
           Received 286 broadcasts, 0 runts, 0 giants, 0 throttles
           11627 input errors, 0 CRC, 11317 frame, 0 overrun, 7 ignored, 303 abort
           335 packets output, 25624 bytes, 0 underruns
           0 output errors, 0 collisions, 0 interface resets
           0 output buffer failures, 0 output buffers swapped out
           0 carrier transitions
           DCD=up  DSR=up  DTR=up  RTS=up  CTS=up

      вторая

      *****>sh ip int brie
      Interface                  IP-Address      OK? Method Status                Prol
      Serial0                    10.48.2.2       YES manual up                    up
      Ethernet0                  10.48.1.1       YES NVRAM  up                    dow
      ******>sh int s0
      Serial0 is up, line protocol is up
        Hardware is PowerQUICC Serial
        Internet address is 10.48.2.2/30
        MTU 1500 bytes, BW 512 Kbit, DLY 20000 usec,
           reliability 132/255, txload 1/255, rxload 1/255
        Encapsulation HDLC, loopback not set
        Keepalive set (10 sec)
        Last input 00:00:05, output 00:00:04, output hang never
        Last clearing of "show interface" counters never
        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/1/128 (active/max active/max total)
           Reserved Conversations 0/0 (allocated/max allocated)
           Available Bandwidth 384 kilobits/sec
        5 minute input rate 0 bits/sec, 0 packets/sec
        5 minute output rate 0 bits/sec, 0 packets/sec
           345 packets input, 26108 bytes, 0 no buffer
      Received 308 broadcasts, 0 runts, 0 giants, 0 throttles
           12076 input errors, 0 CRC, 11748 frame, 0 overrun, 3 ignored, 325 abort
           337 packets output, 23787 bytes, 0 underruns
           0 output errors, 0 collisions, 0 interface resets
           0 output buffer failures, 0 output buffers swapped out
           0 carrier transitions
           DCD=up  DSR=up  DTR=up  RTS=up  CTS=down

      • Cisco 805 + SHDSL modem, !*! Сайко, 19:17 , 17-Окт-05 (10)
        А тебя не смущает?
        11627 input errors, 0 CRC, 11317 frame, 0 overrun, 7 ignored, 303 abort
        12076 input errors, 0 CRC, 11748 frame, 0 overrun, 3 ignored, 325 abort

        И второе - какие клоки у тебя настроены на модемах?

        • Cisco 805 + SHDSL modem, !*! deff, 19:24 , 17-Окт-05 (11)
          >А тебя не смущает?
          >11627 input errors, 0 CRC, 11317 frame, 0 overrun, 7 ignored, 303
          >abort
          >12076 input errors, 0 CRC, 11748 frame, 0 overrun, 3 ignored, 325
          >abort
          >
          >И второе - какие клоки у тебя настроены на модемах?

          Возможно это из-за не подключенного Ethernet кабеля к цискам?

          Клоки? Я не понимаю про что реч.

          • Cisco 805 + SHDSL modem, !*! Сайко, 19:26 , 17-Окт-05 (12)
            >Возможно это из-за не подключенного Ethernet кабеля к цискам?
            Эзер тут не причем! CRC у тебя на Serial'е на входе!

            >Клоки? Я не понимаю про что реч.
            Ну я так понимаю у тебя DTE - cisco, соответственно DCE должен быть модем, соответственно какие clock'и настроены на модемах? должно быть не более 512Kbit!

            • Cisco 805 + SHDSL modem, !*! deff, 19:43 , 17-Окт-05 (13)
              >>Возможно это из-за не подключенного Ethernet кабеля к цискам?
              >Эзер тут не причем! CRC у тебя на Serial'е на входе!
              >
              >>Клоки? Я не понимаю про что реч.
              >Ну я так понимаю у тебя DTE - cisco, соответственно DCE должен
              >быть модем, соответственно какие clock'и настроены на модемах? должно быть не
              >более 512Kbit!

              Не нашол в модеме намека на clock. В каком разделе он должен быть настройки v35 ?

              У меня Cisco 805 + SHDSL modem


              • Cisco 805 + SHDSL modem, !*! Сайко, 10:51 , 18-Окт-05 (14)
                >Не нашол в модеме намека на clock. В каком разделе он должен
                >быть настройки v35 ?
                я не знаю какой у тебя модем - посмотри user guide чтоли по этому модему!
                >У меня Cisco 805 + SHDSL modem
                sh contr ser 0
                • Cisco 805 + SHDSL modem, !*! deff, 13:56 , 18-Окт-05 (15)
                  >>Не нашол в модеме намека на clock. В каком разделе он должен
                  >>быть настройки v35 ?
                  >я не знаю какой у тебя модем - посмотри user guide чтоли
                  >по этому модему!
                  >>У меня Cisco 805 + SHDSL modem
                  >sh contr ser 0

                  Interface Serial0
                  Hardware is PowerQUICC MPC850
                  DTE V.35 TX and RX clocks detected.
                  idb at 0x28CBAA4, driver data structure at 0x28D1CCC
                  SCC Registers:
                  General [GSMR]=0x2:0x00000030, Protocol-specific [PSMR]=0x0
                  Events [SCCE]=0x0300, Mask [SCCM]=0x001F, Status [SCCS]=0x06
                  Transmit on Demand [TODR]=0x0, Data Sync [DSR]=0x7E7E
                  Interrupt Registers:
                  Config [CICR]=0x00368381, Pending [CIPR]=0x00000240
                  Mask   [CIMR]=0x3024008A, In-srv  [CISR]=0x00000000
                  Command register [CR]=0x280
                  Port A [PADIR]=0x0000, [PAPAR]=0x0FCC
                         [PAODR]=0x0000, [PADAT]=0x02CF
                  Port B [PBDIR]=0x0E1EE, [PBPAR]=0x020DE
                         [PBODR]=0x00000, [PBDAT]=0x0508F
                  Port C [PCDIR]=0x006, [PCPAR]=0x004
                         [PCSO]=0x8C0,  [PCDAT]=0x438, [PCINT]=0x000
                  Receive Ring
                          rmd(2202B30): status 9000 length 1 address B7FC4
                          rmd(2202B38): status 9000 length 100 address B7A44
                          rmd(2202B40): status 9000 length 100 address B6C84
                          rmd(2202B48): status 9000 length 100 address B6DE4
                          rmd(2202B50): status 9000 length 100 address B74C4
                          rmd(2202B58): status 9000 length 100 address B6F44
                          rmd(2202B60): status 9000 length 100 address B7364
                          rmd(2202B68): status 9000 length 100 address B7BA4
                          rmd(2202B70): status 9000 length 100 address B6444
                          rmd(2202B78): status 9000 length 100 address B8124
                          rmd(2202B80): status 9000 length 100 address B7D04
                          rmd(2202B88): status 9000 length 100 address B65A4
                          rmd(2202B90): status 9000 length 100 address B62E4
                          rmd(2202B98): status 9000 length 100 address B7624
                          rmd(2202BA0): status 9000 length 100 address B7204
                          rmd(2202BA8): status B000 length 100 address B70A4
                  Transmit Ring
                          tmd(2202BB0): status 0 length 18 address 0
                          tmd(2202BB8): status 0 length 18 address 0
                          tmd(2202BC0): status 0 length 68 address 0
                          tmd(2202BC8): status 0 length 68 address 0
                          tmd(2202BD0): status 0 length 68 address 0
                          tmd(2202BD8): status 0 length 0 address 0
                          tmd(2202BE0): status 0 length 0 address 0
                          tmd(2202BE8): status 0 length 0 address 0
                          tmd(2202BF0): status 0 length 0 address 0
                          tmd(2202BF8): status 0 length 0 address 0
                          tmd(2202C00): status 0 length 0 address 0
                          tmd(2202C08): status 0 length 0 address 0
                          tmd(2202C10): status 0 length 0 address 0
                          tmd(2202C18): status 0 length 2058 address 0
                          tmd(2202C20): status 0 length 2 address 0
                          tmd(2202C28): status 2000 length 2780 address 0

                  SCC GENERAL PARAMETER RAM (at 0x2203E00)
                  Rx BD Base [RBASE]=0xB30, Fn Code [RFCR]=0x18
                  Tx BD Base [TBASE]=0xBB0, Fn Code [TFCR]=0x18
                  Max Rx Buff Len [MRBLR]=256
                  Rx State [RSTATE]=0x0, BD Ptr [RBPTR]=0xB30
                  Tx State [TSTATE]=0x0, BD Ptr [TBPTR]=0xBB0

                  SCC HDLC PARAMETER RAM (at 0x2203E38)
                  CRC Preset [C_PRES]=0xFFFF, Mask [C_MASK]=0xF0B8
                  Errors: CRC [CRCEC]=0, Aborts [ABTSC]=0, Discards [DISFC]=0
                  Nonmatch Addr Cntr [NMARC]=0
                  Retry Count [RETRC]=0
                  Max Frame Length [MFLR]=1608
                  Rx Int Threshold [RFTHR]=0, Frame Cnt [RFCNT]=65535
                  User-defined Address 0000/0000/0000/0000
                  User-defined Address Mask 0x0000


                  buffer size 1524

                  PowerQUICC SCC specific errors:
                  128334 input aborts on receiving flag sequence
                  0 throttles, 0 enables
                  0 overruns
                  0 transmitter underruns
                  0 transmitter CTS losts

                  SCC HDLC PARAMETER RAM (at 0x2203E38)
                  CRC Preset [C_PRES]=0xFFFF, Mask [C_MASK]=0xF0B8
                  Errors: CRC [CRCEC]=0, Aborts [ABTSC]=0, Discards [DISFC]=0
                  Nonmatch Addr Cntr [NMARC]=0
                  Retry Count [RETRC]=0
                  Max Frame Length [MFLR]=1608
                  Rx Int Threshold [RFTHR]=0, Frame Cnt [RFCNT]=65535
                  User-defined Address 0000/0000/0000/0000
                  User-defined Address Mask 0x0000


                  buffer size 1524

                  PowerQUICC SCC specific errors:
                  128334 input aborts on receiving flag sequence
                  0 throttles, 0 enables
                  0 overruns
                  0 transmitter underruns
                  0 transmitter CTS losts


                  • Cisco 805 + SHDSL modem, !*! deff, 14:17 , 18-Окт-05 (16)
                    The V.35 Interface Configuration screen shown in Figure 4-9 allows the user to
                    set the signal RTS to Permanent On or From DTE and to enable the Tail
                    function to accept a clock from DTE V.35 interface.

                    и параметры
                    RTS Permanent On:   Permanent On  From_DTE
                    Tail  on/Off:       Tail_on       Tail_off
                    Data Invert:        Normal        Invert

                  • Cisco 805 + SHDSL modem, !*! Сайко, 14:17 , 18-Окт-05 (17)
                    Все верно - твоя cisco выступает DTE
                    DTE V.35 TX and RX clocks detected.

                    Соответственно модем DCE - читай матчасть по модему!

                    • Cisco 805 + SHDSL modem, !*! deff, 14:51 , 18-Окт-05 (18)
                      >Все верно - твоя cisco выступает DTE
                      >DTE V.35 TX and RX clocks detected.
                      >
                      >Соответственно модем DCE - читай матчасть по модему!
                      Может что -то из этого?
                      Select Main Menu>Configuration>System Configuration to go to the System
                      Configuration screen shown in Figure 4-3. In the system configuration Menu
                      screen, two parameters are included: Device Name and Timing Source.
                      !" Device Name: Enter proper characters for system identification. The
                      maximum length for device name is eight characters. Only alphabetic and
                      numeric characters are valid.
                      !" Timing Source: Different NE modes provide different options of the timing
                      source. In LT Mode, the options are: Internal, SHDSL_LOOP, and DTE
                      LOOP. In NT Mode, the options are Internal, SHDSL_LOOP, DTE LOOP,
                      and Download Loop.
                      After making a selection, use the Up/Down arrow key to exit or confirm the
                      setting.




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

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