###############################################################################
#                                                                             #
# ROUTER ID DEFINITION							      #
# SYNTAX - 								      #
# RTRID: <xx.xx.xx.xx>	<ASBR On/Off> <Dflt metric - if 0 will not generate>  #
#									      #
###############################################################################

RTRID: 10.0.0.2	0	0


###############################################################################
#									      #
# AREA DEFINITION							      #
# SYNTAX -								      #
# AREA: <area id> <area type> <default metric>    			      #
# 	RANGE: <net> <mask> 						      #
# 	RANGE: <net> <mask> 						      #
#		.                        				      #
#		.                        				      #
#		.                        				      #
# 	RANGE: <net> <mask> 						      #
#	AUTH: <authentication type for area>				      #
#									      #
# area types: 0 = accept ASEs, 1 = stub use dflt metric, 2 = stub no dflt     #
#									      #
###############################################################################


AREA: 0.0.0.0	0	0	 
	AUTH:	0



###############################################################################
#									      #
# INTERFACE DEFINITION							      #
# Note: the area associated with each interface must be defined		      #
#	 before the interface is; also all intervals are in seconds	      #
#									      #
# SYNTAX -  (must be on the same line)					      #
#	IF: <Associated area id> <IP addr> <type> <if cost>          	      #
#	    <rxmt interval> <trans delay> <priority>                          #
#	    <Hello interval> <rtr dead interval> <Auth key - 8 Chars max>     #
#	type could be 1 = broadcast, 2 = nonbroadcast multi access or         #
#		3 = point to point					      #
#									      #
###############################################################################

# ln0

IF: 0.0.0.0	10.0.0.2	2	10	5	1	5	10 	40	area0

NBMA: 10.0.0.2
	ATTRTR: 10.0.0.1	1
POLLINT:	120
