Add Network Table Entry (ADDNETTBLE)

The Add Network Table Entry (ADDNETTBLE) command is used to add a network entry to the network table. You can use the network table to manage a list of your networks and their associated internet addresses.

Restrictions:

Parameters

Keyword Description Choices Notes
NETWORK Network Character value Required, Positional 1
INTNETADR Internet address Character value Required, Positional 2
TEXT Text 'description' Character value, *BLANK Optional
ALIAS Aliases Single values: *NONE
Other values (up to 4 repetitions): Character value, *NONE
Optional

Network (NETWORK)

Specifies the network to be added to the table.

Note: The combination of the values on the NETWORK and INTNETADR parameters must be unique.

character-value
Specify the name of the network to be added.

Internet address (INTNETADR)

Specifies the internet address of the network. Internet addresses are expressed in the decimal form

nnn.nnn.nnn.nnn

where nnn is a number ranging from 0 through 255.

character-value
Specify the internet address of the network.

Text 'description' (TEXT)

Specifies text that briefly describes the network entry.

*BLANK
Text is not specified.
character-value
Specify no more than 50 characters of text, enclosed in apostrophes.

Aliases (ALIAS)

Specifies the alternate name for the network. You can specify a maximum of 4 aliases. No checking is done to ensure that an alias is unique.

*NONE
The network has no alternate name.
character-value
Specify an alternate network name.

Examples

ADDNETTBLE   NETWORK(NETONE)  INTNETADR(9.5.0.0)

This command adds an entry for the network NETONE to the network table. The internet address for NETONE is 9.5.0.0.

Error messages

*ESCAPE Messages

TCP1901
Internet address &2 not valid.
TCP290C
Network entry already exists in table. Entry was not added.
TCP2916
Network entry contains characters that are not valid. Entry was not added.
TCP8050
*IOSYSCFG authority required to use &1.