| 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 |
| Keyword | Description | Choices | Notes |
|---|---|---|---|
| AREA | Area identifier | Character value | Required, Positional 1 |
| IPADRRNG | IP address range | Character value | Required, Positional 2 |
| Top |
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.
| Top |
Specifies the common subnet portion of internet addresses in this range.
This is a required parameter.
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 |
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 |
*ESCAPE Messages
| Top |