This object permits management of the table by facilitating
actions such as row creation and deletion.
The value of this object has no effect on whether other objects
in the conceptual row can be modified.
The only allowable row status of this conceptual row in the
table are:
active(1)
- The NAT Pool entry is available for use by NAT operations.
Other writable leaves in this table MAY be modified while the
row is in the active state.
createAndGo(4)
- This is the preferred mechanism for creating conceptual rows
in this table. A valid createAndGo requires a unique
etsysNatPoolName, errors resulting from existing
etsysNatPoolNames will result in the row not being created.
A valid createAndGo also requires sets to these leaves as
part of a multi-varbind set when creating the instance:
etsysNatPoolFirstIpAddr,
etsysNatPoolLastIpAddr,
etsysNatPoolPrefixLen
A valid createAndGo also requires a valid IP address range
and etsysNatPoolPrefixLen, errors resulting from an invalid
IP range or prefix length will result in the row not being
created. There are no other writable leaves so a successful
createAndGo will always transition a new entry to the
active(1) state.
destroy(6)
- This will remove the etsysNatPoolEntry from the
etsysNatPoolTable and make it unavailable for NAT operations.
This will result in any NAT List table entries
(etsysNatListPoolName) using this entry to be deleted. In
addition this will also result in all associated LSNAT
Virtual Server Table entries (etsysLsnatVserverSourceNatPool)
to also be deleted.