#
# shares 
#
#
# Available traceoptions:
#	update internal external update route idrp kernel isis;
traceoptions "/usr/home/shares/log/gatedlog.idrp"
  replace size 1000k files 3 all;

# Begin OSPF section
#
ospf yes {
	area 42 {
		authtype none;
		interface 206.167.191.20;
		cost 1 {
			retransmitinterval 5;
			transitdelay 1;
			priority 1;
			hellointerval 10;
			routerdeadinterval 40;
		};
	};
};
#
# End OSPF section

# Turn off unused protocols
bgp no;
egp no;
rip no;

# Put in the static routes template
#
# local (static) routes
#
static {
	default		gw 192.168.10.1;
	206.167.1/masklen19 	gw 192.168.191.1;
	206.167.2/masklen30	gw 192.168.191.2;
};



import proto ospfase {
      ALL ;
};


export proto ospfase type 1  {
   proto ospfase {
      ALL
        metric 1;   };
   proto static  {
      ALL
        metric 1;   };
   proto direct  {
      ALL
        metric 1;   };
};


# # end of file