config firewall ippool
Configure IPv4 IP pools.
config firewall ippool
Description: Configure IPv4 IP pools.
edit <name>
set startip {ipv4-address-any}
set endip {ipv4-address-any}
set comments {var-string}
next
end
config firewall ippool
|
Parameter |
Description |
Type |
Size |
Default |
|---|---|---|---|---|
|
name |
IP pool name. |
string |
Maximum length: 79 |
|
|
startip |
First IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0). |
ipv4-address-any |
Not Specified |
0.0.0.0 |
|
endip |
Final IPv4 address (inclusive) in the range for the address pool (format xxx.xxx.xxx.xxx, Default: 0.0.0.0). |
ipv4-address-any |
Not Specified |
0.0.0.0 |
|
comments |
Comment. |
var-string |
Maximum length: 255 |
|