RBN-IPPOOL-MIB: View SNMP OID List / Download MIB

VENDOR: ERICSSON


 Home MIB: RBN-IPPOOL-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
 rbnIpPoolMib 1.3.6.1.4.1.2352.2.15
Defines the objects necessary to obtain information about IP Pools for interfaces within a context.
       rbnIpPoolMIBNotifications 1.3.6.1.4.1.2352.2.15.0
           rbnIpPoolThresholdMet 1.3.6.1.4.1.2352.2.15.0.1
A notification indicating that the per pool falling threshold has been reached.
           rbnIpPoolContextThresholdMet 1.3.6.1.4.1.2352.2.15.0.2
A notification indicating that the per-context falling threshold has been reached.
           rbnIpPoolContextThresholdPercentageMet 1.3.6.1.4.1.2352.2.15.0.3
A notification indicating that the per-context percentage falling threshold has been reached.
           rbnInetIpPoolHiFallingThrshMet 1.3.6.1.4.1.2352.2.15.0.4
A notification indicating that the falling threshold with the high water mark(rbnInetIpPoolHiFallingThrsh) per IP Pool has been reached.
           rbnInetIpPoolLoFallingThrshMet 1.3.6.1.4.1.2352.2.15.0.5
A notification indicating that the falling threshold with the low water mark(rbnInetIpPoolLoFallingThrsh) per IP Pool has been reached.
           rbnInetIpPoolCtxHiFallingThrshMet 1.3.6.1.4.1.2352.2.15.0.6
A notification indicating that the falling threshold with the high water mark(rbnInetIpPoolCtxHiFallingThrsh) per IP Pool has been reached.
           rbnInetIpPoolCtxLoFallingThrshMet 1.3.6.1.4.1.2352.2.15.0.7
A notification indicating that the falling threshold with the low water mark(rbnInetIpPoolCtxLoFallingThrsh) per IP Pool has been reached.
       rbnIpPoolMIBObjects 1.3.6.1.4.1.2352.2.15.1
           rbnIpPoolTable 1.3.6.1.4.1.2352.2.15.1.1 no-access
The purpose of this table is to allow customers to monitor the status of IP Pools on their SMS systems through SNMP. This table contains the objects which identify information about IP Pools. Each row in the table corresponds to one IP Pool for a given interface within a particular context. Objects defined in this table are only accessible within the context identified in the SNMP protocol (i.e. the community string in v1/v2c or the contextName in v3).
               rbnIpPoolEntry 1.3.6.1.4.1.2352.2.15.1.1.1 no-access
A conceptual row in the rbnIpPoolTable.
                   rbnIpPoolInterfaceIdx 1.3.6.1.4.1.2352.2.15.1.1.1.1 unsigned32 no-access
The index of the interface containing the IP Pool.
                   rbnIpPoolAddr 1.3.6.1.4.1.2352.2.15.1.1.1.2 ipaddress no-access
The start address of the IP Pool.
                   rbnIpPoolInterfaceName 1.3.6.1.4.1.2352.2.15.1.1.1.3 snmpadminstring read-only
The name of the interface containing the IP Pool.
                   rbnIpPoolMask 1.3.6.1.4.1.2352.2.15.1.1.1.4 ipaddress read-only
The subnet mask of the IP Pool. This object will be instantiated for IP Pools of type subnet only.
                   rbnIpPoolSize 1.3.6.1.4.1.2352.2.15.1.1.1.5 unsigned32 read-only
The size of the IP Pool is defined to be the sum of the available addresses plus the unusable addresses.
                   rbnIpPoolAvailable 1.3.6.1.4.1.2352.2.15.1.1.1.6 unsigned32 read-only
The number of addresses of an IP Pool that are available.
                   rbnIpPoolUnusable 1.3.6.1.4.1.2352.2.15.1.1.1.7 unsigned32 read-only
Unusable IP addresses in an IP Pool consist of the ip address of the interface, and those used by the network address and the broadcast address of the interface.
                   rbnIpPoolInuse 1.3.6.1.4.1.2352.2.15.1.1.1.8 unsigned32 read-only
The number of addresses of an IP Pool that are in use.
                   rbnIpPoolThreshold 1.3.6.1.4.1.2352.2.15.1.1.1.9 unsigned32 read-only
The threshold of an IP Pool is the value for currently available addresses, as reported in rbnIpPoolAvailable, which causes a trap and/or log message to be generated when this value is reached. This is a falling threshold, so a trap and/or log message will only be sent on a transition of the value of available addresss from (rbnIpPoolThreshold+1) addresses to rbnIpPoolThreshold addresses. Additionally, the action of sending the trap and/or log message is subject to the values of rbnIpPoolSendTrap and rbnIpPoolLogMessage. A value of zero means there is no threshold.
                   rbnIpPoolSendTrap 1.3.6.1.4.1.2352.2.15.1.1.1.10 truthvalue read-only
If true, upon detection of reaching a per-pool threshold event, a trap will be sent. See the definition of the rbnIpPoolThresholdMet for the information included in the trap. Note, both rbnIpPoolSendTrap and rbnIpPoolLogMessage are allowed to be TRUE at the same time.
                   rbnIpPoolLogMessage 1.3.6.1.4.1.2352.2.15.1.1.1.11 truthvalue read-only
If true, upon detection of reaching a per-pool threshold event, a message will be logged. The information contained in the message is the same as that included in the rbnIpPoolThresholdMet trap. Note, both rbnIpPoolSendTrap and rbnIpPoolLogMessage are allowed to be TRUE at the same time.
                   rbnIpPoolName 1.3.6.1.4.1.2352.2.15.1.1.1.12 snmpadminstring read-only
The name of the IP Pool.
                   rbnIpPoolType 1.3.6.1.4.1.2352.2.15.1.1.1.13 integer read-only
The type of the IP Pool. Enumeration: 'subnet': 0, 'range': 1.
                   rbnIpPoolEndAddr 1.3.6.1.4.1.2352.2.15.1.1.1.14 ipaddress read-only
The end address of the IP Pool. This object will be instantiated for range IP Pools only.
           rbnIpPoolSummary 1.3.6.1.4.1.2352.2.15.1.2
               rbnIpPoolContextName 1.3.6.1.4.1.2352.2.15.1.2.1 snmpadminstring read-only
The name of the context containing the IP Pool.
               rbnIpPoolContextAvailable 1.3.6.1.4.1.2352.2.15.1.2.2 unsigned32 read-only
The total number of IP addresses available in all pools of all interfaces in the context valid in the current view.
               rbnIpPoolContextThreshold 1.3.6.1.4.1.2352.2.15.1.2.3 unsigned32 read-only
The per-context threshold of an IP Pool is the value for currently available per-context addresses, as reported in rbnIpPoolContextAvailable, which causes a trap and/or log message to be generated when this value is reached. This is a falling threshold, so a trap and/or log message will only be sent on a transition of the value of available addresss from (rbnIpPoolContextThreshold+1) addresses to rbnIpPoolContextThreshold addresses. Additionally, the action of sending the trap and/or log message is subject to the values of rbnIpPoolContextSendTrap and rbnIpPoolContextLogMessage. A value of zero means there is no per-context threshold.
               rbnIpPoolContextSendTrap 1.3.6.1.4.1.2352.2.15.1.2.4 truthvalue read-only
If true, upon detection of a per-context threshold crossing event, a trap will be sent. See the definition of the rbnIpPoolContextThresholdMet for the information included in the trap. Note, both rbnIpPoolContextSendTrap and rbnIpPoolContextLogMessage are allowed to be true at the same time.
               rbnIpPoolContextLogMessage 1.3.6.1.4.1.2352.2.15.1.2.5 truthvalue read-only
If true, upon detection of a per-context threshold crossing event, a message will be logged. The information contained in the message logged is the same as that included in the rbnIpPoolContextThresholdMet trap. Note, both rbnIpPoolContextSendTrap and rbnIpPoolContextLogMessage are allowed to be true at the same time.
               rbnIpPoolContextTotalSize 1.3.6.1.4.1.2352.2.15.1.2.6 unsigned32 read-only
The total number of IP addresses configured in all pools of all interfaces in the context valid in the current view. It is the sum of the available addresses plus the unusable addresses.
               rbnIpPoolContextThresholdPercentTable 1.3.6.1.4.1.2352.2.15.1.2.7 no-access
The purpose of this table is to allow customers to monitor the status of per-context IP Pool percentage thresholds through SNMP. This table contains the objects which identify information about per-context IP Pool thresholds expressed in percentage. Each row in the table corresponds to one IP Pool percentage threshold configured within a particular context. Objects defined in this table are only accessible within the context identified in the SNMP protocol (i.e. the community string in v1/v2c or the contextName in v3).
                   rbnIpPoolContextThresholdPercentEntry 1.3.6.1.4.1.2352.2.15.1.2.7.1 no-access
A conceptual row in the rbnIpPoolContextThresholdPercentTable.
                       rbnIpPoolContextThresholdIndex 1.3.6.1.4.1.2352.2.15.1.2.7.1.1 unsigned32 no-access
The index of the IP Pool percentage threshold.
                       rbnIpPoolContextThresholdPercentage 1.3.6.1.4.1.2352.2.15.1.2.7.1.2 rbnpercentage read-only
A threshold for the percentage of the number of currently available IP Pool addresses against the total number of IP Pool addresses configured within the context. This is a falling threshold, so an SNMP trap and/or log message will only be sent when the current value, which is the % of rbnIpPoolContextAvailable/rbnIpPoolContextTotalSize truncated to a whole number in percentage, is less than or equal to this threshold, and the percentage value at the last check was greater than this threshold. Additionally, the action of sending the SNMP trap and/or logging a message is subject to the values of rbnIpPoolContextThresholdSendTrap and rbnIpPoolContextThresholdLogMessage.
                       rbnIpPoolContextThresholdSendTrap 1.3.6.1.4.1.2352.2.15.1.2.7.1.3 truthvalue read-only
If true, upon detection of a per-context threshold crossing event, an SNMP trap will be sent. See the definition of the rbnIpPoolContextThresholdPercentageMet for the information included in the trap. Note, both rbnIpPoolContextThresholdSendTrap and rbnIpPoolContextThresholdLogMessage are allowed to be true at the same time.
                       rbnIpPoolContextThresholdLogMessage 1.3.6.1.4.1.2352.2.15.1.2.7.1.4 truthvalue read-only
If true, upon detection of a per-context threshold crossing event, a message will be logged. The information contained in the message logged is the same as that included in the rbnIpPoolContextThresholdPercentageMet trap. Note, both rbnIpPoolContextThresholdSendTrap and rbnIpPoolContextThresholdLogMessage are allowed to be true at the same time.
           rbnInetIpPoolTable 1.3.6.1.4.1.2352.2.15.1.3 no-access
This table contains the objects which identify information about IP Pools (such as ND IPv6 pool and DHCP-PD IPv6 Pool). Each row in the table corresponds to one IP Pool for either a given interface within a particular context or only within a particular context . If this pool is only configured per context basis, the interface index is set to zero. The IPv6 pool range is from start prefix/length to the end prefix/length. The prefix length for start and end prefixes are the same, and refer to the prefix length to be advertised or delegated. Objects defined in this table are only accessible within the context identified in the SNMP protocol (i.e. the community string in v1/v2c or the contextName in v3).
               rbnInetIpPoolEntry 1.3.6.1.4.1.2352.2.15.1.3.1 no-access
A conceptual row in the rbnInetIpPoolTable.
                   rbnInetIpPoolType 1.3.6.1.4.1.2352.2.15.1.3.1.1 rbninetpooltype no-access
The type of IP Pool.
                   rbnInetIpPoolIfIndex 1.3.6.1.4.1.2352.2.15.1.3.1.2 interfaceindex no-access
The index of the interface containing the IP Pool. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex.
                   rbnInetIpPoolStartPrefixType 1.3.6.1.4.1.2352.2.15.1.3.1.3 inetaddresstype no-access
The address type of rbnInetIpPoolPrefix.
                   rbnInetIpPoolStartPrefix 1.3.6.1.4.1.2352.2.15.1.3.1.4 inetaddress no-access
The start address prefix of this pool. The address type of this object is specified in rbnInetIpPoolPrefixType. The length of this object is the standard length for objects of that type (always 16 bytes). Any bits after rbnInetIpPoolStartPrefixLen must be zero.
                   rbnInetIpPoolStartPrefixLen 1.3.6.1.4.1.2352.2.15.1.3.1.5 inetaddressprefixlength no-access
The prefix length associated with this prefix. It refers to advertised or delegated prefix length.
                   rbnInetIpPoolEndPrefixType 1.3.6.1.4.1.2352.2.15.1.3.1.6 inetaddresstype read-only
The address type of rbnInetIpPoolPrefix. The value of this object is always ipv6 (2).
                   rbnInetIpPoolEndPrefix 1.3.6.1.4.1.2352.2.15.1.3.1.7 inetaddress read-only
The end IP address prefix of this pool. The address type of this object is specified in rbnInetIpPoolPrefixType. Any bits after rbnInetIpPoolPrefixLen must be zero.
                   rbnInetIpPoolEndPrefixLen 1.3.6.1.4.1.2352.2.15.1.3.1.8 inetaddressprefixlength read-only
The IP prefix length associated with this prefix. It refers to the advertised or delegated prefix length. See rbnInetIpPoolEndPrefixLen.
                   rbnInetIpPoolInterfaceName 1.3.6.1.4.1.2352.2.15.1.3.1.9 snmpadminstring read-only
The name of the interface containing the IP Pool.
                   rbnInetIpPoolName 1.3.6.1.4.1.2352.2.15.1.3.1.10 snmpadminstring read-only
The name of the IP Pool.
                   rbnInetIpPoolSize 1.3.6.1.4.1.2352.2.15.1.3.1.11 unsigned32 read-only
The size of the IP Pool is defined to be the sum of the available prefixes plus the unusable prefixes.
                   rbnInetIpPoolAvailable 1.3.6.1.4.1.2352.2.15.1.3.1.12 unsigned32 read-only
The number of IP address prefixes of an IP Pool that are available.
                   rbnInetIpPoolUnusable 1.3.6.1.4.1.2352.2.15.1.3.1.13 unsigned32 read-only
Unusable IP prefixes in an IP Pool.
                   rbnInetIpPoolInuse 1.3.6.1.4.1.2352.2.15.1.3.1.14 unsigned32 read-only
The number of IP prefixes of an IP Pool that are in use.
                   rbnInetIpPoolThrshType 1.3.6.1.4.1.2352.2.15.1.3.1.15 rbninetippoolthresholdtype read-only
This object indicates the value type of all threshold values in this logical row, including rbnInetIpPoolHiFallingThrsh, rbnInetIpPoolLoFallingThrsh.
                   rbnInetIpPoolHiFallingThrsh 1.3.6.1.4.1.2352.2.15.1.3.1.16 rbninetippoolthreshold read-only
The falling threshold of an IP Pool. When the value of rbnInetIpPoolAvailable crosses from (rbnInetIpPoolHiFallingThrsh + 1) to rbnInetIpPoolHiFallingThrsh in either absolute value or percentage specified by rbnInetIpPoolThrshType, a rbnInetIpPoolHiFallingThrshMet notification and/or log is generated. The value of this object should never be smaller than the value of rbnInetIpPoolLoFallingThrsh. A value of zero means that this falling threshold is not configured.
                   rbnInetIpPoolHiFallingNotify 1.3.6.1.4.1.2352.2.15.1.3.1.17 rbninetippoolthrshnotify read-only
This object specifies if rbnInetIpPoolHiFallingThrshMet and/or log is generated. See the description of rbnInetIpPoolHiFallingThrsh for conditions which generate the notification.
                   rbnInetIpPoolLoFallingThrsh 1.3.6.1.4.1.2352.2.15.1.3.1.18 rbninetippoolthreshold read-only
The falling threshold of an IP Pool. When the value of rbnInetIpPoolAvailable crosses from (rbnInetIpPoolLoFallingThrsh + 1) to rbnInetIpPoolLoFallingThrsh (either absolute value or percentage) specified by rbnInetIpPoolThrshType, a rbnInetIpPoolLoFallingThrshMet notification and/or log is generated. The value of this object should never be greater than the value of rbnInetIpPoolHiFallingThrsh. A value of zero means that this falling threshold is not configured.
                   rbnInetIpPoolLoFallingNotify 1.3.6.1.4.1.2352.2.15.1.3.1.19 rbninetippoolthrshnotify read-only
This object specifies if rbnInetIpPoolLoFallingThrshMet and/or log is generated. See the description of rbnInetIpPoolLoFallingThrsh for conditions which generate the notification.
           rbnInetIpPoolSummary 1.3.6.1.4.1.2352.2.15.1.4
               rbnInetIpPoolCtxName 1.3.6.1.4.1.2352.2.15.1.4.1 snmpadminstring no-access
The name of the context containing the IP Pool.
               rbnInetIpPoolCtxTable 1.3.6.1.4.1.2352.2.15.1.4.2 no-access
The purpose of this table is to allow customers to monitor the status of IP Pool context summary and thresholds through SNMP. This table contains the objects which identify information about per-context IP Pool thresholds expressed in absolute value or percentage. Each row in the table corresponds to one IP Pool threshold configured within a particular context. Objects defined in this table are only accessible within the context identified in the SNMP protocol (i.e. the community string in v1/v2c or the contextName in v3).
                   rbnInetIpPoolCtxEntry 1.3.6.1.4.1.2352.2.15.1.4.2.1 no-access
A conceptual row in the rbnInetIpPoolCtxTable.
                       rbnInetIpPoolCtxPoolType 1.3.6.1.4.1.2352.2.15.1.4.2.1.1 rbninetpooltype no-access
The type of ip pool.
                       rbnInetIpPoolCtxAvailable 1.3.6.1.4.1.2352.2.15.1.4.2.1.2 unsigned32 read-only
The number of IP address prefixes of an IP Pool that are available.
                       rbnInetIpPoolCtxPoolSize 1.3.6.1.4.1.2352.2.15.1.4.2.1.3 unsigned32 read-only
The total number of IP prefixes configured in all pools of all interfaces in the context valid in the current view. It is the sum of the available plus the unusable prefixes.
                       rbnInetIpPoolCtxThrshType 1.3.6.1.4.1.2352.2.15.1.4.2.1.4 rbninetippoolthresholdtype read-only
This object indicates the value type of all threshold values in this logical row, including rbnInetIpPoolCtxHiFallingThrsh, rbnInetIpPoolCtxLoFallingThrsh.
                       rbnInetIpPoolCtxHiFallingThrsh 1.3.6.1.4.1.2352.2.15.1.4.2.1.5 rbninetippoolthreshold read-only
The falling threshold of an IP Pool. When the value of rbnInetIpPoolCtxAvailable crosses from (rbnInetIpPoolCtxHiFallingThrsh + 1) to rbnInetIpPoolCtxHiFallingThrsh in either absolute value or percentage specified by rbnInetIpPoolCtxThrshType, a rbnInetIpPoolCtxHiFallingThrshMet notification and/or log is generated. The value of this object should never be smaller than the value of rbnInetIpPoolCtxLoFallingThrsh. A value of zero means that this falling threshold is not configured.
                       rbnInetIpPoolCtxHiFallingNotify 1.3.6.1.4.1.2352.2.15.1.4.2.1.6 rbninetippoolthrshnotify read-only
This object specifies if rbnInetIpPoolCtxHiFallingThrshMet and/or log is generated. See the description of rbnInetIpPoolCtxHiFallingThrsh for conditions which generate the notification.
                       rbnInetIpPoolCtxLoFallingThrsh 1.3.6.1.4.1.2352.2.15.1.4.2.1.7 rbninetippoolthreshold read-only
The falling threshold of an IP Pool. When the value of rbnInetIpPoolCtxAvailable crosses from (rbnInetIpPoolCtxLoFallingThrsh + 1) to rbnInetIpPoolCtxLoFallingThrsh (either absolute value or percentage) specified by rbnInetIpPoolCtxThrshType, a rbnInetIpPoolCtxLoFallingThrshMet notification and/or log is generated. The value of this object should never be greater than the value of rbnInetIpPoolCtxHiFallingThrsh. A value of zero means that this falling threshold is not configured.
                       rbnInetIpPoolCtxLoFallingNotify 1.3.6.1.4.1.2352.2.15.1.4.2.1.8 rbninetippoolthrshnotify read-only
This object specifies if rbnInetIpPoolCtxLoFallingThrshMet and/or log is generated. See the description of rbnInetIpPoolCtxLoFallingThrsh for conditions which generate the notification.
       rbnIpPoolMIBConformance 1.3.6.1.4.1.2352.2.15.2
           rbnIpPoolCompliances 1.3.6.1.4.1.2352.2.15.2.1
               rbnIpPoolCompliance 1.3.6.1.4.1.2352.2.15.2.1.1
The compliance statement for SNMP entities which implement the Redback IP Pool MIB.
               rbnIpPoolNameCompliance 1.3.6.1.4.1.2352.2.15.2.1.2
The compliance statement for SNMP entities which implement the Redback IP Pool MIB, including support for named pools.
               rbnIpPoolComplianceV2 1.3.6.1.4.1.2352.2.15.2.1.3
The compliance statement for SNMP entities which implement the Redback IP Pool MIB.
               rbnIpPoolNameComplianceV2 1.3.6.1.4.1.2352.2.15.2.1.4
The compliance statement for SNMP entities which implement the Redback IP Pool MIB, including support for named pools.
               rbnIpPoolRangeCompliance 1.3.6.1.4.1.2352.2.15.2.1.5
The compliance statement for SNMP entities which implement the Redback IP Pool MIB, including support for range ip pools.
               rbnIpPoolThresholdPercentCompliance 1.3.6.1.4.1.2352.2.15.2.1.6
The compliance statement for SNMP entities which implement the Redback IP Pool MIB, including support for per-context KIP Pool percentage thresholds.
               rbnInetIpPoolCompliance 1.3.6.1.4.1.2352.2.15.2.1.7
The compliance statement for SNMP entities which implement the IP Pool MIB, including support DHCP-PD & ND IPv6 Pool.
           rbnIpPoolGroups 1.3.6.1.4.1.2352.2.15.2.2
               rbnIpPoolGroup 1.3.6.1.4.1.2352.2.15.2.2.1
The collection of objects providing interface IP Pool information.
               rbnIpPoolNotifyGroup 1.3.6.1.4.1.2352.2.15.2.2.2
The collection of notifications related to IP Pools.
               rbnIpPoolNameGroup 1.3.6.1.4.1.2352.2.15.2.2.3
An object providing the IP pool name.
               rbnIpPoolGroupV2 1.3.6.1.4.1.2352.2.15.2.2.4
The collection of objects providing interface IP Pool information.
               rbnIpPoolRangeGroup 1.3.6.1.4.1.2352.2.15.2.2.5
An object providing an IP pool range information.
               rbnIpPoolInterfaceGroup 1.3.6.1.4.1.2352.2.15.2.2.6
The collection of objects providing interface IP Pool information.
               rbnIpPoolContextGroup 1.3.6.1.4.1.2352.2.15.2.2.7
The collection of objects providing context IP Pool information.
               rbnIpPoolNotifyGroupV2 1.3.6.1.4.1.2352.2.15.2.2.8
The collection of notifications related to IP Pools.
               rbnInetIpPoolGroup 1.3.6.1.4.1.2352.2.15.2.2.9
The collection of objects providing context IP Pool information.
               rbnInetIpPoolNotifyGroup 1.3.6.1.4.1.2352.2.15.2.2.10
The collection of notifications related to IP Pools.