Hi trigger
Zitat:
Original geschrieben von trigger
wie setzt man hier eigentlich "zitate" ?
|
Du klickst unter dem Beitrag auf Zitat
Zitat:
|
ich hab mir mal die zeichnung ausgedruckt und die IP adressen eingetragen. Anhand deiner Adressierung kann man schon einmal sagen dass es kein VLSM Problem ist, es müsste auch mit RIP 1 laufen. Ich vermute dass es ein Problem in der sim software ist, aber lass uns das schnell rausfinden
|
ohhhh.. danke für dein Engagement.
hmm.. erscheint mir aber komisch...
da ich imgrunde genommen ein B und ein C Netz im einsatz habe.
Laut beschreibung sollte RIP so nicht funktionieren.
Spätestens Router H sollte vom Router A nichts mehr mitbekommen.
Zitat:
|
host A kann G nicht pingen, kannst du von Host C Host G Pingen?
|
leider auch nicht.. aber Host B und Host D kann Host G auch nicht anpingen ( hat mit RIP aber funktioniert)
Zitat:
|
Hast du in der Routing tabelle von Router G einen routing eintrag für Host A und Host B ?
|
So wier es aussieht nein (Router H)
Code:
Router Con0 is now available
Press RETURN to get started!
Router>enable
Router#show ip route eigrp1
172.23.0.0/24 is subnetted, 1 subnets
172.19.0.0/24 is subnetted, 1 subnets
D 172.19.0.0 [90/2172416] via 172.22.0.1, 00:11:47, Serial0/0
172.22.0.0/24 is subnetted, 1 subnets
172.18.0.0/24 is subnetted, 1 subnets
D 172.18.0.0 [90/2172416] via 172.22.0.1, 00:11:47, Serial0/0
172.20.0.0/24 is subnetted, 1 subnets
D 172.20.0.0 [90/2172416] via 172.22.0.1, 00:11:47, Serial0/0
172.21.0.0/24 is subnetted, 1 subnets
D 172.21.0.0 [90/2172416] via 172.22.0.1, 00:11:47, Serial0/0
172.24.0.0/24 is subnetted, 1 subnets
D 172.24.0.0 [90/2172416] via 172.23.0.1, 00:11:47, FastEthernet0/0
Router#
Router#
Zitat:
|
poste bitte mal einen traceroute von Host A nach Host G, dann schauen wir weiter
|
ok hier:
Code:
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-1999 Microsoft Corp.
C:\>tracert 172.24.0.5
Tracing route to 172.24.0.5 over a maximum of 30 hops
1 12 ms 14 ms 12 ms 192.168.1.2
2 12 ms 14 ms 12 ms 172.19.0.2
3 12 ms 14 ms 12 ms 172.20.0.1
4 12 ms 14 ms 12 ms 172.22.0.2
5 12 ms 14 ms 12 ms 172.23.0.1
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
Trace complete.
C:\>
Zitat:
|
poste uns bitte ebenfalls einen Trace von Host F nach Host A, ich möchte wissen auf welchen Interface der trace stoppt
|
Jupp hier
Code:
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-1999 Microsoft Corp.
C:\>ping 192.168.2.5
Pinging 192.168.2.5 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping Statistics for 192.168.2.5:
Packets Sent = 4, Received = 0, Lost = 4 (100% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\>tracert 192.168.2.5
Tracing route to 192.168.2.5 over a maximum of 30 hops
1 * * *
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
Trace complete.
C:\>
Zitat:
Beispiel.
wenn beim trace von Host F mach Host A der letzte Hop das serial Interface von Router B ist, dann hat Router A keinen route eintrag für Host F
|
Ich habe die vermutung das ein ping von Host A zu Host F bis zu Host F kommt, doch ich denke die Antwort findet den rückweg nicht mehr... ich tippe als verursacher Router E
hie noch die config von Router E:
Code:
Router Con0 is now available
Press RETURN to get started!
Router>enable
Router#show running-config
Building configuration...
Current configuration : 625 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
!
ip subnet-zero
!
!
!
!
!
interface FastEthernet0/0
ip address 172.20.0.2 255.255.255.0
no ip directed-broadcast
!
interface Serial0/0
bandwidth 10000
ip address 172.19.0.2 255.255.255.0
no ip directed-broadcast
encapsulation ppp
clockrate 56000
!
interface FastEthernet0/1
no ip address
no ip directed-broadcast
shutdown
!
interface Serial0/1
ip address 172.18.0.2 255.255.255.0
no ip directed-broadcast
encapsulation ppp
clockrate 56000
!
router eigrp 1
network 172.18.0.0
network 172.19.0.0
network 172.20.0.0
no auto-summary
!
!
ip classless
no ip http server
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
Router#show ip route eigrp1
172.16.0.0/24 is subnetted, 1 subnets
D 172.16.0.0 [90/2172416] via 172.18.0.1, 00:41:02, Serial0/1
172.23.0.0/24 is subnetted, 1 subnets
D 172.23.0.0 [90/2172416] via 172.20.0.1, 00:41:02, FastEthernet0/0
172.19.0.0/24 is subnetted, 1 subnets
172.22.0.0/24 is subnetted, 1 subnets
D 17