Remove OSPF Range (RMVOSPFRNG)

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

The Remove OSPF Range (RMVOSPFRNG) command will remove a range from an OSPF area. Depending of the OSPF area specified, the range may be IPv4 or IPv6.

Restrictions:

Top

Parameters

Keyword Description Choices Notes
AREA Area identifier Character value Required, Positional 1
IPADRRNG IP address range Character value Required, Positional 2
Top

Area identifier (AREA)

Specifies the area identifier from which to remove this range. The area must have been defined by running the Add OSPF Area (ADDOSPFARA) command.

This is a required parameter.

character-value
Specify the internet address for the OSPF area in the form a.a.a.a where a is a decimal number between 1 and 255.
Top

IP address range (IPADRRNG)

Specifies the common subnet portion of internet addresses in this range.

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.

Top

Examples

Example 1:Removing a Configured Range From an OSPF IPv4 Area

RMVOSPFRNG   AREA('1.1.1.1')  IPADRRNG('128.185.0.0')

This command removes address range 128.185.0.0 from the OSPF IPv4 area 1.1.1.1.

Example 2:Removing a Configured Range From an OSPF IPv6 Area

RMVOSPFRNG   AREA('67.67.67.67')  IPADRRNG('2001:0db8:1:2::')

This command removes address range 2001:0db8:1:2:: from the OSPF IPv6 area 67.67.67.67.

Top

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.
TCP652F
OSPF range &1 has not removed from configuration file. Fails with reason code &2.
TCP9999
Internal system error in program &1.
Top