CISCO-IP-LOCAL-POOL-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-IP-LOCAL-POOL-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoIpLocalPoolMIB 1.3.6.1.4.1.9.9.326
This MIB defines the configuration and monitoring capabilities relating to local IP pools. Local IP pools have the following characteristics: - An IP local pool consists of one or more IP address ranges. - An IP pool group consists of one or more IP local pools. - An IP local pool can only belong to one IP pool group. - IP local pools that belong to different groups can have overlapping addresses. - IP local pool names are unique even when they belong to different groups. - Addresses within an IP pool group can not overlap. - IP local pools without an explicit group name are considered members of the base system group. In this MIB, the base system group is represented by a null IP pool group name. This MIB defines objects that expose the relationship between IP pool groups and IP local pools. There exist other objects that maintain statistics about the address usage of IP local pools.
         ciscoIpLocalPoolMIBNotifs 1.3.6.1.4.1.9.9.326.0
             ciscoIpLocalPoolInUseAddrNoti 1.3.6.1.4.1.9.9.326.0.1
A notification indicating that number of used addresses of an IP local pool exceeded the threshold value indicated by cIpLocalPoolStatInUseAddrThldHi.
             cilpPercentAddrUsedLoNotif 1.3.6.1.4.1.9.9.326.0.2
A notification indicating that the percentage of used addresses of an IP local pool went below the threshold value indicated by cIpLocalPoolPercentAddrThldLo.
             cilpPercentAddrUsedHiNotif 1.3.6.1.4.1.9.9.326.0.3
A notification indicating that the percentage of used addresses of an IP local pool is equal to or exceeds the threshold value indicated by cIpLocalPoolPercentAddrThldHi.
         ciscoIpLocalPoolMIBObjects 1.3.6.1.4.1.9.9.326.1
             cIpLocalPoolConfig 1.3.6.1.4.1.9.9.326.1.1
                 cIpLocalPoolNotificationsEnable 1.3.6.1.4.1.9.9.326.1.1.1 truthvalue read-write
An indication of whether the notifications defined by the ciscoIpLocalPoolNotifGroup are enabled.
                 cIpLocalPoolConfigTable 1.3.6.1.4.1.9.9.326.1.1.2 no-access
This table manages the creation, modification, and deletion of IP local pools using the RowStatus textual convention. An entry in this table defines an IP address range that is associated with an IP local pool. A conceptual row in this table can not be modified while cIpLocalPoolRowStatus is set to 'active'. Since IP local pool names are unique even when they belong to different groups, and addresses within a group can not overlap, a row in this table is uniquely indexed by the pool name, and by the low address of the IP local pool together with its address type.
                     cIpLocalPoolConfigEntry 1.3.6.1.4.1.9.9.326.1.1.2.1 no-access
Each entry provides information about a particular IP local pool, including the number of free and used addresses and its priority.
                         cIpLocalPoolName 1.3.6.1.4.1.9.9.326.1.1.2.1.1 ciplocalpoolname no-access
An arbitrary non-empty string that uniquely identifies the IP local pool. This name must be unique among all the local IP pools even when they belong to different pool groups.
                         cIpLocalPoolAddrType 1.3.6.1.4.1.9.9.326.1.1.2.1.2 inetaddresstype no-access
This object specifies the address type of cIpLocalPoolAddressLo and cIpLocalPoolAddressHi.
                         cIpLocalPoolAddressLo 1.3.6.1.4.1.9.9.326.1.1.2.1.3 inetaddress no-access
This object specifies the first IP address of the range of IP addresses contained by this pool entry. The address type of this object is described by cIpLocalPoolAddrType. This address must be less than or equal to the address in cIpLocalPoolAddressHi.
                         cIpLocalPoolAddressHi 1.3.6.1.4.1.9.9.326.1.1.2.1.4 inetaddress read-only
This object specifies the last IP address of the range of IP addresses mapped by this pool entry. The address type of this object is described by cIpLocalPoolAddrType. If only a single address is being mapped, the value of this object is equal to the value of cIpLocalPoolAddressLo.
                         cIpLocalPoolFreeAddrs 1.3.6.1.4.1.9.9.326.1.1.2.1.5 gauge32 read-only
The number of IP addresses available for use in the range of IP addresses.
                         cIpLocalPoolInUseAddrs 1.3.6.1.4.1.9.9.326.1.1.2.1.6 gauge32 read-only
The number of IP addresses being used in the range of IP addresses.
                         cIpLocalPoolGroupContainedIn 1.3.6.1.4.1.9.9.326.1.1.2.1.7 ciplocalpoolgroupnameornull read-only
This object relates an IP local pool to its IP pool group. A null string indicates this IP local pool is not contained in a named IP pool group, but that it is contained in the base IP pool group. An IP local pool can only belong to one IP pool group.
                         cIpLocalPoolRowStatus 1.3.6.1.4.1.9.9.326.1.1.2.1.8 rowstatus read-only
This object facilitates the creation, or deletion of a conceptual row in this table.
                         cIpLocalPoolPriority 1.3.6.1.4.1.9.9.326.1.1.2.1.9 unsigned32 read-only
This object specifies priority of the IP local pool, where smaller value indicates the lower priority. The priority value is used in assigning IP Address from local pools.
             cIpLocalPoolGroup 1.3.6.1.4.1.9.9.326.1.2
                 cIpLocalPoolGroupContainsTable 1.3.6.1.4.1.9.9.326.1.2.1 no-access
A table which exposes the container/'containee' relationships between local IP pools and IP pool groups. Entries in this table are created or deleted as a by-product of creating or deleting entries in the cIpLocalPoolConfigTable. When an entry is created and activated in the cIpLocalPoolConfigTable table, an entry in this table will come into existence if it does not already exist. When an entry is deleted in the cIpLocalPoolConfigTable table, if there is no other entry existing in that table with the same cIpLocalPoolGroupContainedIn and cIpLocalPoolName, the entry in this table with the respective cIpLocalPoolGroupName and cIpLocalPoolName indices will be removed.
                     cIpLocalPoolGroupContainsEntry 1.3.6.1.4.1.9.9.326.1.2.1.1 no-access
Each entry describes single container/'containee' relationship. Pool names can only be associated with one group. Pools carry implicit group identifiers because pool names can only be associated with one group. An entry in this table describes such an association.
                         cIpLocalPoolGroupName 1.3.6.1.4.1.9.9.326.1.2.1.1.1 ciplocalpoolgroupnameornull no-access
A unique group name that identifies the IP pool group. The null string represents the base IP pool group.
                         cIpLocalPoolChildIndex 1.3.6.1.4.1.9.9.326.1.2.1.1.2 ciplocalpoolname read-only
The value of cIpLocalPoolName for the contained IP local pool.
                 cIpLocalPoolGroupTable 1.3.6.1.4.1.9.9.326.1.2.2 no-access
This table provides statistics for configured IP pool groups. Entries in this table are created as the result of adding a new IP pool group to the cIpLocalPoolConfigTable. Entries in this table are deleted as the result of removing all IP local pools that are contained in an IP pool group in the cIpLocalPoolConfigTable. An entry in this table is uniquely indexed by IP pool group name.
                     cIpLocalPoolGroupEntry 1.3.6.1.4.1.9.9.326.1.2.2.1 no-access
Each entry provides information about a particular IP pool group and the number of free and used addresses in an IP pool group.
                         cIpLocalPoolGroupFreeAddrs 1.3.6.1.4.1.9.9.326.1.2.2.1.1 gauge32 read-only
The number of IP addresses available for use in the IP pool group.
                         cIpLocalPoolGroupInUseAddrs 1.3.6.1.4.1.9.9.326.1.2.2.1.2 gauge32 read-only
The number of IP addresses that have been allocated from the IP pool group.
             cIpLocalPoolStats 1.3.6.1.4.1.9.9.326.1.3
                 cIpLocalPoolStatsTable 1.3.6.1.4.1.9.9.326.1.3.1 no-access
A table providing statistics for each IP local pool. Entries in this table are created as the result of adding a new IP local pool to the cIpLocalPoolConfigTable. Entries in this table are deleted as the result of removing all the address ranges that are contained in an IP local pool in the cIpLocalPoolConfigTable. Entries in this table are uniquely indexed by the name of the IP local pool.
                     cIpLocalPoolStatsEntry 1.3.6.1.4.1.9.9.326.1.3.1.1 no-access
Each entry provides statistical information about a particular IP local pool, and the total number of free and used addresses of all the ranges in an IP local pool.
                         cIpLocalPoolStatFreeAddrs 1.3.6.1.4.1.9.9.326.1.3.1.1.1 gauge32 read-only
The number of IP addresses available for use in this IP local pool.
                         cIpLocalPoolStatInUseAddrs 1.3.6.1.4.1.9.9.326.1.3.1.1.2 gauge32 read-only
The number of IP addresses being used in this IP local pool.
                         cIpLocalPoolStatHiWaterUsedAddrs 1.3.6.1.4.1.9.9.326.1.3.1.1.3 unsigned32 read-write
This object contains the high water mark of used addresses in an IP local pool since pool creation, since the system was restarted, or since this object was reset, whichever occurred last. This object can only be set to zero, and by doing so, it is reset to the value of cIpLocalPoolStatInUseAddrs. Since the number of addresses in a pool can be reduced (e.g. by deleting one of its ranges), the value of this object may be greater than the sum of cIpLocalPoolStatFreeAddrs and cIpLocalPoolStatInUseAddrs.
                         cIpLocalPoolStatInUseAddrThldLo 1.3.6.1.4.1.9.9.326.1.3.1.1.4 unsigned32 read-write
When the number of used addresses in an IP local pool falls below this threshold value, the ciscoIpLocalPoolInUseAddrNoti notification will be rearmed. The value of this object should never be greater than the value of cIpLocalPoolStatInUseAddrThldHi.
                         cIpLocalPoolStatInUseAddrThldHi 1.3.6.1.4.1.9.9.326.1.3.1.1.5 unsigned32 read-write
When the number of used addresses in an IP local pool is equal or exceeds this threshold value, a ciscoIpLocalPoolInUseAddrNoti notification will be generated. Once this notification is generated, it will be disarmed and it will not be generated again until the number of used address falls below the value indicated by cIpLocalPoolStatInUseAddrThldLo. The value of this object should never be smaller than the value of cIpLocalPoolStatInUseAddrThldLo.
                         cIpLocalPoolPercentAddrThldLo 1.3.6.1.4.1.9.9.326.1.3.1.1.6 ciplocalpoolpercentage read-write
When the percentage of used addresses in an IP local pool falls below this threshold value, a cilpPercentAddrUsedLoNotif notification will be generated. Once the notification is generated, it will be disarmed and it will not be generated again until the number of used addresses equals or exceeds the value indicated by cIpLocalPoolPercentAddrThldHi. The value of this object should never be greater than the value of cIpLocalPoolPercentAddrThldHi.
                         cIpLocalPoolPercentAddrThldHi 1.3.6.1.4.1.9.9.326.1.3.1.1.7 ciplocalpoolpercentage read-write
When the percentage of used addresses in an IP local pool is equal or exceeds this threshold value, a cilpPercentAddrUsedHiNotif notification will be generated. Once the notification is generated, it will be disarmed and it will not be generated again until the number of used addresses falls below the value indicated by cIpLocalPoolPercentAddrThldLo. The value of this object should never be smaller than the value of cIpLocalPoolPercentAddrThldLo.
                 cIpLocalPoolAllocTable 1.3.6.1.4.1.9.9.326.1.3.2 no-access
This table lists all addresses that have been allocated out of an IP local pool. Entries in this table are created when a remote peer allocates an address from one of the IP local pools in the cIpLocalPoolConfigTable. Entries in this table are deleted when a remote peer deallocates an address from one of the IP local pool in the cIpLocalPoolConfigTable. Entries in this table are uniquely indexed by the name of the IP local pool, and the allocated address, together with its address type.
                     cIpLocalPoolAllocEntry 1.3.6.1.4.1.9.9.326.1.3.2.1 no-access
Each entry refers to conceptual row that associates an IP addresses with the interface where the request was received, and the user that requested the address.
                         cIpLocalPoolAllocAddrType 1.3.6.1.4.1.9.9.326.1.3.2.1.1 inetaddresstype no-access
This object specifies the address type of cIpLocalPoolAllocAddr.
                         cIpLocalPoolAllocAddr 1.3.6.1.4.1.9.9.326.1.3.2.1.2 inetaddress no-access
This object specifies the allocated IP address. The address type of this object is described by cIpLocalPoolAllocAddrType.
                         cIpLocalPoolAllocIfIndex 1.3.6.1.4.1.9.9.326.1.3.2.1.3 interfaceindexorzero read-only
This object indicates the interface from which the allocation message was sent. In the case that the interface can not be determined, the value of this object will be zero.
                         cIpLocalPoolAllocUser 1.3.6.1.4.1.9.9.326.1.3.2.1.4 snmpadminstring read-only
This object indicates the user name of the person from whom the allocation message was sent. In the case that the user name can not be determined, the value of this object will the null string.
         ciscoIpLocalPoolMIBConform 1.3.6.1.4.1.9.9.326.2
             ciscoIpLocalPoolMIBCompliances 1.3.6.1.4.1.9.9.326.2.1
                 ciscoIpLocalPoolMIBCompliance 1.3.6.1.4.1.9.9.326.2.1.1
The compliance statement for entities which implement the Cisco IP Local Pool MIB.
                 ciscoIpLocalPoolMIBCompliance1 1.3.6.1.4.1.9.9.326.2.1.2
The compliance statement for entities which implement the Cisco IP Local Pool MIB.
                 ciscoIpLocalPoolMIBCompliance2 1.3.6.1.4.1.9.9.326.2.1.3
The compliance statement for entities which implement the Cisco IP Local Pool MIB.
             ciscoIpLocalPoolMIBGroups 1.3.6.1.4.1.9.9.326.2.2
                 ciscoIpLocalPoolConfigGroup 1.3.6.1.4.1.9.9.326.2.2.1
Objects for providing configuration for IP local pools.
                 ciscoIpLocalPoolGroupGroup 1.3.6.1.4.1.9.9.326.2.2.2
Objects for providing configuration for IP local pools.
                 ciscoIpLocalPoolStatsGroup 1.3.6.1.4.1.9.9.326.2.2.3
Objects for providing IP local pool statistics and status.
                 ciscoIpLocalPoolNotifGroup 1.3.6.1.4.1.9.9.326.2.2.4
The collection of notifications used for monitoring IP local pool utilization.
                 ciscoIpLocalPoolStatsGroupSup1 1.3.6.1.4.1.9.9.326.2.2.5
Supplemental objects for providing IP local pool statistics and status.
                 ciscoIpLocalPoolNotifGroupSup1 1.3.6.1.4.1.9.9.326.2.2.6
The collection of suplemantal notifications used for monitoring IP local pool utilization.
                 ciscoIpLocalPoolPriorityGroup 1.3.6.1.4.1.9.9.326.2.2.7
A collection of object which provides priority configuration of IP local pools.