'x.25 config'에 해당되는 글 2건

  1. 2008.12.08 ACC X.25 config by 2540BE400
  2. 2008.12.08 PSI X.25 config by 2540BE400

ACC X.25 config

HPUX : 2008. 12. 8. 20:44

  #cd /opt/acc/cfg
  #vi zmasterd_list   ==> x25.tmem
  #cp x25_loop_answ x25.answ
  #vi x25.answ   ==>  rs232 -> V35  ,   Int -> Ext
  #ttgen -o x25.answ x25.tmem
  #zmasterd stop
  #zmasterd kill
  #zmasterd start
  #x25init -c /etc/x25/x25accmXpX
  #z25stat -d /dev/x25accmXpX

Posted by 2540BE400

PSI X.25 config

HPUX : 2008. 12. 8. 20:40

PSI X.25 J2793B

  sam -> networking and Communications -> Network Interface Cards -> X.25 선택
   Configure X.25 Address 에서
             X.25 Address: 임의의 값
       Programmtic Address Name : 임의의 이름 ( 나머지는 주어진 값을 주면 됨 )
       8  1

  # x25init -c /etc/x25/x25config_0p1
  # x25stat -d /dev/x25_0p1

  교환가상회선(SVC : Switched Virtual Circuit) : 통신을 행할 때마다 통신경로를 설정/ 해제  1
  고정가상회선(PVC : Permanent Virtual Circuit) : 미리 지정된 상대방과 통신경로가
                                                                고정적으로 성립되어 있는 방식 8

Posted by 2540BE400