Mailing List Archive

Problems getting OSPF running
I have an all Cisco network and am adding a BigIron 4000 to the mix. I
have read the manual and implemented OSPF but can't get it to load the
routes from the neighbor routers.

It cannot actually see the routers at all and is not showing any LSAs
being received.

my config:

interface e 4/1
ip address my.ip.add.ress 255.255.255.128
ip ospf area 0.0.0.0
ip ospf cost 1
!
!
!
!
router ospf
area 0.0.0.0


Am I missing something obvious here? When I do a show ip ospf neighbors
it has nothing and a show ip ospf routes only shows the locally assigned
subnet.

Thanks.




Dan Norton



-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://puck.nether.net/pipermail/foundry-nsp/attachments/20040409/3c7c1862/attachment.html
Problems getting OSPF running [ In reply to ]
Hello Dan and Everyone!

Try:
router ospf
area 0
!
interface e4/1
ip ospf area 0


instead of:
interface e 4/1
ip ospf area 0.0.0.0
!
router ospf
area 0.0.0.0

scott



On Fri, 9 Apr 2004, Dan Norton wrote:

: I have an all Cisco network and am adding a BigIron 4000 to the mix. I
: have read the manual and implemented OSPF but can't get it to load the
: routes from the neighbor routers.
:
: It cannot actually see the routers at all and is not showing any LSAs
: being received.
:
: my config:
:
: interface e 4/1
: ip address my.ip.add.ress 255.255.255.128
: ip ospf area 0.0.0.0
: ip ospf cost 1
: !
: !
: !
: !
: router ospf
: area 0.0.0.0
:
:
: Am I missing something obvious here? When I do a show ip ospf neighbors
: it has nothing and a show ip ospf routes only shows the locally assigned
: subnet.
:
: Thanks.
:
:
:
:
: Dan Norton
:
:
:
:
Problems getting OSPF running [ In reply to ]
Thanks, I tried that first actually and still no luck. It seems like I'm missing something. According to the foundry OSPF is running but it's not showing any LSAs received.

Dan Norton
Network Administrator

WareNet
dan@ware.net
(949) 417 - 2300 x 2360
(888) 927 - 3329 (Fax)
Emergency Cell Phone: 949-300-4215
WebSite Development, Web Hosting, Connectivity, Colocation
aim: deveyn



-----Original Message-----
From: Scott Weeks [mailto:sweeks@sandiego.edu]
Sent: Monday, April 12, 2004 8:02 AM
To: Dan Norton
Cc: foundry-nsp@puck.nether.net
Subject: Re: [f-nsp] Problems getting OSPF running




Hello Dan and Everyone!

Try:
router ospf
area 0
!
interface e4/1
ip ospf area 0


instead of:
interface e 4/1
ip ospf area 0.0.0.0
!
router ospf
area 0.0.0.0

scott



On Fri, 9 Apr 2004, Dan Norton wrote:

: I have an all Cisco network and am adding a BigIron 4000 to the mix. I
: have read the manual and implemented OSPF but can't get it to load the
: routes from the neighbor routers.
:
: It cannot actually see the routers at all and is not showing any LSAs
: being received.
:
: my config:
:
: interface e 4/1
: ip address my.ip.add.ress 255.255.255.128
: ip ospf area 0.0.0.0
: ip ospf cost 1
: !
: !
: !
: !
: router ospf
: area 0.0.0.0
:
:
: Am I missing something obvious here? When I do a show ip ospf neighbors
: it has nothing and a show ip ospf routes only shows the locally assigned
: subnet.
:
: Thanks.
:
:
:
:
: Dan Norton
:
:
:
:
Problems getting OSPF running [ In reply to ]
What does "sho ip ospf config" show?

scott


On Mon, 12 Apr 2004, Dan Norton wrote:

: Thanks, I tried that first actually and still no luck. It seems like I'm missing something. According to the foundry OSPF is running but it's not showing any LSAs received.
:
: Dan Norton
: Network Administrator
:
: WareNet
: dan@ware.net
: (949) 417 - 2300 x 2360
: (888) 927 - 3329 (Fax)
: Emergency Cell Phone: 949-300-4215
: WebSite Development, Web Hosting, Connectivity, Colocation
: aim: deveyn
:
:
:
: -----Original Message-----
: From: Scott Weeks [mailto:sweeks@sandiego.edu]
: Sent: Monday, April 12, 2004 8:02 AM
: To: Dan Norton
: Cc: foundry-nsp@puck.nether.net
: Subject: Re: [f-nsp] Problems getting OSPF running
:
:
:
:
: Hello Dan and Everyone!
:
: Try:
: router ospf
: area 0
: !
: interface e4/1
: ip ospf area 0
:
:
: instead of:
: interface e 4/1
: ip ospf area 0.0.0.0
: !
: router ospf
: area 0.0.0.0
:
: scott
:
:
:
: On Fri, 9 Apr 2004, Dan Norton wrote:
:
: : I have an all Cisco network and am adding a BigIron 4000 to the mix. I
: : have read the manual and implemented OSPF but can't get it to load the
: : routes from the neighbor routers.
: :
: : It cannot actually see the routers at all and is not showing any LSAs
: : being received.
: :
: : my config:
: :
: : interface e 4/1
: : ip address my.ip.add.ress 255.255.255.128
: : ip ospf area 0.0.0.0
: : ip ospf cost 1
: : !
: : !
: : !
: : !
: : router ospf
: : area 0.0.0.0
: :
: :
: : Am I missing something obvious here? When I do a show ip ospf neighbors
: : it has nothing and a show ip ospf routes only shows the locally assigned
: : subnet.
: :
: : Thanks.
: :
: :
: :
: :
: : Dan Norton
: :
: :
: :
: :
:
:
Problems getting OSPF running [ In reply to ]
Maybe you need to have a router-id specified? That may only be for BGP
though, worth a shot ;)

ip router-id loop.back.add.ress

-Brent


At 08:58 AM 4/12/2004, Dan Norton wrote:
>Thanks, I tried that first actually and still no luck. It seems like I'm
>missing something. According to the foundry OSPF is running but it's not
>showing any LSAs received.
>
>Dan Norton
>Network Administrator
>
>WareNet
>dan@ware.net
>(949) 417 - 2300 x 2360
>(888) 927 - 3329 (Fax)
>Emergency Cell Phone: 949-300-4215
>WebSite Development, Web Hosting, Connectivity, Colocation
>aim: deveyn
>
>
>
>-----Original Message-----
>From: Scott Weeks [mailto:sweeks@sandiego.edu]
>Sent: Monday, April 12, 2004 8:02 AM
>To: Dan Norton
>Cc: foundry-nsp@puck.nether.net
>Subject: Re: [f-nsp] Problems getting OSPF running
>
>
>
>
>Hello Dan and Everyone!
>
>Try:
> router ospf
> area 0
> !
> interface e4/1
> ip ospf area 0
>
>
>instead of:
> interface e 4/1
> ip ospf area 0.0.0.0
> !
> router ospf
> area 0.0.0.0
>
>scott
>
>
>
>On Fri, 9 Apr 2004, Dan Norton wrote:
>
>: I have an all Cisco network and am adding a BigIron 4000 to the mix. I
>: have read the manual and implemented OSPF but can't get it to load the
>: routes from the neighbor routers.
>:
>: It cannot actually see the routers at all and is not showing any LSAs
>: being received.
>:
>: my config:
>:
>: interface e 4/1
>: ip address my.ip.add.ress 255.255.255.128
>: ip ospf area 0.0.0.0
>: ip ospf cost 1
>: !
>: !
>: !
>: !
>: router ospf
>: area 0.0.0.0
>:
>:
>: Am I missing something obvious here? When I do a show ip ospf neighbors
>: it has nothing and a show ip ospf routes only shows the locally assigned
>: subnet.
>:
>: Thanks.
>:
>:
>:
>:
>: Dan Norton
>:
>:
>:
>:
>
>
>_______________________________________________
>foundry-nsp mailing list
>foundry-nsp@puck.nether.net
>http://puck.nether.net/mailman/listinfo/foundry-nsp