1827877 Members
1346 Online
109969 Solutions
New Discussion

X.25 configuration

 
Learn_1
Regular Advisor

X.25 configuration

Hi All,
i want to transfer existing x.25 link from AS4100(running Openvms 7.2) to GS80 (running openvms 7.3).which configuration files from existing system can help me configure x.25 link on GS80 server.which script files can help me show the existing configuration.
2 REPLIES 2
Åge Rønning
Trusted Contributor

Re: X.25 configuration

You havn't answered the question in http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=234579 asking if this is through a sync adapter or via a gateway.....
That would be useful to know.

It's a long time since I played with X25, But if you're using a gateway the following commands should help you to get remote mac address etc.:

$ MC NCL SHOW LLC2 PORT * ALL

Node 0 LLC2 Port LLC2-port-000
at 2000-11-04-11:16:21.742+01:00I8.005

Identifiers

Name = LLC2-port-000

Status

Client = X25 Protocol DTE dte-0
Link = LLC2 SAP sap-0 Link dte-0
State = Open

$ MC NCL SHOW LLC2 SAP SAP-0 LINK DTE-0 ( must match the link name above)

Node 0 LLC2 SAP sap-0 Link dte-0
at 2000-11-04-11:16:30.755+01:00I8.006

Identifiers

Name = dte-0

$ MC NCL SHOW LLC2 SAP SAP-0 LINK DTE-0 ALL
....

If I remember correctly sys$manager:x25$configure.com is used to configure this.
VMS Forever
Åge Rønning
Trusted Contributor

Re: X.25 configuration

For more info on X25 installation and configuration see http://h71000.www7.hp.com/doc/73final/6497/6497pro_013.html#index_x_641 and other info on OpenVMS documentation site.
VMS Forever