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

RTRID: 10.0.0.2	1	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

################################################################################
#									       #
# NON-BROADCAST, MULTI-ACCESS NETWORK DEFINITION   			       #
#									       #
# SYNTAX - 								       #
# NBMA: <interface id>							       #
# ATTRTR: <rtr ip addr> <priority>  <nl>	 			       #
#         <rtr ip addr> <priority> ... 			       		       #
# POLLINT: <poll interval>						       #
#									       #
################################################################################


NBMA:	10.0.0.2
	ATTRTR:	10.0.0.1	1
	POLLINT:	120


################################################################################
#									       #
# VIRTUAL LINK DEFINITION						       #
# SYNTAX -  (must be on the same line)					       #
# VIRTUAL: <Virtual nghbr id > <Transit area>  <trans delay> <rxmt intrvl>     #
#	   <Hello intrvl> <Router Dead intrvl> <Auth Key - 8 Chars max>        #
#									       #
#	cost 1 must have a value - if 2, 3 and 4 aren't used they should be 0  #
#									       #
################################################################################

