IP Addressing with Digital Unix

I'm trying to set up an IP address on a Digital Unix box. I would like to know the commands in order to do so.

thanks

Does your platform have the ifconfig and the route commands available?

Yes! Which command should I use?

both.

man ifconfig
man route

ifconfig sets the ip to a given interface and route adds a route for that ip

After typing "help" at the prompt, I discovered that I do not have the ifconfig or route commands.

I do have the following that are similar:

iconfig
isacfg
net

Please help me set up an Ip address for this digital unix,
thanks

Have you read the man pages for the commands in your post above?

man iconfig ? for example ?