Wednesday, September 10, 2008

"OPSF Hub-And-Spoke And Virtual Links" lab - Issue

Got stumped on a portion of this "OPSF Hub-And-Spoke And Virtual Links" lab (Bryant advantage). Hopefull I can finish it tomorrow... sleepy...


NOTE: My Physical Setup is the as the workbook's, except that the Lab's R3 is my R4,
and the lab's R4 is my R5. Hence the slight differences in loopbacks and the like.

I am working the "OPSF Hub-And-Spoke And Virtual Links" lab. What I
am running into is that I am unable to establish an Adjacency between
R4 and R5. Any suggestions would greatly appreciated. Thanks!


R4#
R4#sh ip os n

Neighbor ID Pri State Dead Time Address Interface
11.11.11.11 1 FULL/DR 00:00:15 172.12.123.1 Serial0/0
R4#

R5#
R5#sh ip os ne

R5#

show ip ospf interface so/1 for Router4


R4#
R4#sh ip os int s0/1
Serial0/1 is up, line protocol is up
Internet Address 10.2.2.4/24, Area 45
Process ID 1, Router ID 44.44.44.44, Network Type NON_BROADCAST, Cost: 64
Transmit Delay is 1 sec, State DR, Priority 1
Designated Router (ID) 44.44.44.44, Interface address 10.2.2.4
No backup designated router on this network
Timer intervals configured, Hello 30, Dead 120, Wait 120, Retransmit 5
oob-resync timeout 120
Hello due in 00:00:22
Supports Link-local Signaling (LLS)
Index 1/3, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 0, maximum is 0
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 0, Adjacent neighbor count is 0
Suppress hello for 0 neighbor(s)
R4#
R4#

show ip ospf interface so/1 for Router 5

R5#
R5#sh ip os in s0/1
Serial0/1 is up, line protocol is up
Internet Address 10.2.2.5/24, Area 45
Process ID 1, Router ID 5.5.5.5, Network Type NON_BROADCAST, Cost: 781
Transmit Delay is 1 sec, State DR, Priority 1
Designated Router (ID) 5.5.5.5, Interface address 10.2.2.5
No backup designated router on this network
Timer intervals configured, Hello 30, Dead 120, Wait 120, Retransmit 5
oob-resync timeout 120
Hello due in 00:00:29
Supports Link-local Signaling (LLS)
Index 1/1, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 0, maximum is 0
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 0, Adjacent neighbor count is 0
Suppress hello for 0 neighbor(s)
R5#
R5#


Configs below:

===================== R4 ==========================================


!
frame-relay switching
!
!
!
!
interface Loopback4
ip address 4.4.4.4 255.255.255.255
!
interface FastEthernet0/0
ip address 172.12.23.4 255.255.255.0
shutdown
speed auto
half-duplex
!
interface Serial0/0
ip address 172.12.123.4 255.255.255.0
encapsulation frame-relay IETF
ip ospf hello-interval 5
ip ospf priority 0
no fair-queue
frame-relay map ip 172.12.123.2 321
frame-relay interface-dlci 321
frame-relay lmi-type cisco
!
interface FastEthernet0/1
no ip address
shutdown
speed auto
half-duplex
!
interface Serial0/1
ip address 10.2.2.4 255.255.255.0
encapsulation frame-relay IETF
clock rate 64000
frame-relay interface-dlci 444
frame-relay intf-type dce
!
router ospf 1
router-id 44.44.44.44
log-adjacency-changes
area 45 virtual-link 5.5.5.5
network 4.4.4.4 0.0.0.0 area 4
network 10.2.2.0 0.0.0.255 area 45
network 172.12.123.0 0.0.0.255 area 0
!
!




===================== R5 ==========================================


!
!
!
interface Loopback5
ip address 5.5.5.5 255.255.255.255
!
interface FastEthernet0/0
ip address 172.12.23.5 255.255.255.0
shutdown
speed auto
half-duplex
!
interface Serial0/0
no ip address
shutdown
no fair-queue
!
interface FastEthernet0/1
no ip address
shutdown
speed auto
half-duplex
!
interface Serial0/1
ip address 10.2.2.5 255.255.255.0
encapsulation frame-relay IETF
frame-relay interface-dlci 444
!
router ospf 1
log-adjacency-changes
area 45 virtual-link 44.44.44.44
network 5.5.5.5 0.0.0.0 area 5
network 10.2.2.0 0.0.0.255 area 45
!

No comments:

Post a Comment