ospf.conf file configuration

Attempting to adjust ospf.conf to work with ospf on cisco 5915

current ospf.conf on transport 41

macros

hi=10

global configuration

redistribute static
#router-id same as eth0
router-id xxx.xxx.xxx.xxx
#areas
area 0 {
interface eth0 {passive}
interface ppp1 {hello-interval $hi}
}

current Cisco ospf settings

router ospf 1
redistribute static
network xxx.xxx.xxx.0 0.0.0.255 area 0
network xxx.xxx.xxx.0 0.0.0.3 area 0