ERICSSON-ROUTER-IPPOOL-MIB: View SNMP OID List / Download MIB

VENDOR: ERICSSON AB


 Home MIB: ERICSSON-ROUTER-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
 eriRouterIpPoolMib 1.3.6.1.4.1.193.218.2.15
Defines the objects necessary to obtain information about IP Pools for interfaces within a context.
       eriRouterIpPoolMIBNotifications 1.3.6.1.4.1.193.218.2.15.0
           eriRouterIpPoolThresholdMet 1.3.6.1.4.1.193.218.2.15.0.1
A notification indicating that the per pool falling threshold has been reached.
           eriRouterIpPoolContextThresholdMet 1.3.6.1.4.1.193.218.2.15.0.2
A notification indicating that the per-context falling threshold has been reached.
           eriRouterIpPoolContextThresholdPercentageMet 1.3.6.1.4.1.193.218.2.15.0.3
A notification indicating that the per-context percentage falling threshold has been reached.
           eriRouterInetIpPoolHiFallingThrshMet 1.3.6.1.4.1.193.218.2.15.0.4
A notification indicating that the falling threshold with the high water mark(eriRouterInetIpPoolHiFallingThrsh) per IP Pool has been reached.
           eriRouterInetIpPoolLoFallingThrshMet 1.3.6.1.4.1.193.218.2.15.0.5
A notification indicating that the falling threshold with the low water mark(eriRouterInetIpPoolLoFallingThrsh) per IP Pool has been reached.
           eriRouterInetIpPoolCtxHiFallingThrshMet 1.3.6.1.4.1.193.218.2.15.0.6
A notification indicating that the falling threshold with the high water mark(eriRouterInetIpPoolCtxHiFallingThrsh) per IP Pool has been reached.
           eriRouterInetIpPoolCtxLoFallingThrshMet 1.3.6.1.4.1.193.218.2.15.0.7
A notification indicating that the falling threshold with the low water mark(eriRouterInetIpPoolCtxLoFallingThrsh) per IP Pool has been reached.
       eriRouterIpPoolMIBObjects 1.3.6.1.4.1.193.218.2.15.1
           eriRouterIpPoolTable 1.3.6.1.4.1.193.218.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).
               eriRouterIpPoolEntry 1.3.6.1.4.1.193.218.2.15.1.1.1 no-access
A conceptual row in the eriRouterIpPoolTable.
                   eriRouterIpPoolInterfaceIdx 1.3.6.1.4.1.193.218.2.15.1.1.1.1 unsigned32 no-access
The index of the interface containing the IP Pool.
                   eriRouterIpPoolAddr 1.3.6.1.4.1.193.218.2.15.1.1.1.2 ipaddress no-access
The start address of the IP Pool.
                   eriRouterIpPoolInterfaceName 1.3.6.1.4.1.193.218.2.15.1.1.1.3 snmpadminstring read-only
The name of the interface containing the IP Pool.
                   eriRouterIpPoolMask 1.3.6.1.4.1.193.218.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.
                   eriRouterIpPoolSize 1.3.6.1.4.1.193.218.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.
                   eriRouterIpPoolAvailable 1.3.6.1.4.1.193.218.2.15.1.1.1.6 unsigned32 read-only
The number of addresses of an IP Pool that are available.
                   eriRouterIpPoolUnusable 1.3.6.1.4.1.193.218.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.
                   eriRouterIpPoolInuse 1.3.6.1.4.1.193.218.2.15.1.1.1.8 unsigned32 read-only
The number of addresses of an IP Pool that are in use.
                   eriRouterIpPoolThreshold 1.3.6.1.4.1.193.218.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 eriRouterIpPoolAvailable, 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 (eriRouterIpPoolThreshold+1) addresses to eriRouterIpPoolThreshold addresses. Additionally, the action of sending the trap and/or log message is subject to the values of eriRouterIpPoolSendTrap and eriRouterIpPoolLogMessage. A value of zero means there is no threshold.
                   eriRouterIpPoolSendTrap 1.3.6.1.4.1.193.218.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 eriRouterIpPoolThresholdMet for the information included in the trap. Note, both eriRouterIpPoolSendTrap and eriRouterIpPoolLogMessage are allowed to be TRUE at the same time.
                   eriRouterIpPoolLogMessage 1.3.6.1.4.1.193.218.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 eriRouterIpPoolThresholdMet trap. Note, both eriRouterIpPoolSendTrap and eriRouterIpPoolLogMessage are allowed to be TRUE at the same time.
                   eriRouterIpPoolName 1.3.6.1.4.1.193.218.2.15.1.1.1.12 snmpadminstring read-only
The name of the IP Pool.
                   eriRouterIpPoolType 1.3.6.1.4.1.193.218.2.15.1.1.1.13 integer read-only
The type of the IP Pool. Enumeration: 'subnet': 0, 'range': 1.
                   eriRouterIpPoolEndAddr 1.3.6.1.4.1.193.218.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.
           eriRouterIpPoolSummary 1.3.6.1.4.1.193.218.2.15.1.2
               eriRouterIpPoolContextName 1.3.6.1.4.1.193.218.2.15.1.2.1 snmpadminstring read-only
The name of the context containing the IP Pool.
               eriRouterIpPoolContextAvailable 1.3.6.1.4.1.193.218.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.
               eriRouterIpPoolContextThreshold 1.3.6.1.4.1.193.218.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 eriRouterIpPoolContextAvailable, 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 (eriRouterIpPoolContextThreshold+1) addresses to eriRouterIpPoolContextThreshold addresses. Additionally, the action of sending the trap and/or log message is subject to the values of eriRouterIpPoolContextSendTrap and eriRouterIpPoolContextLogMessage. A value of zero means there is no per-context threshold.
               eriRouterIpPoolContextSendTrap 1.3.6.1.4.1.193.218.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 eriRouterIpPoolContextThresholdMet for the information included in the trap. Note, both eriRouterIpPoolContextSendTrap and eriRouterIpPoolContextLogMessage are allowed to be true at the same time.
               eriRouterIpPoolContextLogMessage 1.3.6.1.4.1.193.218.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 eriRouterIpPoolContextThresholdMet trap. Note, both eriRouterIpPoolContextSendTrap and eriRouterIpPoolContextLogMessage are allowed to be true at the same time.
               eriRouterIpPoolContextTotalSize 1.3.6.1.4.1.193.218.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.
               eriRouterIpPoolContextThresholdPercentTable 1.3.6.1.4.1.193.218.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).
                   eriRouterIpPoolContextThresholdPercentEntry 1.3.6.1.4.1.193.218.2.15.1.2.7.1 no-access
A conceptual row in the eriRouterIpPoolContextThresholdPercentTable.
                       eriRouterIpPoolContextThresholdIndex 1.3.6.1.4.1.193.218.2.15.1.2.7.1.1 unsigned32 no-access
The index of the IP Pool percentage threshold.
                       eriRouterIpPoolContextThresholdPercentage 1.3.6.1.4.1.193.218.2.15.1.2.7.1.2 erirouterpercentage 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 eriRouterIpPoolContextAvailable/eriRouterIpPoolContextTotalSize 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 eriRouterIpPoolContextThresholdSendTrap and eriRouterIpPoolContextThresholdLogMessage.
                       eriRouterIpPoolContextThresholdSendTrap 1.3.6.1.4.1.193.218.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 eriRouterIpPoolContextThresholdPercentageMet for the information included in the trap. Note, both eriRouterIpPoolContextThresholdSendTrap and eriRouterIpPoolContextThresholdLogMessage are allowed to be true at the same time.
                       eriRouterIpPoolContextThresholdLogMessage 1.3.6.1.4.1.193.218.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 eriRouterIpPoolContextThresholdPercentageMet trap. Note, both eriRouterIpPoolContextThresholdSendTrap and eriRouterIpPoolContextThresholdLogMessage are allowed to be true at the same time.
           eriRouterInetIpPoolTable 1.3.6.1.4.1.193.218.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).
               eriRouterInetIpPoolEntry 1.3.6.1.4.1.193.218.2.15.1.3.1 no-access
A conceptual row in the eriRouterInetIpPoolTable.
                   eriRouterInetIpPoolType 1.3.6.1.4.1.193.218.2.15.1.3.1.1 erirouterinetpooltype no-access
The type of IP Pool.
                   eriRouterInetIpPoolIfIndex 1.3.6.1.4.1.193.218.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.
                   eriRouterInetIpPoolStartPrefixType 1.3.6.1.4.1.193.218.2.15.1.3.1.3 inetaddresstype no-access
The address type of eriRouterInetIpPoolPrefix.
                   eriRouterInetIpPoolStartPrefix 1.3.6.1.4.1.193.218.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 eriRouterInetIpPoolPrefixType. The length of this object is the standard length for objects of that type (always 16 bytes). Any bits after eriRouterInetIpPoolStartPrefixLen must be zero.
                   eriRouterInetIpPoolStartPrefixLen 1.3.6.1.4.1.193.218.2.15.1.3.1.5 inetaddressprefixlength no-access
The prefix length associated with this prefix. It refers to advertised or delegated prefix length.
                   eriRouterInetIpPoolEndPrefixType 1.3.6.1.4.1.193.218.2.15.1.3.1.6 inetaddresstype read-only
The address type of eriRouterInetIpPoolPrefix. The value of this object is always ipv6 (2).
                   eriRouterInetIpPoolEndPrefix 1.3.6.1.4.1.193.218.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 eriRouterInetIpPoolPrefixType. Any bits after eriRouterInetIpPoolPrefixLen must be zero.
                   eriRouterInetIpPoolEndPrefixLen 1.3.6.1.4.1.193.218.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 eriRouterInetIpPoolEndPrefixLen.
                   eriRouterInetIpPoolInterfaceName 1.3.6.1.4.1.193.218.2.15.1.3.1.9 snmpadminstring read-only
The name of the interface containing the IP Pool.
                   eriRouterInetIpPoolName 1.3.6.1.4.1.193.218.2.15.1.3.1.10 snmpadminstring read-only
The name of the IP Pool.
                   eriRouterInetIpPoolSize 1.3.6.1.4.1.193.218.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.
                   eriRouterInetIpPoolAvailable 1.3.6.1.4.1.193.218.2.15.1.3.1.12 unsigned32 read-only
The number of IP address prefixes of an IP Pool that are available.
                   eriRouterInetIpPoolUnusable 1.3.6.1.4.1.193.218.2.15.1.3.1.13 unsigned32 read-only
Unusable IP prefixes in an IP Pool.
                   eriRouterInetIpPoolInuse 1.3.6.1.4.1.193.218.2.15.1.3.1.14 unsigned32 read-only
The number of IP prefixes of an IP Pool that are in use.
                   eriRouterInetIpPoolThrshType 1.3.6.1.4.1.193.218.2.15.1.3.1.15 erirouterinetippoolthresholdtype read-only
This object indicates the value type of all threshold values in this logical row, including eriRouterInetIpPoolHiFallingThrsh, eriRouterInetIpPoolLoFallingThrsh.
                   eriRouterInetIpPoolHiFallingThrsh 1.3.6.1.4.1.193.218.2.15.1.3.1.16 erirouterinetippoolthreshold read-only
The falling threshold of an IP Pool. When the value of eriRouterInetIpPoolAvailable crosses from (eriRouterInetIpPoolHiFallingThrsh + 1) to eriRouterInetIpPoolHiFallingThrsh in either absolute value or percentage specified by eriRouterInetIpPoolThrshType, a eriRouterInetIpPoolHiFallingThrshMet notification and/or log is generated. The value of this object should never be smaller than the value of eriRouterInetIpPoolLoFallingThrsh. A value of zero means that this falling threshold is not configured.
                   eriRouterInetIpPoolHiFallingNotify 1.3.6.1.4.1.193.218.2.15.1.3.1.17 erirouterinetippoolthrshnotify read-only
This object specifies if eriRouterInetIpPoolHiFallingThrshMet and/or log is generated. See the description of eriRouterInetIpPoolHiFallingThrsh for conditions which generate the notification.
                   eriRouterInetIpPoolLoFallingThrsh 1.3.6.1.4.1.193.218.2.15.1.3.1.18 erirouterinetippoolthreshold read-only
The falling threshold of an IP Pool. When the value of eriRouterInetIpPoolAvailable crosses from (eriRouterInetIpPoolLoFallingThrsh + 1) to eriRouterInetIpPoolLoFallingThrsh (either absolute value or percentage) specified by eriRouterInetIpPoolThrshType, a eriRouterInetIpPoolLoFallingThrshMet notification and/or log is generated. The value of this object should never be greater than the value of eriRouterInetIpPoolHiFallingThrsh. A value of zero means that this falling threshold is not configured.
                   eriRouterInetIpPoolLoFallingNotify 1.3.6.1.4.1.193.218.2.15.1.3.1.19 erirouterinetippoolthrshnotify read-only
This object specifies if eriRouterInetIpPoolLoFallingThrshMet and/or log is generated. See the description of eriRouterInetIpPoolLoFallingThrsh for conditions which generate the notification.
           eriRouterInetIpPoolSummary 1.3.6.1.4.1.193.218.2.15.1.4
               eriRouterInetIpPoolCtxName 1.3.6.1.4.1.193.218.2.15.1.4.1 snmpadminstring no-access
The name of the context containing the IP Pool.
               eriRouterInetIpPoolCtxTable 1.3.6.1.4.1.193.218.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).
                   eriRouterInetIpPoolCtxEntry 1.3.6.1.4.1.193.218.2.15.1.4.2.1 no-access
A conceptual row in the eriRouterInetIpPoolCtxTable.
                       eriRouterInetIpPoolCtxPoolType 1.3.6.1.4.1.193.218.2.15.1.4.2.1.1 erirouterinetpooltype no-access
The type of ip pool.
                       eriRouterInetIpPoolCtxAvailable 1.3.6.1.4.1.193.218.2.15.1.4.2.1.2 unsigned32 read-only
The number of IP address prefixes of an IP Pool that are available.
                       eriRouterInetIpPoolCtxPoolSize 1.3.6.1.4.1.193.218.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.
                       eriRouterInetIpPoolCtxThrshType 1.3.6.1.4.1.193.218.2.15.1.4.2.1.4 erirouterinetippoolthresholdtype read-only
This object indicates the value type of all threshold values in this logical row, including eriRouterInetIpPoolCtxHiFallingThrsh, eriRouterInetIpPoolCtxLoFallingThrsh.
                       eriRouterInetIpPoolCtxHiFallingThrsh 1.3.6.1.4.1.193.218.2.15.1.4.2.1.5 erirouterinetippoolthreshold read-only
The falling threshold of an IP Pool. When the value of eriRouterInetIpPoolCtxAvailable crosses from (eriRouterInetIpPoolCtxHiFallingThrsh + 1) to eriRouterInetIpPoolCtxHiFallingThrsh in either absolute value or percentage specified by eriRouterInetIpPoolCtxThrshType, a eriRouterInetIpPoolCtxHiFallingThrshMet notification and/or log is generated. The value of this object should never be smaller than the value of eriRouterInetIpPoolCtxLoFallingThrsh. A value of zero means that this falling threshold is not configured.
                       eriRouterInetIpPoolCtxHiFallingNotify 1.3.6.1.4.1.193.218.2.15.1.4.2.1.6 erirouterinetippoolthrshnotify read-only
This object specifies if eriRouterInetIpPoolCtxHiFallingThrshMet and/or log is generated. See the description of eriRouterInetIpPoolCtxHiFallingThrsh for conditions which generate the notification.
                       eriRouterInetIpPoolCtxLoFallingThrsh 1.3.6.1.4.1.193.218.2.15.1.4.2.1.7 erirouterinetippoolthreshold read-only
The falling threshold of an IP Pool. When the value of eriRouterInetIpPoolCtxAvailable crosses from (eriRouterInetIpPoolCtxLoFallingThrsh + 1) to eriRouterInetIpPoolCtxLoFallingThrsh (either absolute value or percentage) specified by eriRouterInetIpPoolCtxThrshType, a eriRouterInetIpPoolCtxLoFallingThrshMet notification and/or log is generated. The value of this object should never be greater than the value of eriRouterInetIpPoolCtxHiFallingThrsh. A value of zero means that this falling threshold is not configured.
                       eriRouterInetIpPoolCtxLoFallingNotify 1.3.6.1.4.1.193.218.2.15.1.4.2.1.8 erirouterinetippoolthrshnotify read-only
This object specifies if eriRouterInetIpPoolCtxLoFallingThrshMet and/or log is generated. See the description of eriRouterInetIpPoolCtxLoFallingThrsh for conditions which generate the notification.
       eriRouterIpPoolMIBConformance 1.3.6.1.4.1.193.218.2.15.2
           eriRouterIpPoolCompliances 1.3.6.1.4.1.193.218.2.15.2.1
               eriRouterIpPoolCompliance 1.3.6.1.4.1.193.218.2.15.2.1.1
The compliance statement for SNMP entities which implement this IP Pool MIB.
               eriRouterIpPoolNameCompliance 1.3.6.1.4.1.193.218.2.15.2.1.2
The compliance statement for SNMP entities which implement this IP Pool MIB, including support for named pools.
               eriRouterIpPoolComplianceV2 1.3.6.1.4.1.193.218.2.15.2.1.3
The compliance statement for SNMP entities which implement this IP Pool MIB.
               eriRouterIpPoolNameComplianceV2 1.3.6.1.4.1.193.218.2.15.2.1.4
The compliance statement for SNMP entities which implement this IP Pool MIB, including support for named pools.
               eriRouterIpPoolRangeCompliance 1.3.6.1.4.1.193.218.2.15.2.1.5
The compliance statement for SNMP entities which implement thhis IP Pool MIB, including support for range ip pools.
               eriRouterIpPoolThresholdPercentCompliance 1.3.6.1.4.1.193.218.2.15.2.1.6
The compliance statement for SNMP entities which implement this IP Pool MIB, including support for per-context KIP Pool percentage thresholds.
               eriRouterInetIpPoolCompliance 1.3.6.1.4.1.193.218.2.15.2.1.7
The compliance statement for SNMP entities which implement the IP Pool MIB, including support DHCP-PD & ND IPv6 Pool.
           eriRouterIpPoolGroups 1.3.6.1.4.1.193.218.2.15.2.2
               eriRouterIpPoolGroup 1.3.6.1.4.1.193.218.2.15.2.2.1
The collection of objects providing interface IP Pool information.
               eriRouterIpPoolNotifyGroup 1.3.6.1.4.1.193.218.2.15.2.2.2
The collection of notifications related to IP Pools.
               eriRouterIpPoolNameGroup 1.3.6.1.4.1.193.218.2.15.2.2.3
An object providing the IP pool name.
               eriRouterIpPoolGroupV2 1.3.6.1.4.1.193.218.2.15.2.2.4
The collection of objects providing interface IP Pool information.
               eriRouterIpPoolRangeGroup 1.3.6.1.4.1.193.218.2.15.2.2.5
An object providing an IP pool range information.
               eriRouterIpPoolInterfaceGroup 1.3.6.1.4.1.193.218.2.15.2.2.6
The collection of objects providing interface IP Pool information.
               eriRouterIpPoolContextGroup 1.3.6.1.4.1.193.218.2.15.2.2.7
The collection of objects providing context IP Pool information.
               eriRouterIpPoolNotifyGroupV2 1.3.6.1.4.1.193.218.2.15.2.2.8
The collection of notifications related to IP Pools.
               eriRouterInetIpPoolGroup 1.3.6.1.4.1.193.218.2.15.2.2.9
The collection of objects providing context IP Pool information.
               eriRouterInetIpPoolNotifyGroup 1.3.6.1.4.1.193.218.2.15.2.2.10
The collection of notifications related to IP Pools.