本付録では、全銀TCP/IPパススルー通信の基本的な構成図および定義例を示します。
固定アクセス方式による発呼接続の構成を図B.1に、固定アクセス方式による着呼接続の構成を図B.2および図B.3に、フリーアクセス方式による着呼接続の構成を図B.4に示します
NETSTAGE/FIC 全銀TCP/IPオプションの通信環境定義(固定アクセス方式による発呼接続)
# sys定義文 sys name=sys01 prtctype=ztcp calltype=out # shost定義文 shost name=shost01 ipaddr=10.60.20.39 # dhost定義文 dhost name=dhost01 ipaddr=10.60.20.52 # enrsc定義文 enrsc name=fna1m01 dhost=dhost01 # procgr定義文 procgr name=procgr01 # extrsc定義文 extrsc name=e010100 lu=v010100 host=host01 rhost=rhost01 extrsc name=e020100 lu=v020100 host=host02 rhost=rhost01 extrsc name=e030100 lu=v030100 host=host03 rhost=rhost01 # host定義文 host name=host01 calltype=out ztinf=ztinf01 dstip=127.0.0.10 procgr=procgr01 host name=host02 calltype=out ztinf=ztinf01 dstip=127.0.0.20 procgr=procgr01 host name=host03 calltype=out ztinf=ztinf01 dstname=ztcp procgr=procgr01 # rhost定義文 rhost name=rhost01 srcip=127.0.1.10 procgr=procgr01 # ztinf定義文 ztinf name=ztinf01
NETSTAGE/FIC 全銀TCP/IPオプションの通信環境定義(固定アクセス方式による着呼接続:1つの接続先システムと1つのTCPコネクションで通信する場合)
# sys定義文 sys name=sys01 prtctype=ztcp calltype=in # shost定義文 shost name=shost01 ipaddr=10.60.20.39 # dhost定義文 dhost name=dhost01 ipaddr=10.60.20.52 # enrsc定義文 enrsc name=fna1m01 dhost=dhost01 # procgr定義文 procgr name=procgr01 # extrsc定義文 extrsc name=e010100 lu=v010100 host=host01 rhost=rhost01 connapl=fna1m01 extrsc name=e020100 lu=v020100 host=host02 rhost=rhost01 connapl=fna1m01 extrsc name=e030100 lu=v030100 host=host03 rhost=rhost01 connapl=fna1m01 # host定義文 host name=host01 calltype=in intype=fix ztinf=ztinf01 dstip=127.0.0.10 host name=host02 calltype=in intype=fix ztinf=ztinf01 dstip=127.0.0.20 host name=host03 calltype=in intype=fix ztinf=ztinf01 dstname=ztcp # rhost定義文 rhost name=rhost01 srcip=127.0.1.10 procgr=procgr01 # ztinf定義文 ztinf name=ztinf01
NETSTAGE/FIC 全銀TCP/IPオプションの通信環境定義(固定アクセス方式による着呼接続:1つの接続先システムと複数のTCPコネクションで通信する場合)
# sys定義文 sys name=sys01 prtctype=ztcp calltype=in # shost定義文 shost name=shost01 ipaddr=10.60.20.39 # dhost定義文 dhost name=dhost01 ipaddr=10.60.20.52 # enrsc定義文 enrsc name=fna1m01 dhost=dhost01 # procgr定義文 procgr name=procgr01 # extrsc定義文 extrsc name=e010100 lu=v010100 host=host01 rhost=rhost01 connapl=fna1m01 extrsc name=e020100 lu=v020100 host=host01 rhost=rhost01 connapl=fna1m01 extrsc name=e030100 lu=v030100 host=host01 rhost=rhost01 connapl=fna1m01 # host定義文 host name=host01 calltype=in intype=fix ztinf=ztinf01 dstip=127.0.0.10 # rhost定義文 rhost name=rhost01 srcip=127.0.1.10 procgr=procgr01 # ztinf定義文 ztinf name=ztinf01
NETSTAGE/FIC 全銀TCP/IPオプションの通信環境定義(フリーアクセス方式による着呼接続)
# sys定義文 sys name=sys01 prtctype=ztcp calltype=in # shost定義文 shost name=shost01 ipaddr=10.60.20.39 # dhost定義文 dhost name=dhost01 ipaddr=10.60.20.52 # enrsc定義文 enrsc name=fna1m01 dhost=dhost01 # procgr定義文 procgr name=procgr01 # extrsc定義文 extrsc name=e010100 lu=v010100 host=host01 rhost=rhost01 connapl=fna1m01 extrsc name=e020100 lu=v020100 host=host01 rhost=rhost01 connapl=fna1m01 extrsc name=e030100 lu=v030100 host=host01 rhost=rhost01 connapl=fna1m01 # host定義文 host name=host01 calltype=in intype=free ztinf=ztinf01 # rhost定義文 rhost name=rhost01 srcip=127.0.1.10 procgr=procgr01 # ztinf定義文 ztinf name=ztinf01