Re: OSPF example setup?

Jon Lewis (jlewis@inorganic5.fdt.net)
Thu, 8 May 1997 12:46:01 -0400 (EDT)

On Thu, 8 May 1997, Todd Vierling wrote:

> Can someone please give a sample setup to turn on OSPF on the ethernet
> interface, using a given area ID, including all commands necessary to
> complete the job from a system which has OSPF disabled, on a PM2/3 [ComOS
> 3.5]?
>
> I've done what I thought enabled it, but I cannot see anything, at all, in
> any of the 'show ospf ....' commands. (Additionally, I can't seem to get
> the Cisco 2501 [IOS 11.1] to see OSPF broadcasts at times. Grrr!)

Here's what I did recently.

[on the cisco]
interface Ethernet0
ip address 205.229.48.48 255.255.255.0
ip ospf priority 10

router ospf 100
redistribute static subnets
passive-interface Serial0
passive-interface Serial1
network 205.229.48.0 0.0.0.255 area 0

[on the PM]
set ospf enable
save all
reboot
set ospf priority 1
add ospf area 0
set ospf area 0 range 205.229.48.0/24
set ospf area 0 external on
set ether0 ospf on

If running 3.5, you might want to repeat that save all before the reboot
several times...I got nailed by a ComOS bug hosing all my spids.

I also have gated running, and that part was a bit easier than expected.
Just getting it to compile was one of the harder parts.

------------------------------------------------------------------
Jon Lewis <jlewis@fdt.net> | Unsolicited commercial e-mail will
Network Administrator | be proof-read for $199/hr.
________Finger jlewis@inorganic5.fdt.net for PGP public key_______