MIB Viewer

CISCO-IP-ADDRESS-POOL-MIB

97 objects
This MIB modules defines objects that describe common aspects of IP address pools. IP Address Pool Manager ======================= The IP address pool manager consists of the software that maintains IP address pools and supports the following capabilities: - Create an IP address pool group. - Destroy an IP address pool group. - Create an IP address pool and add it to an IP address pool group. - Remove an IP address pool from an IP address pool group and destroy it. - Create a range of IP addresses and add it to an IP address pool. - Remove a range of IP addresses from an IP address pool and destroy it. - Allocate an IP address from an IP address pool. - Return a previously allocated IP address to the IP address pool that it was allocated from. - Create a set of IP prefixes and adding it to an IP address pool. - Remove a set of IP prefixes from an IP address pool and destroy it. - Allocate an IP prefix from an IP address pool. - Return a previously allocated IP prefix to the IP address pool that it was allocated from. IP Address Pool =============== An IP address pool consists of a collection of IP addresses from which a client (e.g., PPP or DHCP) can allocate an IP address for the purpose of assigning it to a remote peer. This collection consists of a one or more range of IP addresses. Observe that human interfaces allow a user to specify ranges of IP addresses using a variety of means to simplify the process. For example, a human interface may simply allow a user to specify a subnet. No matter what abstraction a human interface employs, the end result is always one or more range of IP addresses. Thus, this MIB module abstracts an IP address pool as one or more range of IP addresses. This places the burden on any application employing other abstractions to transform to the abstraction defined by this MIB module. Alternatively, an IP address pool can also consist of a collection of IP prefixes from which a client can allocate an IP prefix for the purpose of assigning it to a remote peer. This collection consists of one or more set of IP prefixes. Observe that the term 'IP prefix' here can refer to an IPv4 subnet or an IPv6 prefix. IP Address Pool Group ===================== An IP address pool group contains the IP address pools belonging to the same administrative domain. Examples of administrative domains include a Virtual Route Forwarding (VRF) instance and a Virtual Private Network (VPN). Observe that the IP addresses contained by the IP address pools in two distinct IP address pool groups may overlap. IP Address Pool Threshold Monitoring ==================================== An IP address pool manager maintains a number of gauges for the purpose of monitoring the number of allocated IP addresses. We refer to these gauges as 'in-use gauges'. Each in-use gauge has a corresponding state that can have one of two values: 1) Off The IP address pool manager monitors the number of allocated addresses or prefixes. If this value is greater than or equal to the configured rising threshold and the previous value was less than the same rising threshold, then the IP address manager transitions the state to 'On'. 2) On The IP address pool manager monitors the number of allocated addresses or prefixes. If the value is less than or equal to the configured falling threshold and the previous value was greater than the same falling threshold, then the IP address manager transitions the state to 'Off'. Observe that while the values of the configured rising and falling thresholds may be the same, this may result in undesirable behavior (i.e., the IP address pool manager may generate more threshold crossing notifications than desirable). The IP address pool manager only generates threshold crossing notifications when it transitions the corresponding state of an in-use gauge and the value of ciapSystemNotifyEnable is 'true'. The IP address pool manager may maintain in-use gauges for the following: - A range of IP addresses comprising an IP address pool - A set of IP prefixes comprising an IP address pool - An IP address pool - An IP address pool group Observe that the IP address pool manager must initialize the state of each in-use gauge to 'Off' for threshold monitoring to operate in the prescribed manner.
OIDNameAccessStatusDescription
1.3.6.1.4.1.9.9.748IdentityciscoIpAddressPoolMIBThis MIB modules defines objects that describe common aspects of IP address pools. IP Address Pool Manager ======================= The IP address pool manager …
1.3.6.1.4.1.9.9.748.0NodeciscoIpAddressPoolMIBNotifs
1.3.6.1.4.1.9.9.748.0.1NotificationciapEventThresholdRisingcurrentThe system generates this notification when the IP address pool manager transitions the state of the in-use gauge associated with a resource from 'Off' to 'On'…
1.3.6.1.4.1.9.9.748.0.2NotificationciapEventThresholdFallingcurrentThe system generates this notification when the IP address pool manager transitions the state of the in-use gauge associated with a resource from 'On' to 'Off'…
1.3.6.1.4.1.9.9.748.1NodeciscoIpAddressPoolMIBObjects
1.3.6.1.4.1.9.9.748.1.1NodeciapGlobal
1.3.6.1.4.1.9.9.748.1.1.1ScalarciapGlobalNotifyEnableread-writecurrentThis object specifies whether the IP address pool manager generates notifications defined by this MIB module.
1.3.6.1.4.1.9.9.748.1.1.2ScalarciapGlobalThresholdUnitsread-writecurrentThis object specifies the units for ciapGlobalThresholdRising and ciapGlobalThresholdLow.
1.3.6.1.4.1.9.9.748.1.1.3ScalarciapGlobalThresholdRisingread-writecurrentThis object specifies the default rising threshold for in-use gauges maintained by the IP address pool manager. This value must be greater than or equal to the…
1.3.6.1.4.1.9.9.748.1.1.4ScalarciapGlobalThresholdFallingread-writecurrentThis object specifies the default falling threshold for in-use gauges maintained by the IP address pool manager. This value must be less than or equal to the v…
1.3.6.1.4.1.9.9.748.1.2NodeciapPools
1.3.6.1.4.1.9.9.748.1.2.1ScalarciapPoolIdNextread-onlycurrentThis object indicates the next available identifier for the creation of a new row in the ciapPoolTable. If no available identifier exists, then this object has…
1.3.6.1.4.1.9.9.748.1.2.2TableciapPoolTablenot-accessiblecurrentThis table lists the IP address pools maintained by the IP address pool manager.
1.3.6.1.4.1.9.9.748.1.2.2.1RowciapPoolEntrynot-accessiblecurrentAn entry describes an single IP address pool. A peer SNMP entity may create an IP address pool by setting an instance of ciapPoolStatus to 'createAndWait' or '…
1.3.6.1.4.1.9.9.748.1.2.2.1.1ColumnciapPoolIdnot-accessiblecurrentThis object uniquely identifies the IP address pool.
1.3.6.1.4.1.9.9.748.1.2.2.1.2ColumnciapPoolStatusread-createcurrentThis object specifies the status of this IP address pool. The following columns must be valid before activating this IP address pool: - ciapPoolStorage - ciapP…
1.3.6.1.4.1.9.9.748.1.2.2.1.3ColumnciapPoolStorageread-createcurrentThis object specifies the memory realization of this IP address pool.
1.3.6.1.4.1.9.9.748.1.2.2.1.4ColumnciapPoolNameread-createcurrentThis object indicates the name assigned to this IP address pool. This name must uniquely identify an IP address pool in the context of the IP address pool mana…
1.3.6.1.4.1.9.9.748.1.2.2.1.5ColumnciapPoolTyperead-createcurrentThis object specifies the how the system uses this IP address pool: 'other' The implementation of the MIB module does not recognize this IP address pool's type…
1.3.6.1.4.1.9.9.748.1.2.2.1.6ColumnciapPoolContainedInread-createcurrentThis object specifies the name of the IP address pool group to which this IP address pool belongs. If the value of this column is the null string, then the poo…
1.3.6.1.4.1.9.9.748.1.2.2.1.7ColumnciapPoolThresholdUnitsread-createcurrentThis object specifies the units for the corresponding instances of ciapPoolThresholdRising and ciapPoolThresholdFalling. The value of ciapGlobalThresholdUnits.…
1.3.6.1.4.1.9.9.748.1.2.2.1.8ColumnciapPoolThresholdRisingread-createcurrentThis object specifies the rising threshold for the in-use gauge corresponding to this IP address pool, which must have a value greater than or equal to the cor…
1.3.6.1.4.1.9.9.748.1.2.2.1.9ColumnciapPoolThresholdFallingread-createcurrentThis object specifies the falling threshold for the in-use gauge corresponding to this IP address pool, which must have a value less than or equal to the corre…
1.3.6.1.4.1.9.9.748.1.2.2.1.10ColumnciapPoolAddressesInUseread-createcurrentThis object indicates the number of IP addresses or prefixes allocated from this IP address pool.
1.3.6.1.4.1.9.9.748.1.2.2.1.11ColumnciapPoolAddressesFreeread-createcurrentThis object indicates the number of available IP addresses or prefixes in this IP address pool.
1.3.6.1.4.1.9.9.748.1.2.3ScalarciapPoolTableChangedread-onlycurrentThis object indicates the value of sysUpTime the last time one of the following changes occurred to the ciapPoolTable: - A row was created and added to the cia…
1.3.6.1.4.1.9.9.748.1.2.4TableciapRangeTablenot-accessiblecurrentThis table lists the ranges of IP addresses contained by each IP address pool maintained by the IP address pool manager.
1.3.6.1.4.1.9.9.748.1.2.4.1RowciapRangeEntrynot-accessiblecurrentAn entry describes a single range of IP addresses contained by an IP address pool. A peer SNMP entity may create a range of IP addresses by setting an instance…
1.3.6.1.4.1.9.9.748.1.2.4.1.1ColumnciapRangeAddressTypenot-accessiblecurrentThis object indicates the type of IP address denoted by the ciapRangeAddressLower and ciapRangeAddressUpper.
1.3.6.1.4.1.9.9.748.1.2.4.1.2ColumnciapRangeAddressLowernot-accessiblecurrentThis object indicates the first IP address in this range of IP addresses.
1.3.6.1.4.1.9.9.748.1.2.4.1.3ColumnciapRangeStatusread-createcurrentThis object specifies the status of this range of IP addresses. The following columns must be valid before activating this range of IP addresses: - ciapRangeSt…
1.3.6.1.4.1.9.9.748.1.2.4.1.4ColumnciapRangeStorageread-createcurrentThis object specifies the memory realization of this range of IP addresses.
1.3.6.1.4.1.9.9.748.1.2.4.1.5ColumnciapRangeAddressUpperread-createcurrentThis object specifies the last IP address in this range of IP addresses. This value must denote an IP address greater than or equal to the IP address indicated…
1.3.6.1.4.1.9.9.748.1.2.4.1.6ColumnciapRangeCacheSizeread-createcurrentThis object specifies the size of the address cache associated with this range of IP addresses. The address cache provides a list of IP addresses most recently…
1.3.6.1.4.1.9.9.748.1.2.4.1.7ColumnciapRangeRecycleDelayread-createcurrentThis object specifies the time the IP address pool manager holds an IP address after its return before making it available for reallocation. Observe that the I…
1.3.6.1.4.1.9.9.748.1.2.4.1.8ColumnciapRangePriorityread-createcurrentThis object specifies the relative priority assigned to this range of IP addresses. The IP address pool manager allocates IP addresses from ranges of IP addres…
1.3.6.1.4.1.9.9.748.1.2.4.1.9ColumnciapRangeThresholdUnitsread-createcurrentThis object specifies the units for the corresponding instances of ciapRangeThresholdRising and ciapRangeThresholdFalling. The value of ciapGlobalThresholdUnit…
1.3.6.1.4.1.9.9.748.1.2.4.1.10ColumnciapRangeThresholdRisingread-createcurrentThis object specifies the rising threshold for the in-use gauge corresponding to this range of IP addresses, which must have a value greater than or equal to t…
1.3.6.1.4.1.9.9.748.1.2.4.1.11ColumnciapRangeThresholdFallingread-createcurrentThis object specifies the falling threshold for the in-use gauge corresponding to this range of IP addresses, which must have a value less than or equal to the…
1.3.6.1.4.1.9.9.748.1.2.4.1.12ColumnciapRangeAddressesInUseread-onlycurrentThis object indicates the number of IP addresses allocated from this range of IP addresses.
1.3.6.1.4.1.9.9.748.1.2.4.1.13ColumnciapRangeAddressesFreeread-onlycurrentThis object indicates the number of available IP addresses in this range of IP addresses.
1.3.6.1.4.1.9.9.748.1.2.5ScalarciapRangeTableChangedread-onlycurrentThis object indicates the value of sysUpTime the last time one of the following changes occurred to the ciapRangeTable: - A row was created and added to the ci…
1.3.6.1.4.1.9.9.748.1.2.6TableciapPrefixTablenot-accessiblecurrentThis table lists the IP prefixes contained by each IP address pool maintained by the IP address pool manager.
1.3.6.1.4.1.9.9.748.1.2.6.1RowciapPrefixEntrynot-accessiblecurrentAn entry describes a single set of IP prefixes contained by an IP address pool. In this context, an IP prefix also describes a IPv4 subnet. A peer SNMP entity …
1.3.6.1.4.1.9.9.748.1.2.6.1.1ColumnciapPrefixTypenot-accessiblecurrentThis object indicates the type of IP address denoted by ciapPrefixAddress and ciapPrefixMask.
1.3.6.1.4.1.9.9.748.1.2.6.1.2ColumnciapPrefixAddressnot-accessiblecurrentThis object indicates the first IP prefix in this set of IP prefixes when bitwise AND'ed with the corresponding instance of ciapPrefixAddressMask.
1.3.6.1.4.1.9.9.748.1.2.6.1.3ColumnciapPrefixAddressMasknot-accessiblecurrentThis object indicates a mask which when bitwise AND'ed with the corresponding instance of ciapPrefixAddress yields the first IP prefix in this set of IP prefix…
1.3.6.1.4.1.9.9.748.1.2.6.1.4ColumnciapPrefixStatusread-createcurrentThis object specifies the status of this set of IP prefixes. The following columns must be valid before activating this range of IP addresses: - ciapPrefixStor…
1.3.6.1.4.1.9.9.748.1.2.6.1.5ColumnciapPrefixStorageread-createcurrentThis object specifies the memory realization of this set of IP prefixes.
1.3.6.1.4.1.9.9.748.1.2.6.1.6ColumnciapPrefixAssignedLengthread-createcurrentThis object specifies the length of the IP prefix assigned from this set of IP prefixes. The value of this column must be greater than or equal to the length o…
1.3.6.1.4.1.9.9.748.1.2.6.1.7ColumnciapPrefixCacheSizeread-createcurrentThis object specifies the size of the IP prefix cache associated with this set of IP prefixes. The IP prefix cache provides a list of IP prefixes most recently…
1.3.6.1.4.1.9.9.748.1.2.6.1.8ColumnciapPrefixRecycleDelayread-createcurrentThis object specifies the time the IP address pool manager holds an IP prefix after its return before making it available for reallocation. Observe that the IP…
1.3.6.1.4.1.9.9.748.1.2.6.1.9ColumnciapPrefixPriorityread-createcurrentThis object specifies the relative priority assigned to this set of IP prefixes. The IP address pool manager allocates IP prefixes from sets of IP prefixes bas…
1.3.6.1.4.1.9.9.748.1.2.6.1.10ColumnciapPrefixThresholdUnitsread-createcurrentThis object specifies the units for the corresponding instances of ciapPrefixThresholdRising and ciapPrefixThresholdFalling. The value of ciapGlobalThresholdUn…
1.3.6.1.4.1.9.9.748.1.2.6.1.11ColumnciapPrefixThresholdRisingread-createcurrentThis object specifies the rising threshold for the in-use gauge corresponding to this set of IP prefixes, which must have a value greater than or equal to the …
1.3.6.1.4.1.9.9.748.1.2.6.1.12ColumnciapPrefixThresholdFallingread-createcurrentThis object specifies the falling threshold for the in-use gauge corresponding to this set of IP prefixes, which must have a value less than or equal to the co…
1.3.6.1.4.1.9.9.748.1.2.6.1.13ColumnciapPrefixPrefixesInUseread-createcurrentThis object indicates the number of IP prefixes allocated from this set of IP prefixes.
1.3.6.1.4.1.9.9.748.1.2.6.1.14ColumnciapPrefixPrefixesFreeread-createcurrentThis object indicates the number of available IP prefixes in this set of IP prefixes.
1.3.6.1.4.1.9.9.748.1.2.7ScalarciapPrefixTableChangedread-onlycurrentThis object indicates the value of sysUpTime the last time one of the following changes occurred to the ciapPrefixTable: - A row was created and added to the c…
1.3.6.1.4.1.9.9.748.1.3NodeciapPoolGroups
1.3.6.1.4.1.9.9.748.1.3.1ScalarciapPoolGroupIdNextread-onlycurrentThis object indicates the next available identifier for the creation of a new row in the ciapPoolGroupTable. If no available identifier exists, then this objec…
1.3.6.1.4.1.9.9.748.1.3.2TableciapPoolGroupTablenot-accessiblecurrentThis table lists the IP address pool groups maintained by the IP address pool manager.
1.3.6.1.4.1.9.9.748.1.3.2.1RowciapPoolGroupEntrynot-accessiblecurrentAn entry describes an IP address pool group. The IP address pool manager creates an IP address pool group and inserts it into the ciapPoolGroupTable when an en…
1.3.6.1.4.1.9.9.748.1.3.2.1.1ColumnciapPoolGroupIdnot-accessiblecurrentThis object uniquely identifies the IP address pool group.
1.3.6.1.4.1.9.9.748.1.3.2.1.2ColumnciapPoolGroupNameread-onlycurrentThis object indicates the name assigned to the IP address pool group.
1.3.6.1.4.1.9.9.748.1.3.2.1.3ColumnciapPoolGroupThresholdUnitsread-writecurrentThis object specifies the units for the corresponding instances of ciapPoolGroupThresholdRising and ciapPoolGroupThresholdFalling. The value of ciapGlobalThres…
1.3.6.1.4.1.9.9.748.1.3.2.1.4ColumnciapPoolGroupThresholdRisingread-writecurrentThis object specifies the rising threshold for the in-use gauge corresponding to this IP address pool group, which must have a value greater than or equal to t…
1.3.6.1.4.1.9.9.748.1.3.2.1.5ColumnciapPoolGroupThresholdFallingread-writecurrentThis object specifies the falling threshold for the in-use gauge corresponding to this IP address pool group, which must have a value less than or equal to the…
1.3.6.1.4.1.9.9.748.1.3.2.1.6ColumnciapPoolGroupAddressesInUseread-onlycurrentThis object indicates the total number of IP addresses or prefixes allocated from IP address pools in this IP address pool group.
1.3.6.1.4.1.9.9.748.1.3.2.1.7ColumnciapPoolGroupAddressesFreeread-onlycurrentThis object indicates the total number of available IP addresses or prefixes in the IP address pools in this IP address pool group.
1.3.6.1.4.1.9.9.748.1.3.3TableciapPoolGroupContainsTablenot-accessiblecurrentThis table lists the IP address pools contained by each IP address pool group maintained by the IP address pool manager.
1.3.6.1.4.1.9.9.748.1.3.3.1RowciapPoolGroupContainsEntrynot-accessiblecurrentAn entry identifies a single IP address pool contained by an IP address pool group. The IP address pool manager creates a row in the ciapPoolGroupContainsTable…
1.3.6.1.4.1.9.9.748.1.3.3.1.1ColumnciapPoolGroupContainsIdread-onlycurrentThis object indicates the IP address pool contained by the corresponding IP address pool group.
1.3.6.1.4.1.9.9.748.1.4NodeciapAllocatedAddresses
1.3.6.1.4.1.9.9.748.1.4.1TableciapAllocatedAddressTablenot-accessiblecurrentThis table lists of the IP addresses, IPv4 subnets, and IPv6 prefixes allocated from the IP address pools maintained by the IP address pool manager.
1.3.6.1.4.1.9.9.748.1.4.1.1RowciapAllocatedAddressEntrynot-accessiblecurrentAn entry describes a single IP address, IPv4 subnet, or IPv6 prefix allocated from an IP address pool maintained by the IP address pool manager. The IP address…
1.3.6.1.4.1.9.9.748.1.4.1.1.1ColumnciapAllocatedAddressTypenot-accessiblecurrentThis object indicates the type of IP address for the corresponding instance of ciapAllocatedAddress.
1.3.6.1.4.1.9.9.748.1.4.1.1.2ColumnciapAllocatedAddressnot-accessiblecurrentThis object indicates the IP address, IPv4 subnet, or IPv6 prefix allocated from the corresponding IP address pool.
1.3.6.1.4.1.9.9.748.1.4.1.1.3ColumnciapAllocatedAddressMaskread-onlycurrentThis object indicates a mask for the corresponding instance of ciapAllocatedAddress. If the value of this column is all 1's, then the corresponding instance of…
1.3.6.1.4.1.9.9.748.1.5NodeciapNotifyData
1.3.6.1.4.1.9.9.748.1.5.1ScalarciapNotifyResourceaccessible-for-notifycurrentThis object indicates the resource for which the in-use gauge crosses a threshold the last time the system generated a ciapEventThresholdRising or ciapEventThr…
1.3.6.1.4.1.9.9.748.1.5.2ScalarciapNotifyThresholdUnitsaccessible-for-notifycurrentThis object indicates the units for: 1) ciapNotifyThresholdRising the last time the system generated a ciapEventThresholdRising notification, or 2) ciapNotifyT…
1.3.6.1.4.1.9.9.748.1.5.3ScalarciapNotifyThresholdRisingaccessible-for-notifycurrentThis object indicates the rising threshold an in-use gauge crossed the last time the system generated a ciapEventThresholdRising notification.
1.3.6.1.4.1.9.9.748.1.5.4ScalarciapNotifyThresholdFallingaccessible-for-notifycurrentThis object indicates the falling threshold an in-use gauge cross the last time the system generated a ciapEventThresholdFalling notification.
1.3.6.1.4.1.9.9.748.1.5.5ScalarciapNotifyInUseaccessible-for-notifycurrentThis object indicates the value of the in-use gauge that crossed a threshold the last time the system generated a ciapEventThresholdRising or ciapEventThreshol…
1.3.6.1.4.1.9.9.748.1.5.6ScalarciapNotifyFreeaccessible-for-notifycurrentThis object indicates the value of the corresponding free gauge the last time the system generated a ciapThresholdRising or ciapThresholdFalling notification.
1.3.6.1.4.1.9.9.748.2NodeciscoIpAddressPoolMIBConform
1.3.6.1.4.1.9.9.748.2.1NodeciscoIpAddressPoolMIBCompliances
1.3.6.1.4.1.9.9.748.2.1.1ComplianceciscoIpAddressPoolCompliance01read-onlycurrentThis compliance statement specifies the minimal requirements an implementation must meet in order to claim full compliance with the definition of the CISCO-IP-…
1.3.6.1.4.1.9.9.748.2.2NodeciscoIpAddressPoolMIBGroups
1.3.6.1.4.1.9.9.748.2.2.1GroupciapGlobalGroupcurrentThis group contains objects describing data that applies to the IP address pool manager as a whole.
1.3.6.1.4.1.9.9.748.2.2.2GroupciapPoolGroupcurrentThis group contains objects describing IP address pools.
1.3.6.1.4.1.9.9.748.2.2.3GroupciapRangeGroupcurrentThis group contains objects describing IP addresses comprising an IP address pool.
1.3.6.1.4.1.9.9.748.2.2.4GroupciapPrefixGroupcurrentThis group contains objects describing IP prefixes comprising an IP address pool.
1.3.6.1.4.1.9.9.748.2.2.5GroupciapPoolGroupGroupcurrentThis group contains objects describing IP address pool groups.
1.3.6.1.4.1.9.9.748.2.2.6GroupciapNotifDataGroupcurrentThis group contains objects describing data conveyed by notifications defined by this MIB module.
1.3.6.1.4.1.9.9.748.2.2.7GroupciapNotifsGroupcurrentThis group contains notifications used to indicate threshold crossing events relating to ranges of IP addresses.