class MrfNetworkIpPool

ManagedElement
MediaResourceFunction
MrfConfiguration
MrfNetworkIpPool

This MO represents a MrfNetworkIpPool.

A pool holds information about the media IP addresses reserved for the network when MO based automatic IP address pool is used.
It can be configured manually by defining the pool range start and end addresses, as well as the length of the subnet mask.

Attributes
string[0..]
readOnly
ipAddressesInUseList
This attribute contains a list of IP addresses and MrfInstance identities.

It is a list of addresses used from the IP address pool and the identity of the MrfInstance MO to which they are allocated.
string
mandatory
noNotification
restricted
ipPoolRangeEnd
Network allocation pool end IP address.
It can be an IPv4 or an IPv6 address.
string
mandatory
noNotification
restricted
ipPoolRangeStart
Network allocation pool start IP address.
It can be an IPv4 or an IPv6 address.
AdmState
ipPoolState = UNLOCKED
The state of the MO.

- UNLOCKED (default): Pool is in use.
- LOCKED: Disable allocation of new IP addresses from the pool. Already allocated IP addresses are not affected.
- SHUTTINGDOWN: Not used. MO transaction is rejected if set.

If a pool is created in LOCKED state, no addresses will be allocated from the pool. If there are no other pools defined, the running VMs will not have their MrfMediaInterfaces setup. When unlocking the pool, all missing MrfMediaInterfaces will automatically be setup.

The MO can only be deleted when in LOCKED state.
string
key
mandatory
noNotification
restricted
mrfNetworkIpPoolId
The value component of the RDN.
string
mandatory
noNotification
restricted
nextHopAddress
The address to act as a next hop for the interfaces.
For pools belonging to the same interface, the same nextHopAddress must be used. It can be an IPv4 or IPv6 address.
SubnetMaskLengthRange
mandatory
noNotification
restricted
subnetMaskLength
It defines the number of bits used to derive the subnet identity from the IP address.
If the IP pool address range is IPv4, then the maximum value for subnetMaskLength is 32.
If the IP pool address range is IPv6, then the maximum value for subnetMaskLength is 128.