class SignalingIpPool

ManagedElement
Transport
SignalingIpPool

This MO represents a SignalingIpPool.

A pool holds information about the signaling IP addresses reserved for signaling 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
mandatory
noNotification
restricted
gatewayAddress
The address of the gateway for signalling interfaces (next hop).
For pools belonging to the same interface, the same gateway address must be used. Only IPv4 addresses are supported.
string[0..]
readOnly
ipAddressesInUseList
This attribute contains a list of IP addresses and Instance identities.

It is a list of addresses used from the IP address pool and identity of the Instance MO which they are allocated to.
string
mandatory
noNotification
restricted
ipPoolRangeEnd
Signaling allocation pool end IP address.
It can only be an IPv4 address.
string
mandatory
noNotification
restricted
ipPoolRangeStart
Signaling allocation pool start IP address.
It can only be an IPv4 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 MrfSignalingInterfaces setup. When unlocking the pool, all missing MrfSignalingInterfaces will automatically be setup.

The MO can only be deleted when in LOCKED state.
string
key
mandatory
noNotification
restricted
signalingIpPoolId
The value component of the RDN.
SubnetMaskLengthRange
mandatory
noNotification
restricted
subnetMaskLength
It defines the number of bits used to derive the subnet identity from the IP address.
Since the IP pool address range is IPv4 only, then the maximum value for subnetMaskLength is 32.