http://www.perlmonks.org?node_id=1031346


in reply to Re^5: x.25 with perl
in thread x.25 with perl

hi...

My server will connect to neax switch through cisco router.

Please share if you have some guideline about it

Thank you

Replies are listed 'Best First'.
Re^7: x.25 with perl
by jmlynesjr (Deacon) on Apr 30, 2013 at 18:13 UTC

    I didn't find any good information on the NEAX switches.

    Is there a router at each switch or are all switches connected to one router over individual X.25 circuits? I saw where cisco can assign an X.121 address to a router port.

    Are you actually wanting to transfer files or do you have to interface to some message based interface on the switch? What software is on the switch to do this?

    James

    There's never enough time to do it right, but always enough time to do it over...

      hi

      Each neax switch connected to individual cisco router. One router for one neax swicth.

      I want to transfer file only from the neax switch to our server

      Thank you very much for your reply

        If NEAX has a TCP/IP stack, your task should be straight forward using the previously mentioned Net::xxxx modules. Please post your solution for assistance to those that follow.

        James

        There's never enough time to do it right, but always enough time to do it over...