Operating System - OpenVMS
1753479 Members
4771 Online
108794 Solutions
New Discussion юеВ

Re: How to modfy speed for LAN device

 
SOLVED
Go to solution
Chaim Budnick
Regular Advisor

How to modfy speed for LAN device

I need to modify the speed of a LAN device to 100 and to set it as DUPLEX, and I haven't the slightest idea how this is accomplished.

I tried invokinp LANCP help, but I could NOT find anything helpful.

Chaim
15 REPLIES 15
David B Sneddon
Honored Contributor
Solution

Re: How to modfy speed for LAN device

Chaim

MCR LANCP SET DEVICE ewa0 /SPEED=100/FULL_DUPLEX/MEDIA=TWISTEDPAIR

or replace ewa0 with whetever your device is

Regards
Dave
Chaim Budnick
Regular Advisor

Re: How to modfy speed for LAN device

THANKS !!!!

What is the /media=twited ?

Chaim
Antoniov.
Honored Contributor

Re: How to modfy speed for LAN device

Chaim,
medit=twisted set RJ45 port; on some old alpha server there was the BNC connector too to you could set BNC instead twisted pair.

Antonio Vigliotti
Antonio Maria Vigliotti
Bojan Nemec
Honored Contributor

Re: How to modfy speed for LAN device

Chaim,

To see the device characteristics do

LANCP> show device /characteristics DEV
or
LANCP> show device /parameters DEV

You will see how the device is configured.

Bojan
Chaim Budnick
Regular Advisor

Re: How to modfy speed for LAN device

Another question:

Does the SET command modify both the volatile and permanent database. I.E. when the system reboots will the new settings be kept with the set command?

Chaim
David B Sneddon
Honored Contributor

Re: How to modfy speed for LAN device

To save the setting, use DEFINE rather than
SET. SET does the volatile, DEFINE does the
permanent.

Dave
Chaim Budnick
Regular Advisor

Re: How to modfy speed for LAN device

Thanks!

So, in fact I have to enter he same command TWICE, once with SET and once with DEFINE? Is this correct?

Chaim
David B Sneddon
Honored Contributor

Re: How to modfy speed for LAN device

The help seems to indicate that the two commands
are required.

Dave
Chaim Budnick
Regular Advisor

Re: How to modfy speed for LAN device

I think I can answer my own last question:

I should use:

define ewao /volatile

Chaim