4.224 dlt-ip-node

Use this command to remove an IP node from the database that is directly connected to a TCP/IP data link used for the STP LAN feature. You can remove a particular connection, a particular application on a node, or an entire node.

Parameters

ipaddr (mandatory)
The node’s IP address. This is a TCP/IP address expressed in standard dot notation. IP addresses consist of the system’s network number and the machine’s unique host number. An example IP address is 192.126.100.5, where 192.126.100 is the network number and 5 is the machine’s host number.
Range:
1-223, 0-255

4 numbers separated by dots

1-223—first number

0–255—the other three numbers

force (optional)
Whether or not to remove all applications associated with the node, thus removing the entire node from the database.
Range:
yes
Delete all connections to node
no
Delete specified application or connection
Default:
no
ipappl (optional)
The IP application supported by the node.
Range:
Default:
none
ipport (optional)
The logical IP port that addresses the application on the node.
Range:
1024 - 5000
Default:
none
loc (optional)
The card location as stenciled on the shelf of the system.
Range:
1101 - 1108, 1111 - 1112, 1201 - 1208, 1211 - 1218, 1301 - 1308, 1311 - 1318, 2101 - 2108, 2111 - 2118, 2201 - 2208, 2211 - 2218, 2301 - 2308, 2311 - 2318, 3101 - 3108, 3111 - 3118, 3201 - 3208, 3211 - 3218, 3301 - 3308, 3311 - 3318, 4101 - 4108, 4111 - 4118, 4201 - 4208, 4211 - 4218, 4301 - 4308, 4311 - 4318, 5101 - 5108, 5111 - 5118, 5201 - 5208, 5211 - 5218, 5301 - 530, 5311 - 5318, 6101 - 6108, 6111 - 6118
Default:
none

Example

To delete the connection for a TCP/IP link associated with an IPPORT on a specified location:

dlt-ip-node:ipaddr=193.4.201.50:ipport=1024:loc=1201

To delete the connection for TCP/IP links associated with an IPPORT:

dlt-ip-node:ipaddr=193.4.201.50:ipport=1024

To delete all connections for a TCP/IP link associated with any application on a specified location:

dlt-ip-node:ipaddr=193.4.201.50:loc=1201

To delete all connections for TCP/IP links associated with any application on any location:

dlt-ip-node:ipaddr=193.4.201.50:force=yes

Dependencies

The ipappl must be supported by the node.

The ipport must exist.

The ipaddr must exist.

The force parameter must be specified to remove an entire node.

The ipappl, ipport, loc, or force=yes parameter must be specified.

If the force=yes parameter is specified, the ipappl, ipport, and loc parameters cannot be specified.

The ipappl and ipport parameters cannot be specified together in the command.

If the loc parameter is specified, the shelf and card must be equipped.

If the loc parameter is specified, the specified card must have a TCP/IP data link assigned to it.

If the loc parameter is specified, the IP port on the node must be assigned to the application for the specified TCP/IP data link.

If the loc and ipaddr parameters are specified, the specified IP address must match the IP address of the card location’s remote IP node.

If the loc and ipport parameters are specified, the specified IP port must match the card location’s remote IP port.

If the loc and ipappl parameters are specified, the specified IP application must match the card location’s remote IP application.

Notes

A particular application can be specified by giving either the application’s name or its IP port on the node.

Only Class A, Class B, and Class C IP addresses are supported by the STP LAN feature.

Output

dlt-ip-node:ipaddr=193.4.201.50:loc=1201

    rlghncxa03w 04-02-10 11:43:04 EST  EAGLE 31.3.0
    Deleting multiple nodes on disk - please wait...
    DLT-IP-NODE: MASP A - COMPLTD 
;

Related Topics