>> MIB - Management Information Base
|
>> Table: tr069InformEventTable - (.1.3.6.1.4.1.272.4.22.6.4.1.1) Description: Table of pending TR069 Inform events |
tr069InformEventTable | OID | Name | Type | Access | .1 | Code | ENUM | RW |
.2 | Name | DisplayString | RW |
.3 | Time | INTEGER | RW |
.4 | CommandKey | DisplayString | RW |
Code | Type of the event. Enumerations: - bootstrap (1)
- boot (2)
- periodic (3)
- scheduled (4)
- valuechange (5)
- kicked (6)
- connectionrequest (7)
- transfercomplete (8)
- diagnosticscomplete (9)
- requestdownload (10)
- methodinduced (11)
- vendorspecific (12)
|
Name | This is transmitted as EventCode (see spec). Only necessary for EventTypes 9 & 10 Length: 0 to 32 |
Time | Absolute time (time_t localtime) the event is scheduled to fire. 0 means ASAP |
CommandKey | Opaque value proivded by the ACS Length: 0 to 32 |
|