.TITLE DCN Host/gateway tables - campus subnet .NLIST BEX ; ; Pdp11/dcn - host/gateway tables - campus subnet ; .MCALL .NETID ;cfglib definitions ; .NETID <128,4,1,HID>,<0,0,0,255> ;internet address/mask MAXLOC = 30 ;size of host cache MAXNET = 30 ;size of network cache MAXRUT = 50 ;size of route cache ; ; Clock host list ; $CLKID: .BYTE 8.,7,4,0 ;clock hid preferences .EVEN ; ; Routing table ; .BYTE 16+MAXRUT,16 ;number of (total,routing) entities $HOSAD: .HSTBL 4,100,B ;0 broadcast .HSTBL ;1 .HSTBL ;2 .HSTBL ;3 .HSTBL ;4 ntp clock .HSTBL ;5 .HSTBL ;6 .HSTBL ;7 dcn-wwv clock .HSTBL ;8 dcn-wwvb clock .HSTBL ;9 backroom subnet .HSTBL 4,100 ;10 campus subnet .HSTBL ;11 hepzibah .HSTBL 4,100 ;12 default (fuzz-gw) .HSTBL 4,100 ;13 dartnet (barnstable) .HSTBL 4,100 ;14 udelnet (evans-gw) .HSTBL ;15 mizbeaver .REPT MAXRUT ;route cache .HSTBL .ENDR ; ; Local host table ; $LOCAD: .GATBL <128,4,1,0>,0 ;broadcast .GATBL <128,4,1,255>,0 ;broadcast .GATBL <128,4,1,2>,15 ;mizbeaver .GATBL <128,4,1,26>,11 ;hepzibah .REPT MAXLOC ;local cache .GATBL .ENDR .GATBL ,10,<255,255,255,255>,END ;campus subnet ; ; Foreign host table ; .MARSG ;alternate table segment $GATAD: .MARS ;martian killer .GATBL <128,4,2,0>,9,<0,0,0,255> ;backroom subnet .GATBL <128,175,0,0>,14,<0,0,255,255>,HLO,<128,4,1,10> ;udelnet .GATBL <140,173,0,0>,13,<0,0,255,255>,HLO,<128,4,1,4> ;dartnet .GATBL <128,9,160,49>,13,,,<128,4,1,4> ;ant.isi.edu .GATBL <13,1,68,3>,13,,,<128,4,1,4> ;lawndart.parc.xerox.com .GATBL <13,1,68,4>,13,,,<128,4,1,4> ;dartagnan.parc.xerox.com .GATBL <18,26,0,105>,13,,,<128,4,1,4> ;saffron.lcs.mit.edu .GATBL <192,1,37,5>,13,,,<128,4,1,4> ;dart5.bbn.com .GATBL <192,12,173,1>,13,,,<128,4,1,4> ;testhost.ee.lbl.gov .REPTG MAXNET ;network cache .GATBL .ENDRG .GATBL <0,0,0,0>,12,<255,255,255,255>,END+HLO,<128,4,1,21> ;default ; .END