Operating System - OpenVMS
1828670 Members
2385 Online
109984 Solutions
New Discussion

Setting secondary router on Digital Alpha Server 4100

 
SOLVED
Go to solution
saluki
New Member

Setting secondary router on Digital Alpha Server 4100

Hello,
I was wondering if anyone out there would know the command or procedure in adding a secondary router in Alpha Server with OpenVMS v7.1.

I was adding a new router switch and a new VLan to the network. By doing so, I have to add the additional router IP to the Alpha Server.

With Sun system, I could add the following command...

route add -net IP1 destination [gateway [metric] ]

I was wondering if Alpha Server has similar command or function...




6 REPLIES 6
David B Sneddon
Honored Contributor
Solution

Re: Setting secondary router on Digital Alpha Server 4100

Saluki,

At the command prompt, type TCPIP.

At the TCPIP> prompt, type HELP SET ROUTE

This should give you enough information to
define what you require.

Dave
John Gillings
Honored Contributor

Re: Setting secondary router on Digital Alpha Server 4100

Saluki,

If you execute the procedure:

$ @SYS$MANAGER:TCPIP$DEFINE_COMMANDS

you'll find most of the Unix style TCPIP commands defined. So, the same "route add -net" you know from Unix should do the same thing on OpenVMS.

There's also a DCL style interface:

$ TCPIP SET ROUTE/NETWORK destination /GATEWAY=host[/PERMENENT]

A crucible of informative mistakes
Bojan Nemec
Honored Contributor

Re: Setting secondary router on Digital Alpha Server 4100

Saluki,

On VMS 7.1 you probably have UCX instead of the newer TCPIP. So replace TCPIP with UCX in Davids and Johns commands.
The Unix style commands are not available in UCX. But you can learn about seting routes with:

$ UCX
UCX> HELP SET ROUTE

Bojan
saluki
New Member

Re: Setting secondary router on Digital Alpha Server 4100

How do I hide my email address in profile...

Jus want some privacy....
David B Sneddon
Honored Contributor

Re: Setting secondary router on Digital Alpha Server 4100

I think you will find that only YOU see the email
address -- I can't see it when I look at your profile.

Dave
Uwe Zessin
Honored Contributor

Re: Setting secondary router on Digital Alpha Server 4100

> How do I hide my email address in profile...

Click the ">> Logout" link on the left side ;-)
.