4.9.2 相手システムとパケット交換網で接続する

<この項の構成>
(1) 構成例
(2) 定義例(VC接続)
(3) 定義例(PVC接続)

(1) 構成例

相手システムとパケット交換網で接続する場合の構成例を図4-13に示します。

図4-13 相手システムとパケット交換網で接続する場合の構成例(HNA1次局通信機能)

[図データ]

(凡例)
n.:定義文との対応

(2) 定義例(VC接続)

VC接続の場合の定義例を次に示します。なお,定義中の番号は,図4-13の番号と対応しています。

configuration
  version                      1
  max_Line_adapter             1
  max_line                     2
  max_link                     2
  max_X25_link                 10
  max_X25_VASS                 10
  max_VC_network_connection    20
;
HNA1_buffer
  number        4
  size          1028
;
/****************************************************************/
/* XNF/AS/WAN 定義文                                            */
/****************************************************************/
Line_adapter
  name           LA01   ........................................... 2
  location_code  17-08  ........................................... 1
;
  group
     name HNA1
     type HDLC
  ;
     line
            name              LINE01   ............................ 3
            number            00
            line_type         private_PS
            line_mode         84VC
            speed             64K
     ;
            link
               name                LINK01
               VASS                300
               data_link_address   1
               data_link_address2  3
               max_DPDU            1024
            ;
               NL
                  min_VC_LCGN      1
                  max_VC_LCGN      2
                  min_VC_LCN       1
                  max_VC_LCN       255
                  network_id       8001
                  DTE_address      5000001 ....................... 4
               ;
/****************************************************************/
/* HNA1 情報                                                    */
/****************************************************************/
HNA1
  max_PLU             2
  max_PU              2
  max_SLU             4
  max_connection      10
  ;
  USSTBL
     table_number     1
     ;
  USSDATA
     type             on
     character        LOGON
     logon_PLU_name   BETRAN
     ;
  USSTBL
     table_number     2
     ;
  USSDATA
     type             on
     character        CONNECT
     logon_PLU_name   PTS
     ;

/****************************************************************/
/* PU (1)定義文                                                 */
/****************************************************************/
HNA1_PU
  name                               PU01
  link_VASS                          300
  NL_type                            VC
  send_segment_size                  1024
  receive_segment_size               1024
  DTE_address                        5000002 .................... 5
  NSAP_address                       480008001500000299
;
  HNA1_SLU
     name             SLU01    .................................. 7
     local_address    01
     FSS_USS_type     USS
     USS_table        1
     ;
/****************************************************************/
/* PU (2)定義文                                                 */
/****************************************************************/
HNA1_PU
  name                               PU02
  link_VASS                          300
  send_segment_size                  1024
  receive_segment_size               1024
  NL_type                            VC
  DTE_address                        5000003 .................... 6
  NSAP_address                       480008001500000399
;
  HNA1_SLU
     name                SLU02    ............................... 8
     local_address       02
     logon_PLU_name      PTS
     ;
  HNA1_SLU
     name                SLU03    ............................... 9
     local_address       03
     logon_PLU_name      PTU
       ;
  HNA1_SLU
     name                SLU04    .............................. 10
     local_address       04
     FSS_USS_type        USS
     USS_table           2
     ;

(3) 定義例(PVC接続)

PVC接続の場合の定義例を次に示します。なお,定義中の番号は,図4-13の番号と対応しています。

configuration
  version                      1
  max_Line_adapter             1
  max_line                     2
  max_link                     2
  max_X25_link                 10
  max_X25_VASS                 10
  max_PVC_network_connection   20
;
HNA1_buffer
  number        4
  size          1028
;
/****************************************************************/
/* XNF/AS/WAN 定義文                                            */
/****************************************************************/
Line_adapter
  name                 LA01       .............................. 2
  location_code        17-08      .............................. 1
;
  group
     name HNA1
     type HDLC
  ;
     line
            name                 LINE01     .................... 3
            number               00
            line_type            private_PS
            line_mode            80PVC
            speed                64K
     ;
            link
               name                     LINK01
               VASS                     300
               data_link_address        1
               data_link_address2       3
               max_DPDU                 1024
            ;
               NL
               ;
/****************************************************************/
/* HNA1 情報                                                    */
/****************************************************************/
HNA1
  max_PLU             2
  max_PU              2
  max_SLU             4
  max_connection      10
  ;
  USSTBL
     table_number     1
     ;
  USSDATA
     type             on
     character        LOGON
     logon_PLU_name   BETRAN
     ;
  USSTBL
     table_number     2
     ;
  USSDATA
     type             on
     character        CONNECT
     logon_PLU_name   PTS
     ;
/****************************************************************/
/* PU (1)定義文                                                 */
/****************************************************************/
HNA1_PU
  name                        PU01
  link_VASS                   300
  NL_type                     PVC
  send_segment_size           1024
  receive_segment_size        1024
  PVC_LCGN                    0
  PVC_LCN                     1
;
  HNA1_SLU
     name                SLU01    ............................. 7
     local_address       01
     FSS_USS_type        USS
     USS_table           1
     ;
/****************************************************************/
/* PU (2)定義文                                                 */
/****************************************************************/
HNA1_PU
  name                        PU02
  link_VASS                   300
  NL_type                     PVC
  send_segment_size           1024
  receive_segment_size        1024
  PVC_LCGN                    0
  PVC_LCN                     2
;
  HNA1_SLU
     name                SLU02    ............................. 8
     local_address       02
     logon_PLU_name      PTS
     ;
  HNA1_SLU
     name                SLU03    ............................. 9
     local_address       03
     logon_PLU_name      PTU
     ;
  HNA1_SLU
     name                SLU04    ............................ 10
     local_address       04
     FSS_USS_type        USS
     USS_table           2
     ;