OSPF Default modes.

From: Jason Cash (cash2001@swbell.net)
Date: Mon Mar 31 2003 - 23:06:43 GMT-3


            I am doing the cc boot Lab 19. I am confused because I
thought that the default mode for Frame relay (pri.) interfaces was NBMA
which required you to define the neighbors. This is even listed in the
BSCN book by Paquet (p124). However, in this instance, I am not
defining neighbors in the ospf process and still establishing an
adjacency. Can someone give me a link illustrating default interface
states for OSPF?
 
                  R3 (s1)
                       / \
                      / \
        R2 (s0) / \R5 (s1)
 
 
R3
 
hostname r3
!
interface Loopback0
 ip address 140.4.3.1 255.255.255.0
!
interface Loopback1
 description Token Ring0
 ip address 140.4.30.1 255.255.255.128
 ip ospf network point-to-point
!
interface Ethernet0
 ip address 140.4.4.3 255.255.255.128
 ip irdp
 ip irdp preference 300
 ip ospf authentication message-digest
 ip ospf message-digest-key 1 md5 cisco
 ip ospf priority 100
!
interface Serial1
 ip address 140.4.1.3 255.255.255.240
 encapsulation frame-relay
 ip ospf authentication message-digest
 ip ospf message-digest-key 1 md5 cisco
 ip ospf hello-interval 10
 frame-relay map ip 140.4.1.2 302 broadcast
 frame-relay map ip 140.4.1.5 305 broadcast
 no frame-relay inverse-arp
!
router ospf 1
 log-adjacency-changes
 auto-cost reference-bandwidth 500
 area 0 authentication message-digest
 area 1 authentication message-digest
 area 1 virtual-link 140.4.5.1
 network 140.4.1.0 0.0.0.15 area 1
 network 140.4.3.0 0.0.0.255 area 1
 network 140.4.4.0 0.0.0.127 area 0
 network 140.4.30.0 0.0.0.127 area 20
 
 
r3# sh ip ospf nei
 
Neighbor ID Pri State Dead Time Address
Interface
140.4.5.1 1 FULL/DROTHER 00:00:31 140.4.1.5
Serial1 (R5)
140.4.20.1 1 FULL/BDR 00:00:30 140.4.1.2
Serial1 (R2)



This archive was generated by hypermail 2.1.4 : Thu May 01 2003 - 13:35:44 GMT-3