
{
{      This directive specifies the remote NADs that are accessable
{ from this mainframe.  One directive is required for each remote NAD
{ that is to be accessed from the local host.
{
{ DEFINE_REMOTE_NAD(
{      nad, n: name = $required
{      address, a: integer 1..0FF(16) = $required
{      host_connection_0, hc0: string 3 = $optional
{      host_connection_1, hc1: string 3 = $optional
{      host_connection_2, hc2: string 3 = $optional
{      host_connection_3, hc3: string 3 = $optional
{      trunk_control_unit_0, tcu0: name = $optional
{      trunk_control_unit_1, tcu1: name = $optional
{      trunk_control_unit_2, tcu2: name = $optional
{      trunk_control_unit_3, tcu3: name = $optional
{      nad_type, nt: key C170,C180,IBM,VAX,C200,NTN,INET = C180
{      tcu_access_code_0, tac0: integer 0..0FFFF(16) = 0
{      tcu_access_code_1, tac1: integer 0..0FFFF(16) = 0
{      tcu_access_code_2, tac2: integer 0..0FFFF(16) = 0
{      tcu_access_code_3, tac3: integer 0..0FFFF(16) = 0)
{
{ nad:  This parameter is used to uniquely define a remote
{   NAD for this configuration file.
{
{ address:  This parameter specifies the physical network
{   address of the remote NAD.
{
{ host_connection_0(1,2,3):  These parameters specify the hosts which are
{   directly coupled to the NAD, via a device interface (i.e. a CYBER
{   channel).  The value of this parameter must be a physical identifier
{   of a previously defined remote host.  For the C170, C180, C200, and IBM
{   NADs, host_connection_0 (and only host_connection_0) must specify the
{   directly coupled host.  For a VAX NAD, any combination of hosts
{   can be connected to any or all of the four NAD host ports.  This
{   parameter is ignored for NTN or INET NADs.
{
{ nad_type:  This parameter specifies the type of nad that is
{   being defined.
{
{ trunk_control_unit_0(1,2,3)  These parameters specify the names of
{   the common trunks between a local NAD and this remote NAD.  The
{   physical trunk control units correspond to the trunk connections
{   to the remote NAD.
{
{ tcu_access_code_0(1,2,3):  These parameters specify the software access
{   codes, which are used to control routing between the NADs.  The
{   access codes correspond to the matching trunk control unit.  The
{   parameter values should normally be left set to zero.  See the 380-170 NAD
{   Hardware Reference Manual for further information on NAD access codes.
{
