Re: OSPF example setup?

Stephen Fisher (lithium@cia-g.com)
Thu, 8 May 1997 14:45:59 -0600 (MDT)

set ospf enable
reboot
add ospf area 0
set ospf area 0 external on
set ospf area 0 range aaa.bbb.ccc.ddd/## advertise
[optional: set ospf priority 1]
save ospf
reset ospf
set ether0 ospf on
[optional: set ether0 ospf accept-rip on]

Should do the trick. I really wish you could enable/disable loadable
modules like OSPF without rebooting though.

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]?