Remove RIP Interface (RMVRIPIFC)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Remove RIP Interface (RMVRIPIFC) command removes a specific RIP (Routing Information Protocol) interface from the configuration file.

With this command IPv4 (RIPv2) and IPv6 (RIPng) Interfaces can be removed.

Restrictions:

Top

Parameters

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

Interface identifier (IFC)

Specifies the internet address of the RIP interface to be removed. The interface identifier can be an 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
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 also be an alias name that identifies a Logical Interface in the system.

Top

Connection profile (PPPCNNPRF)

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

*NONE.
Specifies that 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.
Top

Examples

Example 1:Removing a RIP IPv4 Interface

RMVRIPIFC   IFC('9.67.107.7')

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

Example 2:Removing a RIP IPv6 (RIPng) Interface

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

This command removes a RIP IPv6 (RIPng) interface.

Top

Error messages

*ESCAPE Messages

TCP8050
*IOSYSCFG authority required to use &1.
TCP6581
Interface with address &1 does not exist.
TCP6584
Internet address &1 not valid for parameter &2.
TCP6586
Interface with alias name &1 does not exist.
TCP6589
Internet address version 6 &1 not valid for parameter &2.
TCP9999
Internal system error in program &1.
Top