Operating System - Tru64 Unix
1829584 Members
1351 Online
109992 Solutions
New Discussion

Re: X.25 for Tru64

 
Kirill Cherkashin
Frequent Advisor

X.25 for Tru64

Hi,

We're in process of migration from Tru64 to HP-UX. For this purpose I need to collect information about configured X.25 interfaces on AS 1200(tru64 4.0). How do I accomplish this?

Kirill
2 REPLIES 2
Al Licause
Trusted Contributor

Re: X.25 for Tru64

You might want to start by looking at the various startup scripts in /var/dna/scripts.

Look for the scripts containing x25 and the ncl extension. These will contain the ncl statements used to start the various entities.

Then you'll want to see the circuit and datalink entities. If your configuration uses WAN links, you might find some scripts with the wdd (WAN Device Drivers) string.

It may be much easier than trying to figure out the ncl syntax if you are not familiar with the control language.

You can also go into ncl and type help.

Others more familiar with the X.25 configuration on Tru64 may be able to offer more details.
Kirill Cherkashin
Frequent Advisor

Re: X.25 for Tru64


Al,
I took a look at thsi directory. But X.25 addresses which ones I found here is completely different from real.
Anyeway,thanks for your help.