rbnIpPoolSendTrap
RBN-IPPOOL-MIB ·
.1.3.6.1.4.1.2352.2.15.1.1.1.10
Object
column SNMPv2-TCTruthValue
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.
Context
- MIB
- RBN-IPPOOL-MIB
- OID
.1.3.6.1.4.1.2352.2.15.1.1.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rbnIpPoolEntry
- Groups
- 3
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RBN-IPPOOL-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RBN-IPPOOL-MIB::rbnIpPoolSendTrap'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RBN-IPPOOL-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RBN-IPPOOL-MIB::rbnIpPoolSendTrap.<rbnIpPoolInterfaceIdx>.<rbnIpPoolAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RBN-IPPOOL-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RBN-IPPOOL-MIB::rbnIpPoolSendTrap'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |