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

<この項の構成>
(1) 構成例
(2) 定義例

(1) 構成例

相手システムとパケット交換網で接続する場合の構成例(OSI通信機能)を図4-1に示します。

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

[図データ]

(2) 定義例

定義例を次に示します。なお,定義中の番号は,図4-1の番号と対応しています。

configuration
 version 1
 max_TSAP 32
 max_OSI_association 32
 max_TC_class02 32
 max_VC_network_connection 32
 max_X25_link 8
 max_X25_VASS 8
 max_line 8
 max_Line_adapter 1
 max_link 8
 ;
SL
 max_segmenting_TSDU 0
 max_reassembling_TSDU 0
 SL_time 60
 ;
TL02
 class 2
 alternative_class 0
 flow_control use
 max_TPDU 2048
 receive_CDT_value 7
 TS1 60
 TS2 60
 TS3 180
 ;
Line_adapter    ...........................1
 name LADP01
 location_code 17-08
 adapter_type HDLC
 initial_status active
 ;
 group
   name OSAS01
   type HDLC
   ;
line    ...................................2
 name LINE01
 number 00
 line_type public_PS
 line_mode 84VC
 speed 64K
 modem_clock synch_ST2
 modem_type full
 RS_control on_fixed
 CDcheck no
 NRZI no
 ;
 link
   name LINK01
   VASS 100
   data_link_address 1
   data_link_address2 3
   ;
   NL
     DTE_address 5000001    ..............3
     NSAP_address 4800080015000001    ....3
     min_VC_LCGN 0
     max_VC_LCGN 0
     min_VC_LCN 1
     max_VC_LCN 32
     send_window_size 7
     receive_window_size 7
     ;