Jump to content

Spire

Abgemeldet
  • Gesamte Inhalte

    4
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von Spire

  1. Laut dem müssten die Interfaces offen sein, aber wie gesagt ... leider erst nach dem "no shutdown".

     

    -----------------------------------

    Interface IP-Address OK? Method Status Prot

    ocol

    BRI0 unassigned YES NVRAM up up

     

    BRI0:1 unassigned YES unset down down

     

    BRI0:2 unassigned YES unset down down

     

    Dialer1 192.168.2.1 YES NVRAM up up

     

    Ethernet0 192.168.1.1 YES NVRAM up up

     

    -----------------------------------

     

    BRI0 is up (spoofing), line protocol is up (spoofing)

    Hardware is BRI with S/T interface

    Description: connected to Dial-inPCs(ISDN)

    MTU 1500 bytes, BW 64 Kbit, DLY 20000 usec,

    reliability 255/255, txload 1/255, rxload 1/255

    Encapsulation PPP, loopback not set

    DTR is pulsed for 1 seconds on reset

    Last input never, output never, output hang never

    Last clearing of "show interface" counters 00:00:41

    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/0/16 (active/max active/max total)

    Reserved Conversations 0/0 (allocated/max allocated)

    Available Bandwidth 48 kilobits/sec

    5 minute input rate 0 bits/sec, 0 packets/sec

    5 minute output rate 0 bits/sec, 0 packets/sec

    0 packets input, 0 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

    0 packets output, 0 bytes, 0 underruns

    0 output errors, 0 collisions, 12 interface resets

    0 output buffer failures, 0 output buffers swapped out

    10 carrier transitions

  2. Ja, es steht sicher in der Startup-Config, weil ich nach dem Restart auch schon nachgesehen habe --> es steht kein "shutdown" beim, Interface.

     

    Ich habe es auch noch nicht geschafft, ein "no shutdown" in die Config zu schreiben. Weil "no" entfernt mir ja nur den "shutdown" Befehl.

    Aber dass dann wirklich "no shutdown" in der Config drin bleibt, habe ich noch nicht geschafft.

  3. Hallo Leute!

     

    Habe ein kleines, aber lästiges Problem ;-)

     

    Ich wähle mit einer ISDN-Karte des PCs raus und über die ISDN-Leitung in meinen Router wieder rein ... in ein anderes Netzwerk.

     

    Die Konfiguration ist schon soweit fertig, dass alles funktioniert, ABER

     

    nach dem Restart des Routers, blockiert er anscheinend das BRI0-Interface. Die RAS-Authentification schlägt fehl, weil mich der Router über die ISDN-Leitung gar nicht rein lässt.

    Ich muss jedes mal nach einem Restart händisch ein "no shutdown" eingeben, danach funktioniert alles wieder normal.

     

    Weiß vielleicht jemand, wie man das Interface nach dem Restart automatisch öffnen kann ?

     

    Besten Dank im Voraus!

     

    --------------

    Hier meine Konfig:

     

    !

    version 12.2

    no service pad

    service timestamps debug uptime

    service timestamps log uptime

    service password-encryption

    !

    hostname Router

    !

    boot system flash c800-y6-mw.122-8.T10.bin

    enable secret *****

     

    ip subnet-zero

    !

    no ip domain-lookup

    isdn switch-type basic-net3

    !

    !

    !

    interface Ethernet0

    description connected to EthernetLAN

    ip address 192.168.1.1 255.255.255.0

    !

    interface BRI0

    description connected to Dial-inPCs(ISDN)

    bandwidth 64

    no ip address

    encapsulation ppp

    dialer rotary-group 1

    dialer-group 1

    isdn switch-type basic-net3

    isdn caller *****

    no cdp enable

    !

    interface Dialer1

    description connected to Dial-inPCs(ISDN)

    ip address 192.168.2.1 255.255.255.0

    encapsulation ppp

    no ip split-horizon

    dialer in-band

    dialer-group 1

    peer default ip address pool Router-Group-1

    no cdp enable

    ppp multilink

    !

    router rip

    version 2

    network 192.168.1.0

    no auto-summary

    !

    ip local pool Router-Group-1 192.168.2.2 192.168.2.3

    ip classless

    no ip http server

    !

    !

    access-list 101 permit ip any any

    dialer-list 1 protocol ip permit

    !

    line con 0

    exec-timeout 0 0

    password *****

    login

    stopbits 1

    line vty 0 4

    password *****

    login

    !

    no rcapi server

    !

    !

    end

×
×
  • Neu erstellen...