1 /*
  2    Modified 85 May 7 by Art Beattie to replace the incomplete definition
  3      of the 6M Satellite multiplexer.
  4 */
  5 
  6 /* These are the defaults assumed by cv_cmf when none are specified */
  7 
  8 Service: login;
  9 Charge: none;
 10 Terminal_type: none;
 11 Line_type: none;
 12 Baud: 300;
 13 FNP_required_up_time: 5; /* 2 successive crashes after being up less than 5
 14                             minutes, and we assume it's broken */
 15 
 16 /* Access_class: "system_high"; This line is needed for AIM sites */
 17 
 18 /* Got to have at least one FNP this is an example from system-m */
 19 
 20 FNP:      D;
 21    type:            DN6670;
 22    memory:          64;
 23    lsla:            0;
 24    hsla:            1;
 25    image:           >system_library_unbundled>site_mcs;
 26    service:         active;
 27 
 28 /****     COLTS channel - FNP D - commented out!!!!
 29 
 30 name: d.c000;
 31           baud:               9600;
 32           comment:            "COLTS executive channel.";
 33           service:            slave;
 34           line_type:          COLTS;
 35 
 36           FIRST HSLA - FNP D;  Channels d.h0--         ******/
 37 
 38 name: d.h002;
 39           baud:               auto;
 40           comment:            "cable 12319, X-6400, Vadic VA3467.";
 41 
 42 name: d.h006;
 43           baud:               9600;
 44           comment:            "Define a 60ma current loop.";
 45           terminal_type:      VIP7801;
 46           attributes:         hardwired, dont_read_answerback;
 47           initial_command:    "modes echoplex,^tabs,tabecho,crecho,lfecho";
 48 
 49 /***** Commented out: This is a PSP and requires the g115 module to be in the
 50     bind_fnp image.
 51 
 52 name: d.h008;
 53           baud:               9600;
 54           comment:            "cable 14702, Direct (rje4), for L6.";
 55           service:            slave;
 56           line_type:          G115;
 57 ******/
 58 
 59 name: d.h012-d.h013;
 60           baud:               2400;
 61           comment:            "hardwired to service system channels c.h212,3.";
 62           terminal_type:      VIP7801;
 63           attributes:         hardwired, dont_read_answerback;
 64           initial_command:    "modes echoplex,^tabs,tabecho,crecho,lfecho";
 65 
 66 name: d.h014;
 67           baud:               9600;
 68           comment:            "cable 72012, Rm 254, hardwired VIP7801, PMDC";
 69           terminal_type:      VIP7801;
 70           attributes:         hardwired, dont_read_answerback;
 71           initial_command:    "modes echoplex,^tabs,tabecho,crecho,lfecho";
 72 
 73 name: d.h015;
 74           baud:               9600;
 75           comment:            "cable 71688, Rm 254, hardwired VIP7802, PMDC.";
 76           terminal_type:      VIP7801;
 77           attributes:         hardwired, dont_read_answerback;
 78           initial_command:    "modes echoplex,^tabs,tabecho,crecho,lfecho";
 79 
 80 name: d.h022;
 81           baud:               1200;
 82           comment:            "cable 57070, TYMNET, port 60.";
 83 
 84 name: d.h023;
 85           baud:               1200;
 86           comment:            "cable 57073, TYMNET, prot 61.";
 87 
 88 /******
 89 Commented out:  The following is an example of X25 multiplexer connection.
 90 
 91 name: b.h000;
 92           baud:               9600;
 93           comment:            "TYMNET voice-grade HDLC X25 link to Engine 3172.";
 94           service:            multiplexer;
 95           line_type:          X25LAP;
 96           multiplexer_type:   x25;
 97           terminal_type:      X25_TYMNET_PHX;
 98 
 99      name: b.h000.001-b.h000.031;
100           comment:            "TYMNET X.25 login subchannel";
101           initial_command:    echo;
102 
103      name: b.h000.d01-b.h000.d12;
104           comment:            "TYMNET X.25 autocall subchannel.";
105           service:            autocall;
106           line_type:          X25LAP;
107           generic_destination: tymnet;
108 
109      name: b.h000.fti01;
110           comment:            "TYMNET X.25 slave channel for IMFT input driver.";
111           service:            slave;
112 
113 *******/
114 
115 /*******
116 Commented out:  Example of 6M Satellite configuration.
117 
118 name: c.h000;
119           baud:               9600;
120           comment:            "cable 12705, Voice-grade HDLC, CISL L6, 6M Satellite, Bell 209A-2, port 1, FDEC 313416.";
121           service:            multiplexer;
122           line_type:          X25LAP;
123           multiplexer_type:   x25;
124           terminal_type:      X25_L6_DCE;
125 
126      name: c.h000.001-c.h000.002;
127           comment:            "CISL L6 X.25 login subchannel.";
128           terminal_type:      VIP7801;
129 
130      name: c.h000.003-c.h000.004;
131           comment:            "CISL L6 X.25 autocall subchannel.";
132           line_type:          X25LAP;
133           service:            autocall;
134           access_class:       "system_low:system_low";
135 
136      name: c.h000.005-c.h000.006;
137           comment:            "CISL L6 X.25 login subchannel.";
138           terminal_type:      VIP7801;
139 
140      name: c.h000.rbtx01;
141           comment:            "CISL L6 X.25 RBT subchannel, rje5_x25_1.";
142           service:            slave;
143 ********/
144 end;