Remove OSPF Interface (RMVOSPFIFC)

The Remove OSPF Interface (RMVOSPFIFC) command removes a specific OSPF interface from the configuration file.

With this command IPv4 and IPv6 OSPF Interfaces can be removed.

Restrictions:

Parameters

Keyword Description Choices Notes
IFC Interface identifier Character value, *PPPCNNPRF, *PPP6CNNPRF Required, Positional 1
PPPCNNPRF Connection profile Character value, *NONE Optional

Interface identifier (IFC)

Specifies the internet address of the OSPF interface to be removed. The interface identifier can be IPv4 or IPv6 address.

This is a required parameter.

*PPPCNNPRF
The point-to-point connection profile specified for the Connection profile (PPPCNNPRF) parameter is used to send and receive OSPF routing traffic over an IPv4 point-to-point link.
*PPP6CNNPRF
The point-to-point connection profile specified for the Connection profile (PPPCNNPRF) parameter is used to send and receive OSPF routing traffic over an IPv6 point-to-point link.
character-value
Specify the internet address of the OSPF interface to remove. An IPv4 internet address is specified in the form nnn.nnn.nnn.nnn where nnn is a decimal number between 0 and 255. An IPv6 internet address is specified in the form n:n:n:n:n:n:n:n where n is a hexadecimal number in the range from 0 through X'ffff'. The value "::" indicates that one or more groups of 16 bits are zero.

The interface identifier can be also an alias name that identifies a Logical Interface in the system.

Connection profile (PPPCNNPRF)

Specifies the profile created for PP connection to a host at the remote end. This profile will be used later when the PP link is being active.

*NONE
This interface will not work over a point-to-point link.
character-value
Specify the connection profile to be used. This profile must have been configured previuosly using Remote Access Services.

Examples

Example 1:Removing an OSPF IPv4 Interface

RMVOSPFIFC   IFC('9.67.107.7')

This command removes an existing OSPF IPv4 interface defined with IP address 9.67.107.7.

Example 2:Removing an OSPF IPv6 Interface

RMVOSPFIFC   IFC('1000::5678:9abc:def')

This command removes an OSPF IPv6 interface.

Error messages

*ESCAPE Messages

TCP8050
*IOSYSCFG authority required to use &1.
TCP6525
Internet address &1 not valid
TCP1902
Internet address &1 not valid.
TCP1908
Internet address &1 not valid.
TCP6529
OSPF interface &1 has not been removed from configuration file. Fails with reason code &2.
TCP9999
Internal system error in program &1.