Remove Network Table Entry (RMVNETTBLE)

The Remove Network Table Entry (RMVNETTBLE) command is used to remove a network entry from the network table. The network table is used 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

Network (NETWORK)

Specifies the name of the network entry to be removed.

Internet address (INTNETADR)

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

nnn.nnn.nnn.nnn

where nnn is a number ranging from 0 through 255.

Examples

RMVNETTBLE   NETWORK(NETONE)  INTNETADR(9.5.0.0)

This command removes the NETONE network entry with address 9.5.0.0 from the network table.

Error messages

*ESCAPE Messages

TCP1901
Internet address &2 not valid.
TCP2649
Interface entry not found.
TCP2903
Network entry not found in table.
TCP8050
*IOSYSCFG authority required to use &1.