Jump to content

eRo

Members
  • Gesamte Inhalte

    7
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von eRo

  1. Danke für die schnelle Antwort!

     

    Naja, es zickt ab und zu rum, und daher meinte jemand, man könne das ja mal updaten.

     

    Die neuen Features sind mir eigentlich egal! Die brauch ich eh nicht!

     

    Aber wenn sichs nicht lohnt, dann werd ich das mal so weiterleiten ^^

     

    Danke

  2. Hallo Leute!

     

    Ich wollte mal fragen, ob sich ein Update von IOS 12.2 auf 12.3 lohnt...

     

    Da ich es nicht aus eigener Tasche zahlen muss, spielt der finanzielle Aspekt keine Rolle.

     

    Und kann ich das IOS sowohl auf meine 1760er als auch auf meine 2600er aufspielen?

     

     

    greez

     

    eRo

     

     

    ***UPDATE***

     

    Wo bekomme ich diese Updates?

     

    Ich habe leider keinen Login für die Cisco Site, was kostet so ein Account und kann ich dann aktuelle Updates runterladen?

  3. Klappt immer noch nicht!

     

    hier die aktuelle CFG:

     

    Router1:

    Building configuration...
    
    Current configuration : 671 bytes
    !
    version 12.2
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname Router
    !
    !
    ip subnet-zero
    !
    !
    !
    ip audit notify log
    ip audit po max-events 100
    !
    !
    !
    !
    !
    interface FastEthernet0/0
    ip address 192.168.1.1 255.255.255.0
    speed auto
    full-duplex
    !
    interface BRI0/0
    no ip address
    shutdown
    !
    interface Serial1/0
    no ip address
    shutdown
    no fair-queue
    !
    interface Serial1/1
    bandwidth 128
    ip address 10.0.0.1 255.255.255.0
    encapsulation ppp
    !
    router rip
    network 10.0.0.0
    network 192.168.1.0
    network 192.168.2.0
    !
    ip classless
    no ip http server
    !
    !
    !
    !
    line con 0
    line aux 0
    line vty 0 4
    login
    !
    end
    
    
    
    
    
    Router#sh ip int brief
    Interface                  IP-Address      OK? Method Status                Prot
    ocol
    FastEthernet0/0            192.168.1.1     YES NVRAM  up                    down
    
    BRI0/0                     unassigned      YES NVRAM  administratively down down
    
    BRI0/0:1                   unassigned      YES unset  administratively down down
    
    BRI0/0:2                   unassigned      YES unset  administratively down down
    
    Serial1/0                  unassigned      YES NVRAM  administratively down down
    
    Serial1/1                  10.0.0.1        YES NVRAM  up                    down
    
    
    
    
    
    

     

    Router2:

    Building configuration...
    
    Current configuration : 675 bytes
    !
    version 12.2
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname Router
    !
    !
    ip subnet-zero
    !
    !
    !
    ip audit notify log
    ip audit po max-events 100
    !
    !
    !
    !
    !
    interface FastEthernet0/0
    ip address 192.168.2.1 255.255.255.0
    speed auto
    !
    interface BRI0/0
    no ip address
    shutdown
    !
    interface Serial1/0
    bandwidth 128
    ip address 10.0.0.2 255.255.255.0
    encapsulation ppp
    no fair-queue
    !
    interface Serial1/1
    no ip address
    shutdown
    !
    router rip
    network 10.0.0.0
    network 192.168.1.0
    network 192.168.2.0
    no auto-summary
    !
    ip classless
    no ip http server
    !
    !
    !
    !
    line con 0
    line aux 0
    line vty 0 4
    login
    !
    end
    
    
    
    

  4. Hi Leute! ICh habe folgendes vor:

     

    Ich habe 2 identische 1760er Router. Ich möchte diese über eine serielle Verbindung miteinander verbinden.

     

    An jedem Router hängt ein PC am fastEthernet.

     

    Ich möchte, dass der PC1 den PC2 am anderen Router pingen kann.

     

    Ich möchte gerne die Daten via PPP oder HDLC versenden und mit RIP/statisch routen.

     

     

    an router2 ist ist der female stecker vom seriellen kabel, ich habe eine clockrate und eine bandwidth eingestellt.

     

    Router 1:

    FA 192.168.1.1

    S 10.0.0.1

     

     

    Router 2:

    FA 192.168.2.1

    S 10.0.0.2

     

    im Rip auf beiden Routern

    network 192.168.0.0

    network 10.0.0.0

     

    ich kann von router 1 aus den se port von router2 pingen...

    aber die fast ethernet nicht.

     

     

    ebenso kann ich von pc1 pc2 nicht pingen

    von pc1 kann ich die fa von router 1 pingen

    ebenso die serial von router 1

     

    von router2 aus kann ich die se und die fa von router 1 pingen

     

    weiss jemand, ob ich da einen denkfehler oder einen konfigurationsfehler habe?

     

    wo steckt der fehler?

     

    danke im vorraus!

     

    eRo

     

     

    im anhang hab ich mal die run-cfg eingefügt:

     

     

    Router 1:

    Building configuration...
    
    Current configuration : 650 bytes
    !
    version 12.2
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname Router
    !
    !
    ip subnet-zero
    !
    !
    !
    ip audit notify log
    ip audit po max-events 100
    !
    !
    !
    !
    !
    interface FastEthernet0/0
    ip address 192.168.1.1 255.255.255.0
    speed auto
    !
    interface BRI0/0
    no ip address
    shutdown
    !
    interface Serial1/0
    no ip address
    shutdown
    no fair-queue
    !
    interface Serial1/1
    bandwidth 128
    ip address 10.0.0.1 255.255.255.0
    !
    router rip
    network 10.0.0.0
    network 192.168.0.0
    no auto-summary
    !
    ip classless
    no ip http server
    !
    !
    !
    !
    line con 0
    line aux 0
    line vty 0 4
    !
    no scheduler allocate
    end

     

     

    Router2:

     

    Building configuration...
    
    Current configuration : 667 bytes
    !
    version 12.2
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname Router
    !
    !
    ip subnet-zero
    !
    !
    !
    ip audit notify log
    ip audit po max-events 100
    !
    !
    !
    !
    !
    interface FastEthernet0/0
    ip address 192.168.2.1 255.255.255.0
    speed auto
    !
    interface BRI0/0
    no ip address
    shutdown
    !
    interface Serial1/0
    bandwidth 128
    ip address 10.0.0.2 255.255.255.0
    no fair-queue
    clockrate 64000
    !
    interface Serial1/1
    no ip address
    shutdown
    !
    router rip
    network 10.0.0.0
    network 192.168.0.0
    no auto-summary
    !
    ip classless
    no ip http server
    !
    !
    !
    !
    line con 0
    line aux 0
    line vty 0 4
    !
    no scheduler allocate
    end
    

  5. Hi Leute!

     

    Ich habe ein folgendes Problem:

     

    wenn ich bei meinem 1760er die running-config in die startup config kopieren will, sagt er zwar, dass es geklept hat, nach dem reboot ist jedoch alles wieder auf standard....

     

    auch write memory funktioniert nicht!

     

    wie kann ichs noch probieren?

     

    hat jemand ne idee woran das liegen könnte?

     

     

    danke für eure hilfe

     

    greez

×
×
  • Neu erstellen...