Remove Ignored RIP Neighbor (RMVRIPIGN)

The Remove Ignored RIP Neighbor (RMVRIPIGN) command removes a specific ignored RIP neighbor from the configuration file.

All RIP routing table messages received from routers specified as ignored RIP neighbors are going to be blocked.

Restrictions:

Parameters

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

Internet address (ADDR)

The link-local IP address to be removed from the ignored neighbor list. The address can be an IPv4 or IPv6 address.

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 an Ignored RIP Neighbor

RMVRIPIGN  ADDR('9.5.82.220')

This command removes an IP address from the ignored neighbor list.

Example 2:Removing an Ignored RIPng (IPv6) Neighbor

RMVRIPIGN  ADDR('fe80::10')

This command removes an IPv6 address from the ignored neighbor 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.
TCP658F
The ignored RIP neighbor &1 has not been removed.
TCP9999
Internal system error in program &1.