tr069EventCode
FEC-TR069-MIB ·
.0.6.4.1.1.1
Object
column r/w
Enumeration
Type of the event.
Context
- MIB
- FEC-TR069-MIB
- OID
.0.6.4.1.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tr069InformEventEntry
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 'FEC-TR069-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-TR069-MIB::tr069EventCode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-TR069-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-TR069-MIB::tr069EventCode.<tr069EventCommandKey>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-TR069-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-TR069-MIB::tr069EventCode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | bootstrap |
2 | boot |
3 | periodic |
4 | scheduled |
5 | valuechange |
6 | kicked |
7 | connectionrequest |
8 | transfercomplete |
9 | diagnosticscomplete |
10 | requestdownload |
11 | methodinduced |
12 | vendorspecific |