Jump to content

towi

Abgemeldet
  • Gesamte Inhalte

    3
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von towi

  1. Für alle die die Information gebrauchen können, ein Vorschlag:

     

    CISCO 828 (als Bridge)

     

    Mit Hyperterminal die Verbindung über COM1 herstellen. Nachdem der Router hochgefahren ist, die folgenden Befehle an

    der Befehlszeile des Routers (prompt = Router>) eingeben:

     

    enable

    configure terminal

     

    dadurch wechselt der Router in den Konfigurationsmodus, hier dann folgende Befehle eingeben (# markiert Bemerkungen):

     

    no ip routing

    !

    interface Ethernet0 # Enter configuration Mode for the Ethernet inferface

    no ip address

    no ip directed-broadcast # (default)

    bridge-group 1 # specify the bridge-group number to which the Ethernet interface

    !

    interface ATM0 # Enter configuration Mode for the ATM interface

    dsl equipment-type CPE # Achtung! Beim Gegenstück --> dsl equipment-type CO

    dsl linerate AUTO # Specify the G.SHDSL line rate. The range of valid numbers is

    between 72 and 2312

    dsl operating-mode gshdsl symmetric annex B

    no ip address

    no ip directed-broadcast # (default)

    pvc 8/35 # Create an ATM PVC for each end node with which the router

    communicates

    encapsulation aal5snap

    !

    bridge-group 1 # specify the bridge-group number to which the ATM interface

    belongs

    !

    ip classless # (default)

    !

    bridge 1 protocol ieee

    !

    end # Exit the configuration mode for the ATM interface

     

    durch den Befehl end (bzw. strg-z) wechselt der Router wieder in seine normalen Umgebung zurück (prompt = Router>).

    Jetzt muss die Konfiguration nur noch gespeichert und der Router neugestartet werden, dazu folgenden Befehle an der Befehlszeile eingeben:

    write memory

    disable

    exit # Exit the configuration mode for the Ethernet interface and the router.

     

    und den Router aus- und wieder anschalten.

     

    Zur Information über den aktuellen Konfigurationsstand folgenden Befehl am Prompt eingeben:

    show running-config

  2. Habe es ausprobiert, leider funktioniert es dennoch nicht.

     

    Router#show interfrace f1

    FastEthernet1 is up, line protocol is up

    Hardware is epif_port, address is 0008.e32a.f207 (bia 0008.e32a.f207)

    Internet address is 192.168.0.1/24

    MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, rely 255/255, load 1/255

    Encapsulation ARPA, loopback not set, keepalive set (10 sec)

    Auto-duplex, Auto Speed, 100BaseTX

    ARP type: ARPA, ARP Timeout 04:00:00

    Last input 00:00:00, output 00:00:56, output hang never

    Last clearing of "show interface" counters never

    Queueing strategy: fifo

    Output queue 0/40, 0 drops; input queue 0/75, 0 drops

    5 minute input rate 26000 bits/sec, 3 packets/sec

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

    4560 packets input, 4045160 bytes, 0 no buffer

    Received 3723 broadcasts, 0 runts, 0 giants, 0 throttles

    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort

    0 watchdog, 836 multicast

    0 input packets with dribble condition detected

    23 packets output, 7373 bytes, 0 underruns

    0 output errors, 0 collisions, 0 interface resets

    0 babbles, 0 late collision, 0 deferred

    0 lost carrier, 0 no carrier

    0 output buffer failures, 0 output buffers swapped out

    Router#

  3. Hallo,

    ich habe probleme beim konfigurieren der Steckplätze unseres Catalyst 2948G-L3 Switch:

     

    Router>enable

    Router#configure terminal

    Enter configuration commands, one per line. End with CNTL/Z.

    Router(config)#interface f1

    Router(config-if)#ip address 192.168.000.001 255.255.255.000

    Router(config-if)#no shutdown

    Router(config-if)#exit

    Router(config)#interface f2

    Router(config-if)#ip address 192.168.000.002 255.255.255.000

    Router(config-if)#no shutdown

    192.168.0.0 overlaps with FastEthernet1

    FastEthernet2: incorrect IP address assignment

    Router(config-if)#

     

    Diese Fehlermeldung kommt. Was muss ich anderes eingeben?

×
×
  • Neu erstellen...