Use the DELETE statement to delete a previously defined ATMARPSV, ATMLIS, ATMPVC, device, link, port, or portrange.
Guideline: Use the INTERFACE statement with the DELETE parameter to delete a previously defined interface.
Rule: Specify the parameters in the order shown here.
>>-DELEte--ATMARPSV--arpsrv_name-------------------------------><
>>-DELEte--ATMLIS--lis_name------------------------------------><
>>-DELEte--ATMPVC--pvc_name------------------------------------><
>>-DELEte--DEVice--device_name---------------------------------><
>>-DELEte--LINK--link_name-------------------------------------><
>>-DELEte--PORT-------------------------------------------------> .---------------------------------------------------. V | >----+-num--+-TCP-+--+-RESERVED------------------+---+-+------->< | '-UDP-' '-jobname--| Port Options |-' | '-UNRSV--+-TCP-+--+-jobname-+--+--------------+-' '-UDP-' '-*-------' '-Port options-'
Port Options
The optional parameters for the PORT profile statement can be specified on the DELETE PORT statement but, though the syntax of the parameters is verified, the parameter values are ignored.
>>-DELEte--PORTRange--------------------------------------------> .------------------------------------------------------------------. V | >----1st_port--num_ports--+-TCP-+--+-RESERVED-----------------------+-+->< '-UDP-' +-AUTHPORT-----------------------+ '-jobname--| Portrange Options |-'
Portrange Options
The optional parameters for the PORTRANGE profile statement can be specified on the DELETE PORTRANGE statement but, though the syntax of the parameters is verified, the parameter values are ignored.
The values of the required parameters must match the existing reservation or the delete fails. You can specify the optional parameters for the PORT or PORTRANGE profile statement on the DELETE PORT or DELETE PORTRANGE statement. However, even though the syntax of the parameters is verified, the parameter values are ignored.
The following parameters are network interface parameters:
The following parameters are PORT and PORTRANGE parameters.
To delete an existing PORT or PORTRANGE reservation, use a PORT or PORTRANGE profile statement and prefix it with the DELETE keyword. The only required parameters on the DELETE PORT or DELETE PORTRANGE statement are as follows:
Modification is not applicable to this statement.
Restriction: You do not need to (and cannot) stop the device when deleting a link for a virtual device.
Restriction: You do not need to (and cannot) stop the device when deleting a link for a virtual device.
This example shows DELETE statements to delete an ATM PVC named PVC1, an ATM LIS named LIS1, and an ATMARPSV named ARPSV1:
DELETE ATMPVC PVC1
DELETE ATMLIS LIS1
DELETE ATMARPSV ARPSV1
DELETE LINK sanjose
DELETE DEVICE ourctc
PORT 5001 TCP MEGA
DELETE PORT 5001 TCP MEGA
PORT UNRSV UDP * DENY WHENBIND
DELETE PORT UNRSV UDP *
The keywords DENY and WHENBIND
are not required on the DELETE PORT statement.PORTRANGE 5000 10 UDP MEGA
5100 10 TCP MEGA NOAUTOLOG
5200 10 UDP MEGA DELAYACKS
5300 10 TCP MEGA
5400 10 UDP MEGA
5500 10 TCP MEGA NOAUTOLOG DELAYACKS
DELETE PORTRANGE
5000 10 UDP MEGA
5100 10 TCP MEGA NOAUTOLOG
5200 10 UDP MEGA DELAYACKS
5300 10 TCP MEGA
5400 10 UDP MEGA
5500 10 TCP MEGA NOAUTOLOG DELAYACKS
The link_name of a deleted link remains associated with its device. It cannot be reassigned to a new device while TCP/IP is active.