Unisphere-Data-ADDRESS-POOL-MIB

File: Unisphere-Data-ADDRESS-POOL-MIB.mib (18128 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
Unisphere-Data-ROUTER-MIB Unisphere-Data-MIBs

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
IpAddress NOTIFICATION-TYPE RowStatus
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP usdRouterName usDataMibs

Defined Types

UsdAddressPoolEntry  
SEQUENCE    
  usdAddressPoolIndex Integer32
  usdAddressPoolName OCTET STRING
  usdAddressPoolRowStatus RowStatus
  usdAddressPoolStart IpAddress
  usdAddressPoolEnd IpAddress
  usdAddressPoolSize Integer32
  usdAddressPoolInUse Integer32
  usdAddressPoolHighUtilThreshold Integer32
  usdAddressPoolAbatedUtilThreshold Integer32
  usdAddressPoolUtilPct INTEGER
  usdAddressPoolTrapEnable TruthValue

UsdAddressPoolProfileEntry  
SEQUENCE    
  usdAddressPoolProfileIndex Integer32
  usdAddressPoolProfileRowStatus RowStatus
  usdAddressPoolProfileStart IpAddress
  usdAddressPoolProfileEnd IpAddress
  usdAddressPoolProfileSize Integer32
  usdAddressPoolProfileInUse Integer32

Defined Values

usdAddressPoolMIB 1.3.6.1.4.1.4874.2.2.21
The Address Pool MIB for the Unisphere Networks enterprise.
MODULE-IDENTITY    

usdAddressPoolObjects 1.3.6.1.4.1.4874.2.2.21.1
OBJECT IDENTIFIER    

usdAddressPool 1.3.6.1.4.1.4874.2.2.21.1.1
OBJECT IDENTIFIER    

usdAddressPoolTable 1.3.6.1.4.1.4874.2.2.21.1.1.1
A table of IP address pool configuration entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdAddressPoolEntry

usdAddressPoolEntry 1.3.6.1.4.1.4874.2.2.21.1.1.1.1
An entry describing an IP address pool configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdAddressPoolEntry  

usdAddressPoolIndex 1.3.6.1.4.1.4874.2.2.21.1.1.1.1.1
An arbitrary integer index that distinguishes this address pool.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

usdAddressPoolRowStatus 1.3.6.1.4.1.4874.2.2.21.1.1.1.1.2
Controls creation/deletion of address pools. Only value 'active' will be observed with GET. Only values 'createAndGo' and 'destroy' are supported for SET. Once created, entry content cannot be modified except by deleting and recreating an entry with the same index.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdAddressPoolName 1.3.6.1.4.1.4874.2.2.21.1.1.1.1.3
The name of this address pool. Represents textual information taken from the NVT ASCII graphics character set (codes 32 through 126).
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..16)  

usdAddressPoolStart 1.3.6.1.4.1.4874.2.2.21.1.1.1.1.4
The starting IP address for the range of addresses comprising this pool.
Status: deprecated Access: read-create
OBJECT-TYPE    
  IpAddress  

usdAddressPoolEnd 1.3.6.1.4.1.4874.2.2.21.1.1.1.1.5
The ending IP address for the range of addresses comprising this pool.
Status: deprecated Access: read-create
OBJECT-TYPE    
  IpAddress  

usdAddressPoolSize 1.3.6.1.4.1.4874.2.2.21.1.1.1.1.6
The number of addresses available in this pool.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

usdAddressPoolInUse 1.3.6.1.4.1.4874.2.2.21.1.1.1.1.7
The number of addresses currently allocated from this pool.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

usdAddressPoolHighUtilThreshold 1.3.6.1.4.1.4874.2.2.21.1.1.1.1.8
The value of address pool utilization, where if reached for the first time, will generate a high address pool utilization event to the management entity on this system. The value of this object must be greater than the value of usdAddressPoolAbatedUtilThreshold.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..100  

usdAddressPoolAbatedUtilThreshold 1.3.6.1.4.1.4874.2.2.21.1.1.1.1.9
The value of address pool utilization that is used to determine when to generate an abated address pool utilization event notification to the management entity on this system. The value of this object must be less than the value of the usdAddressPoolHighUtilThreshold. The abated address pool utilization event is sent once if the high address pool utilization threshold is reached and utilization falls to the value of this object.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..100  

usdAddressPoolUtilPct 1.3.6.1.4.1.4874.2.2.21.1.1.1.1.10
The current address utilization for this pool.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..100  

usdAddressPoolTrapEnable 1.3.6.1.4.1.4874.2.2.21.1.1.1.1.11
The configuration setting for address pool notifications. Setting this object to enable(1) will enable the sending of usdAddressPool event notifications to the management entity on this device. Setting this object to false(2) will disable event notification reports.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

usdAddressPoolProfileTable 1.3.6.1.4.1.4874.2.2.21.1.1.3
A table of IP address pool profile entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsdAddressPoolProfileEntry

usdAddressPoolProfileEntry 1.3.6.1.4.1.4874.2.2.21.1.1.3.1
An IP address pool profile entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsdAddressPoolProfileEntry  

usdAddressPoolProfileIndex 1.3.6.1.4.1.4874.2.2.21.1.1.3.1.1
A monotonically increasing integer for the sole purpose of indexing entries within the named address pool.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483647  

usdAddressPoolProfileRowStatus 1.3.6.1.4.1.4874.2.2.21.1.1.3.1.2
Controls creation/deletion of address pools. Only value 'active' will be observed with GET. Only values 'createAndGo' and 'destroy' are supported for SET. Once created, entry content cannot be modified except by deleting and recreating an entry with the same index.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

usdAddressPoolProfileStart 1.3.6.1.4.1.4874.2.2.21.1.1.3.1.3
The starting IP address for the range of addresses comprising this pool.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

usdAddressPoolProfileEnd 1.3.6.1.4.1.4874.2.2.21.1.1.3.1.4
The ending IP address for the range of addresses comprising this pool.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

usdAddressPoolProfileSize 1.3.6.1.4.1.4874.2.2.21.1.1.3.1.5
The number of addresses available in this pool.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usdAddressPoolProfileInUse 1.3.6.1.4.1.4874.2.2.21.1.1.3.1.6
The number of addresses currently allocated from this pool.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

usdAddressPoolNextPoolIndex 1.3.6.1.4.1.4874.2.2.21.1.1.2
Coordinate usdAddressPoolIndex value allocation for entries in usdAddressPoolTable. A GET of this object returns the next available usdAddressPoolIndex value to be used to create an entry in the associated usdAddressPoolTable; or zero, if no valid usdAddressPoolIndex is available. This object returns a value of zero when it is the lexicographic successor of a varbind presented in an SNMP GETNEXT or GETBULK request, for which circumstance it is assumed that a new index allocation is unintended. Successive GETs will return different values, thus avoiding collisions among cooperating management clients seeking to create table entries simultaneously.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

usdAddressPoolTraps 1.3.6.1.4.1.4874.2.2.21.3
OBJECT IDENTIFIER    

usdAddressPoolTrapPrefix 1.3.6.1.4.1.4874.2.2.21.3.0
OBJECT IDENTIFIER    

usdAddressPoolHighAddrUtil 1.3.6.1.4.1.4874.2.2.21.3.0.1
Reports address pool utilization has reached the configured high utilization threshold.
Status: current Access: read-only
NOTIFICATION-TYPE    

usdAddressPoolAbatedAddrUtil 1.3.6.1.4.1.4874.2.2.21.3.0.2
Reports address pool utilization has fallen to the configured abated threshold level.
Status: current Access: read-only
NOTIFICATION-TYPE    

usdAddressPoolNoAddresses 1.3.6.1.4.1.4874.2.2.21.3.0.3
Reports address pool has exhausted its supply of addresses. This trap is issued every time a request is made to allocate an address from a fully utilized pool.
Status: current Access: read-only
NOTIFICATION-TYPE    

usdAddressPoolMIBConformance 1.3.6.1.4.1.4874.2.2.21.4
OBJECT IDENTIFIER    

usdAddressPoolMIBCompliances 1.3.6.1.4.1.4874.2.2.21.4.1
OBJECT IDENTIFIER    

usdAddressPoolMIBGroups 1.3.6.1.4.1.4874.2.2.21.4.2
OBJECT IDENTIFIER    

usdAddressPoolCompliance 1.3.6.1.4.1.4874.2.2.21.4.1.1
Obsolete compliance statement for systems providing local address pools. This statement became obsolete when pool exhaustion variables and notifications were added.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

usdAddressPoolCompliance2 1.3.6.1.4.1.4874.2.2.21.4.1.2
Obsolete compliance statement for systems providing local address pools. This statement became obsolete when support was added for address pools with multiple address ranges.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

usdAddressPoolCompliance3 1.3.6.1.4.1.4874.2.2.21.4.1.3
The compliance statement for systems providing local address pools.
Status: current Access: read-only
MODULE-COMPLIANCE    

usdAddressPoolGroup 1.3.6.1.4.1.4874.2.2.21.4.2.1
Obsolete collection of objects providing management of local address pools. This group became obsolete when pool exhaustion variables and notifications were added.
Status: obsolete Access: read-only
OBJECT-GROUP    

usdAddressPoolGroup2 1.3.6.1.4.1.4874.2.2.21.4.2.2
The basic collection of objects providing management of local address pools. This group was deprecated when support was added for address pools with multiple address ranges.
Status: deprecated Access: read-only
OBJECT-GROUP    

usdAddressPoolTrapGroup 1.3.6.1.4.1.4874.2.2.21.4.2.3
The notifications providing alarms for high pool utilization and pool exhaustion of local address pools.
Status: current Access: read-only
NOTIFICATION-GROUP    

usdAddressPoolGroup3 1.3.6.1.4.1.4874.2.2.21.4.2.4
The basic collection of objects providing management of local address pools.
Status: current Access: read-only
OBJECT-GROUP