nbsSysTrapTblEntStatus
NBASE-G1-MIB ·
.1.3.6.1.4.1.629.1.3.12.1.2
Object
column mandatory
r/w
Enumeration
This object is used to get/set the validity of the
information contained by nbsSysTrapEntry row.
Setting this object to the value invalid(1) has the effect of
deleting the corresponding entry in the nbsSysTrapTable.
Deleting and entry has the effect of initializing it to default
values : IpAddr = 0.0.0.0 & Comm = null string.
Setting this object to the value valid(2) entry has the effect of
creating a new row/entry in the nbsSysTrapTable object, if an entry
with the same nbsSysTrapTblEntIpAddr does not exist. If such
an entry exists, then a 'badValue' error will be returned.
The GET operations will receive a value of valid(2) for
existing entries. An invalid(1) value indicates an entry that
was deleted by a previous SET operation.
Context
- MIB
- NBASE-G1-MIB
- OID
.1.3.6.1.4.1.629.1.3.12.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- nbsSysTrapEntry
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 'NBASE-G1-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBASE-G1-MIB::nbsSysTrapTblEntStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NBASE-G1-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NBASE-G1-MIB::nbsSysTrapTblEntStatus.<nbsSysTrapTblEntIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NBASE-G1-MIB' -M '/opt/observium/mibs/mrv:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NBASE-G1-MIB::nbsSysTrapTblEntStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | invalid |
2 | active |