The nat64 address-group exclude-ip-address command excludes a specific IP address or a range of IP addresses from a NAT64 address pool.
The undo nat64 address-group exclude-ip-address command disables a device from excluding a specific IP address or a range of IP addresses from a NAT64 address pool.
No IP address is excluded from a NAT64 address pool by default.
This command is supported only on the NetEngine 8000 F1A.
Parameter | Description | Value |
---|---|---|
address-group-name |
Specifies the name of a NAT64 public IP address pool. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. When double quotation marks are used around the string, spaces are allowed in the string. |
start-address |
Specifies a start IP address of a NAT64 public IP address range. |
The value is in dotted decimal notation. |
end-address |
Specifies an end IP address of a NAT64 public IP address range. |
The value is in dotted decimal notation. |
Usage Scenario
To exclude a specific IP address or a range of IP addresses from a NAT64 address pool, each IP address sub-range in the original address range must be configured. To simplify the configuration, run the nat64 address-group exclude-ip-address command to implement the same function.
Prerequisites
A NAT64 instance has been created and assigned an IP address pool.
Precautions
<HUAWEI> system-view [~HUAWEI] nat64 instance nat1 id 1 [*HUAWEI-nat64-instance-nat1] nat64 address-group group1 group-id 1 10.0.0.0 10.0.0.254 [*HUAWEI-nat64-instance-nat1] nat64 address-group group1 exclude-ip-address 10.0.0.0 10.0.0.5