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


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

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...

Replies are listed 'Best First'.
Re^8: x.25 with perl
by bh_perl (Monk) on May 05, 2013 at 14:09 UTC

    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...

        Hi James

        Can i used socket programming with perl to communicate with cisco router first and then download files from switches ? is it possible ?

        Thank you