08-04-2010 07:13 PM - edited 03-04-2019 09:18 AM
I'm trying to setup OSPF routing over Frame Relay and I'm having a problem getting into config-router mode on 2610 router. I'm at global config and I enter
R3#router ospf 1 and it accepts it, but stays in config so I'm not able to enter in any network statements.
R3(config)#router ospf 1
R3(config)#
Clearly the router is capable of running OSPF. I really appreciate any feedback or insight into the problem!
Thanks
Here's my config on the router:
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
!
memory-size iomem 10
no aaa new-model
ip subnet-zero
ip cef
no ip domain lookup
!
!
!
!
!
!
interface Ethernet0/0
no ip address
shutdown
half-duplex
!
interface Serial0/0
no ip address
encapsulation frame-relay
no frame-relay inverse-arp
!
interface Serial0/0.31 point-to-point
ip address 172.12.123.3 255.255.255.0
frame-relay interface-dlci 321
!
interface Serial0/1
no ip address
shutdown
!
no ip http server
ip classless
!
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
exec-timeout 0 0
logging synchronous
login
line vty 5 181
exec-timeout 0 0
logging synchronous
login
!
!
end
Solved! Go to Solution.
08-04-2010 11:01 PM
08-04-2010 07:42 PM
Hi,
I rememeber faching this issue when there is no IP interface in UP/UP state. Try configuring a loopback interface with some address and then try "router ospf". Else try bringing the frame-relay intf up and then try "router ospf"
HTH,
Nagendra
08-04-2010 10:12 PM
Hi,
I dont see the mode changing to (config-router)
R3(config)#router ospf 1
R3(config)#
Could you check in show process CPU if the ospf process is running ?
Chao
Vishwa
08-04-2010 10:22 PM
I checked the processes and I don't see OSPF running. My other routers don't have any loopback interfaces set, but they can still get into router config mode without an issue.
08-04-2010 11:01 PM
Upgrade IOS.
Raam
08-05-2010 06:43 AM
I wish I could try, but I have the latest IOS.
08-05-2010 07:24 AM
I've thought that maybe it's related to the physical interface or the fact that I'm using a point-to-point interface.
So I physically removed and reseated the serial interface. I've also tried using another physical interface and finally I've tried setting up frame relay over just the physical interface without point-to-point or multipoint and I still can't get into router config mode. I tested it with the other protocols and it works.
Is it possible that there could be a physical defect?
08-05-2010 11:15 AM
Thanks so much for your help on this issue. I found the solution! It was the IOS version all along,but I didn't think it was since it displayed OSPF as an option.
I had the REMOTE ACCESS SERVER c2600-c-mz.123-26.bin version which doesn't support it so I had to get the Enterprise Basic version that supports it. Man that was frustrating!
Thanks again!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide