Add Ignored RIP Neighbor (ADDRIPIGN)

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

The Add Ignored RIP Neighbor (ADDRIPIGN) command defines an Ignored RIP Neighbor that the OMPROUTED server will add into the RIP implementation.

All RIP routing table messages received from routers specified as ignored RIP neighbors are going to be blocked. This configuration serves as a RIP input filter.

With this command IPv4 (RIPv2) and IPv6 (RIPng) ignored neighbors can be configured.

Restrictions:

Top

Parameters

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

Internet address (ADDR)

The link-local IP address of the gateway from which routing table messages are going to be ignored. 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.
Top

Examples

Example 1:Adding an Ignored RIP Neighbor

ADDRIPIGN  ADDR('9.5.82.221')

This command adds an ignored IPv4 RIP neighbor defined with IP address 9.5.82.221.

Example 2:Adding an Ignored RIPng (IPv6) Neighbor

ADDRIPIGN  ADDR('fe80::10')

This command adds an ignored IPv6 (RIPng) neighbor.

Top

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.
TCP65A2
Ignored RIP neighbor &1 already exists in the configuration file.
TCP9999
Internal system error in program &1.
Top