.TITLE DECWRL Host/gateway tables - clepsydra.dec.com .NLIST BEX ; ; Pdp11/dcn - host/gateway tables - clepsydra.dec.com ; .MCALL .NETID ;cfglib definitions ; .NETID <16,1,0,HID>,<0,0,15,255> ;internet address/mask MAXLOC = 10 ;size of host cache MAXNET = 20 ;size of network cache MAXRUT = 30 ;size of route cahce ; ; Clock host list ; $CLKID: .CLKID <16,1,0,6> ;goes clock/echo .CLKID <16,1,0,5> ;ntp clock .CLKID ;end of table ; ; Routing table ; .BYTE 6+MAXRUT,6 ;number of (total,routing) entities $HOSAD: .HSTBL 4,100,B ;0 broadcast .HSTBL ;1 clepsydra.dec.com .HSTBL ;2 ntp clock .HSTBL ;3 goes clock/echo .HSTBL 4,100 ;4 subnet agent .HSTBL 4,100 ;5 default agent .REPT MAXRUT ;route cache .HSTBL .ENDR ; ; Local host table ; $LOCAD: .GATBL <16,1,255,255>,0 ;broadcast .GATBL <16,1,0,4>,1 ;clepsydra.dec.com .GATBL <16,1,0,5>,2 ;ntp clock .GATBL <16,1,0,6>,3 ;goes clock/echo .REPT MAXLOC ;local cache .GATBL .ENDR .GATBL <0,0,0,0>,4,<255,255,255,255>,END ;subnet agent ; ; Foreign host table ; $GATAD: .MARS ;martian killer .REPT MAXNET ;network cache .GATBL .ENDR .GATBL <0,0,0,0>,5,<255,255,255,255>,END,<16,1,0,10> ;default agent ; .END