Operating System - OpenVMS
1828341 Members
3597 Online
109976 Solutions
New Discussion

TCP parameters on OpenVMS7.1

 
nos.
Occasional Contributor

TCP parameters on OpenVMS7.1

How can i list tcp parameter such as keepalive time, keepidle time on OpenVMS7.1?

Thank you so much.
5 REPLIES 5
Åge Rønning
Trusted Contributor

Re: TCP parameters on OpenVMS7.1

TCPIP SHOW PROTOCOL TCP
TCPIP SHOW PROTOCOL TCP/PARAM
VMS Forever
Lokesh_2
Esteemed Contributor

Re: TCP parameters on OpenVMS7.1

Hi,

$sho logical ucx*/table=*
or
$sho logical tcpip*/table=*

will show you the things you want to know about TCPIP parameters. If logical is not defined, then default value is set.

Best regards,
Lokesh
What would you do with your life if you knew you could not fail?
Åge Rønning
Trusted Contributor

Re: TCP parameters on OpenVMS7.1

$ @sys$startup:tcpip$define_commands
$ sysconfig -q inet
VMS Forever
Lokesh_2
Esteemed Contributor

Re: TCP parameters on OpenVMS7.1

Hi,

Sorry I was wrong. Age is right.
I thought about other timeout stuff like bind timeout, telnetsym idle timeout..etc.

excuse me,
Lokesh
What would you do with your life if you knew you could not fail?
Ian Miller.
Honored Contributor

Re: TCP parameters on OpenVMS7.1

if you are familiar with the unix netstat command then (after you have @SYS$STARTUP:TCPIP$DEFINE_COMMANDS) you can use netstat command to inspect and change parameters. See UCX HELP NETSTATA
____________________
Purely Personal Opinion