Re: IEWB v3v1 lab 16, task 4.2 (neighbor command in ospf)

From: Tim Chan (timanji@yahoo.com)
Date: Tue Sep 26 2006 - 04:31:07 ART


Tony, I was able to do the configuration.

router ospf 1
 router-id 150.1.3.3
 log-adjacency-changes
 network 154.1.0.3 0.0.0.0 area 3457
 neighbor 154.1.0.4 cost 97
 neighbor 154.1.0.5 cost 195
!
interface Serial1/2
 ip address 154.1.0.3 255.255.255.0
 encapsulation frame-relay
 ip ospf network point-to-multipoint non-broadcast
 frame-relay map ip 154.1.0.4 304
 frame-relay map ip 154.1.0.5 305
 no frame-relay inverse-arp

R3#sho ip ospf neig
Neighbor ID Pri State Dead Time Address Interface
150.1.4.4 0 FULL/ - 00:01:53 154.1.0.4 Serial1/2
150.1.5.5 0 FULL/ - 00:01:53 154.1.0.5 Serial1/2

----- Original Message ----
From: tonynguyenchi <tonynguyenchi.ccie@gmail.com>
To: ccielab@groupstudy.com
Sent: Sunday, September 24, 2006 8:27:55 PM
Subject: IEWB v3v1 lab 16, task 4.2 (neighbor command in ospf)

Dear Group,

R3, R4, R5 connected together over frame-relay point-to-multipoint
non-broadcast network. But when I type:
neighbor 154.1.0.4 cost 97
the outpout is:
-> OSPF: Neighbor command is allowed only on NBMA and point-to-multipoint
networks

In the interface connect to frame-relay, I configured:
interface Serial0/1/0
 ip address 154.1.0.3 255.255.255.0
 ip pim sparse-mode
 encapsulation frame-relay
 ip ospf network point-to-multipoint non-broadcast
 no fair-queue
 frame-relay map ip 154.1.0.4 304
 frame-relay map ip 154.1.0.5 305
 frame-relay interface-dlci 304
 no frame-relay inverse-arp
 frame-relay lmi-type cisco

Thanks and best regards,

Tony



This archive was generated by hypermail 2.1.4 : Sun Oct 01 2006 - 16:55:41 ART