Remove RIP Accepted Route (RMVRIPACP)

The Remove RIP Accepted Route (RMVRIPACP) command removes a specific RIP (Routing Information Protocol) accepted route from the configuration file.

Restrictions:

Parameters

Keyword Description Choices Notes
ADDR Internet address Character value Required, Positional 1

Internet address (ADDR)

Destination route to be removed from the unconditionally accepted list. The address can be an IPv4 or IPv6 address.

This is a required parameter.

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.

Examples

Example 1:Removing a RIP Accepted Route

RMVRIPACP  ADDR('9.67.107.7')

This command removes an IP address from the unconditionally accepted route list.

Example 2:Removing a RIPng (IPv6) Accepted Route

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

This command removes an IPv6 address from the unconditionally accepted route list.

Error messages

*ESCAPE Messages

TCP8050
*IOSYSCFG authority required to use &1.
TCP6584
Internet address &1 not valid for parameter &2.
TCP6589
Internet address version 6 &1 not valid for parameter &2.
TCP659E
The unconditionally accepted route with address &1 does not exist in the RIP configuration file.
TCP9999
Internal system error in program &1.