OSPF Route0

Pytania dt. certyfikacji CCNA i CCDA
Wiadomość
Autor
lukis
member
member
Posty: 46
Rejestracja: 30 lip 2014, 12:27

OSPF Route0

#1

#1 Post autor: lukis »

Witam,

jestem na etapie wykonywania zadania w PT, staję na etapie 85% i nie mam pojęcia czego nie skonfigurowałem aby osiągnąć 100%. Gdy sprawdzam "check results" przy każdym z routerów mam X w drzewie Network->RA->OSPF->Process ID 1-> Networks -> Route 0. Poniżej konfigi routerów i topologia z GNS. Routery tworzą sąsiedztwa, default route propaguje się z RC na inne routery. Z każdego routera jest dostęp do wszystkich prefixów. Nie wiem na ile dużo informacji mogę podać ponieważ to materiał z kursu CCNA...

Obrazek

RA:
hostname RA
!
ip cef
no ipv6 cef
!
license udi pid CISCO1941/K9 sn FTX1524NCYI
!
ip ssh version 1
no ip domain-lookup
!
!
spanning-tree mode pvst
!
interface Loopback0
no ip address
shutdown
!
interface GigabitEthernet0/0
description Link to Multiaccess LAN
ip address 192.168.1.1 255.255.255.0
ip ospf message-digest-key 1 md5 cisco
ip ospf hello-interval 5
ip ospf dead-interval 20
ip ospf priority 150
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
area 0 authentication message-digest
network 192.168.1.1 0.0.0.0 area 0
!
ip classless
!
ip flow-export version 9
!
line con 0
!
line aux 0
!
line vty 0 4
no login
!
!
!
end
RB:
hostname RB
!
ip cef
no ipv6 cef
!
license udi pid CISCO1941/K9 sn FTX1524B55U
!
spanning-tree mode pvst
!
interface Loopback0
no ip address
shutdown
!
interface GigabitEthernet0/0
description Multiaccess LAN
ip address 192.168.1.2 255.255.255.0
ip ospf message-digest-key 1 md5 cisco
ip ospf hello-interval 5
ip ospf dead-interval 20
ip ospf priority 100
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
area 0 authentication message-digest
network 192.168.1.2 0.0.0.0 area 0
!
ip classless
!
ip flow-export version 9
!
line con 0
!
line aux 0
!
line vty 0 4
no login
!
!
!
end
RC:
hostname RC
!
!
ip cef
no ipv6 cef
!
license udi pid CISCO1941/K9 sn FTX152449P8
!
spanning-tree mode pvst
!
interface Loopback0
no ip address
shutdown
!
interface GigabitEthernet0/0
description Link to Mulitaccess LAN
ip address 192.168.1.3 255.255.255.0
ip ospf message-digest-key 1 md5 cisco
ip ospf hello-interval 5
ip ospf dead-interval 20
ip ospf priority 50
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 209.165.200.225 255.255.255.252
clock rate 2000000
!
interface Serial0/0/1
no ip address
clock rate 2000000
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
area 0 authentication message-digest
redistribute static
passive-interface default
no passive-interface GigabitEthernet0/0
network 192.168.1.3 0.0.0.0 area 0
default-information originate
!
ip classless
ip route 0.0.0.0 0.0.0.0 209.165.200.226
!
ip flow-export version 9
!
line con 0
!
line aux 0
!
line vty 0 4
no login
!
!
!
end
Z góry dziękuję za pomoc
Łukasz

Awatar użytkownika
Kola
member
member
Posty: 38
Rejestracja: 22 lip 2007, 20:46

Re: OSPF Route0

#2

#2 Post autor: Kola »

Dołącz plik z zadaniem to się zobaczy. A o co chodzi w tym punkcie, którego ci nie zalicza?

michaliwanczuk
wannabe
wannabe
Posty: 187
Rejestracja: 17 kwie 2010, 21:48
Kontakt:

#3

#3 Post autor: michaliwanczuk »

Jak dla mnie wygląda ze źle robisz jedna rzecz:
Zamiast
router ospf 1
daj
router ospf 0
Michał

lukis
member
member
Posty: 46
Rejestracja: 30 lip 2014, 12:27

#4

#4 Post autor: lukis »

michaliwanczuk pisze:Jak dla mnie wygląda ze źle robisz jedna rzecz:
Zamiast
router ospf 1
daj
router ospf 0
Proces ospf można numerować od 1 w górę.

poniżej treść zadania, nie wiem czy to zgodne z regulaminem? więc jeżeli nie to proszę o usunięcie:
Use the following requirements to configure OSPFv2 routing on RA and RB:
- OSPFv2 routing requirements:
Process ID 1
Network address for each interface
Enable authentication for area 0
- OSPF priority set to 150 on the LAN interface of RA
- OSPF priority set to 100 on the LAN interface of RB
- OSPF MD5 authentication key ID of 1 and MD5 key “cisco” on the LAN interfaces of RA and RB
- Set the hello interval to 5
- Set the dead interval to 20
· Use the following requirements to configure RC OSPFv2 routing:
- OSPFv2 routing requirements:
Process ID 1
Network address for the LAN interface
Enable authentication for area 0
Set all interfaces to passive by default, allow OSPF updates on the active LAN
Set the router to distribute default routes
- Configure a directly attached default route to the Internet
- OSPF priority set to 50 on the LAN interface
- OSPF MD5 authentication key ID of 1 and MD5 key “cisco” on the LAN interface of RC
- Set the hello interval to 5
- Set the dead interval to 20
Note: Issue the clear ip ospf process command on RC if the default route does not propagate.

· Verify your configurations and test connectivity
- OSPF neighbors should be established and routing tables should be complete.
- RA should be the DR, RB should be the BDR.
- All three routers should be able to ping the web server.

Awatar użytkownika
Kola
member
member
Posty: 38
Rejestracja: 22 lip 2007, 20:46

#5

#5 Post autor: Kola »

A może w tym jest problem?
- RA should be the DR, RB should be the BDR.
Jak to wygląda u Ciebie?

wachu
newbie
newbie
Posty: 1
Rejestracja: 21 sty 2015, 18:05

#6

#6 Post autor: wachu »

Witam,

po analizie Twojego configu wydaje mi się, że Packet Tracer nie zalicza Ci zadania, gdyż
zamiast rozgłaszać sieć , rozgłaszasz adres hosta.
Pod Router Ospf 1 zamiast
network 192.168.1.1 0.0.0.255 area 0
dla RA
powinno być :

network 192.168.1.0 0.0.0.255 area 0
-dla wszystkich routerów

Wtedy powinno Ci zaliczyć.
Pozdrawiam
wachu (przy okazji witam wszystkich)

lukis
member
member
Posty: 46
Rejestracja: 30 lip 2014, 12:27

#7

#7 Post autor: lukis »

wachu pisze:Witam,

po analizie Twojego configu wydaje mi się, że Packet Tracer nie zalicza Ci zadania, gdyż
zamiast rozgłaszać sieć , rozgłaszasz adres hosta.
Pod Router Ospf 1 zamiast
network 192.168.1.1 0.0.0.255 area 0
dla RA
powinno być :

network 192.168.1.0 0.0.0.255 area 0
-dla wszystkich routerów

Wtedy powinno Ci zaliczyć.
Pozdrawiam
wachu (przy okazji witam wszystkich)
Dzięki Wachu to było to. Efekt ten sam, ale teraz doczytałem, że faktycznie z punktu widzenia egzaminu nie jest to poprawne. Jeszcze raz dzięki wszystkim!

ODPOWIEDZ