Jako, że dopiero zaczynam zabawę z sieciami, mam pytanie. Czytałem niedawno o OSPF i nawet znalazłem gdzieś na sieci zadanie do zrobienia w Packet Tracerze. Oto ono:

user image

Trzeba zbudować taką topologię. Zrobiłem wszystko po dokładnym poczytaniu o OSPF w Internecie, ale chyba się gdzieś jednak machnąłem (podejrzewam przydział adresów, podział na podsieci (brak?) (-> z tym mam jeszcze problem)...

To mój plik z Packet Tracera:

http://hostuje.net/file.php?id=968701f3d35b01728ff8e30bcba67f78

Byłby ktoś w stanie pomóc/wyjaśnić, co jest nie tak ?

Ok, może szybciej i wygodniej będzie tak:

Router A:

! 
version 12.2 
no service timestamps log datetime msec 
no service timestamps debug datetime msec 
no service password-encryption 
! 
hostname A 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
ip name-server 0.0.0.0 
! 
! 
! 
! 
! 
! 
interface FastEthernet0/0 
 ip address 192.168.1.1 255.255.255.0 
 duplex auto 
 speed auto 
! 
interface FastEthernet1/0 
 ip address 192.168.31.6 255.255.255.0 
 duplex auto 
 speed auto 
! 
router ospf 668 
 log-adjacency-changes 
 network 192.168.31.0 0.0.0.255 area 0 
 network 192.168.1.0 0.0.0.255 area 0 
! 
ip classless 
! 
! 
! 
! 
! 
! 
! 
! 
! 
line con 0 
line vty 0 4 
 login 
! 
! 
! 
end

Router B:

! 
version 12.2 
no service timestamps log datetime msec 
no service timestamps debug datetime msec 
no service password-encryption 
! 
hostname B 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
ip name-server 0.0.0.0 
! 
! 
! 
! 
! 
! 
interface FastEthernet0/0 
 ip address 192.168.31.1 255.255.255.0 
 duplex auto 
 speed auto 
! 
interface FastEthernet1/0 
 ip address 192.168.1.2 255.255.255.0 
 duplex auto 
 speed auto 
! 
router ospf 666 
 router-id 192.168.31.21 
 log-adjacency-changes 
 network 192.168.31.0 0.0.0.255 area 0 
 network 192.168.1.0 0.0.0.255 area 0 
! 
ip classless 
! 
! 
! 
! 
! 
! 
! 
! 
! 
line con 0 
line vty 0 4 
 login 
! 
! 
! 
end

Router C:

! 
version 12.2 
no service timestamps log datetime msec 
no service timestamps debug datetime msec 
no service password-encryption 
! 
hostname C 
! 
! 
! 
! 
! 
! 
! 
! 
! 
! 
ip name-server 0.0.0.0 
! 
! 
! 
! 
! 
! 
interface FastEthernet0/0 
 ip address 192.168.1.3 255.255.255.0 
 duplex auto 
 speed auto 
! 
interface FastEthernet1/0 
 ip address 192.168.31.4 255.255.255.0 
 duplex auto 
 speed auto 
! 
router ospf 667 
 router-id 192.168.31.33 
 log-adjacency-changes 
 network 192.168.31.0 0.0.0.255 area 0 
 network 192.168.1.0 0.0.0.255 area 0 
! 
ip classless 
! 
! 
! 
! 
! 
! 
! 
! 
! 
line con 0 
line vty 0 4 
 login 
! 
! 
! 
end

BYŁBY KTOŚ W STANIE WYJAŚNIĆ CO JEST ŹLE ? Dzięki ;)