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

RTRID: 1.2.3.5	0	0		# This rtrs Id (rob/6000)


################################################################################
#									       #
# 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	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>      #
#		<PtoP interface addr (if ptop)>
#	type could be 1 = broadcast, 2 = nonbroadcast multi access or          #
#		3 = point to point					       #
#									       #
################################################################################

# define non-broadcast interface

IF: 0.0.0.0	192.65.71.5	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:	192.65.71.5
	ATTRTR:	192.65.71.4	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  #
#									       #
################################################################################

