PKTC-EVENT-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: PKTC-EVENT-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
 pktcEventMib 1.3.6.1.2.1.1
This MIB module specifies the basic management objects for managing events generated by the Multimedia Terminal Adapter devices compliant with the PacketCable and IPCablecom requirements. Copyright (C) The IETF Trust (2007). This version of this MIB module is part of RFC nnnn; see the RFC itself for full legal notices.
     pktcEventNotifications 1.3.6.1.2.1.1.0
         pktcEventInform 1.3.6.1.2.1.1.0.1
This Notification MIB Objects contains the SNMP Inform contents for event reporting. It contains the event log time, the organization ID, the event identifier, the endpoint identifier, the correlation id, and the MTA MAC address.
         pktcEventTrap 1.3.6.1.2.1.1.0.2
This Notification MIB Objects contains the SNMP Trap (SNMPv2-Trap-PDU) contents for event reporting. It contains the event log time, the organization ID, the event identifier, the endpoint identifier, the correlation id, and the MTA MAC address.
     pktcEventMibObjects 1.3.6.1.2.1.1.1
         pktcEventControl 1.3.6.1.2.1.1.1.1
             pktcEventReset 1.3.6.1.2.1.1.1.1.1 bits read-write
This MIB object allows a management station to clear the local log of generated events, reset the management event descriptions, or both. MTAs generate management events. These events are stored in the MIB table 'pktcEventLogTable'. If a management station needs to clear all the current entries (e.g., after a troubleshooting operation is complete), it can do so by setting the resetEvLogTable(0) bit to a value of '1'. The MTA is pre-configured with the events that it can generate. This is stored in the MIB table 'pktcEventDescrTable'. This table also contains the descriptions associated with these events. These descriptions can be modified by a management station. However, if the management station wishes to reset the descriptions (to factory defaults), it can do so by setting the resetEvDescrTable(1) bit to a value of '1'. The MTA actions are summarized below: Bit resetEvLogTable(0) set to a value of '1' - delete all entries in pktcEventLogTable; - reset the value of pktcEventLogIndex to '0'. Bit resetEvDescrTable(1) set to a value of '1' - reset the pktcEventDescrTable to the factory default values. Bits resetEvLogTable(0) and resetEvDescrTable(1) set to a value of '1' - perform the above actions as though they were performed individually (in any order). Setting a reset bit to a value of '0' MUST not result in any action. The MTA MUST perform the above actions regardless of persistence (i.e. storage in non-volatile memory). The MTA MUST always return a value of '00' when this MIB Object is read. Bits: 'resetEvDescrTable': 1, 'resetEvLogTable': 0.
             pktcEventSyslog 1.3.6.1.2.1.1.1.1.2
                 pktcEventSyslogCapabilities 1.3.6.1.2.1.1.1.1.2.1 bits read-only
This MIB Object contains the MTA capabilities for supporting the Syslog protocol. The MTA is allowed to support two Syslog message formats, the BSD syslog message formats specified in RFC 3164 (formatBSDSyslog), and the IETF syslog protocol per [RFCAAA] (formatSyslogProtocol). The MTA MUST support formatBSDSyslog. The MTA SHOULD support the IETF syslog standard. BSD syslog protocol specifies UDP as the transport protocol, and the IETF syslog protocol allows for multiple transport protocols. This MIB module supports two transport protocols: UDP and TLS (the latter is only applicable when formatSyslogProtocol(2) is supported). The MTA MUST support UDP transport. The MTA MAY support TLS for transport if it supports the IETF syslog protocol. The MTA MUST set the appropriate bits, based on its implementation. Bits: 'transportUDP': 2, 'formatSyslogProtocol': 1, 'formatBSDSyslog': 0, 'transportTLS': 3.
                 pktcEventSyslogAddressType 1.3.6.1.2.1.1.1.1.2.2 inetaddresstype read-write
This MIB Object defines the Internet address type of the syslog server specified by the MIB Object 'pktcEventSyslogAddress' .
                 pktcEventSyslogAddress 1.3.6.1.2.1.1.1.1.2.3 inetaddress read-write
This MIB Object contains the IP address of the syslog server to which the MTA can transmit a syslog message upon the generation of a management event. If this MIB Object is set to a value other than a routable unicast address ('0.0.0.0' or 255.255.255.255 for IPv4), the MTA MUST suspend the transmission of Syslog messages. The use of FQDNs is syntactically allowed, but not recommended since a failure to resolve them in a timely manner may leave the device without access to the syslog daemon during critical network events. The type of address this object represents is defined by the MIB Object pktDevEvsyslogAddressType. The format of the syslog message is specified by the MIB Object 'pktcEventSyslogMsgFormat'.
                 pktcEventSyslogTransport 1.3.6.1.2.1.1.1.1.2.4 integer read-write
This MIB Object specifies the transport to be used to transmit syslog messages to the syslog server contained in the MIB Object 'pktcEventSyslogAddress'. Two possible transports are supported: UDP, and TLS. If the MTA does not support TLS, then an SNMP SET operation to set the value to tls(2) MUST result in an 'inconsistentValue' response. Enumeration: 'tls': 2, 'udp': 1.
                 pktcEventSyslogPort 1.3.6.1.2.1.1.1.1.2.5 inetportnumber read-write
This MIB Object contains the port number of the syslog Server to which the syslog messages are to be transmitted. The MTA MUST use the specified value to transmit to the syslog Server.
                 pktcEventSyslogMsgFormat 1.3.6.1.2.1.1.1.1.2.6 integer read-write
This MIB Object contains the syslog message format to be used for transmitting syslog messages to the server contained in the MIB Object 'pktcEventSyslogServer'. Two formats are supported: formatBSDSyslog(1) as specified in [RFC3164] and formatSyslogProtocol(2) as specified in [RFCAAA]. MTAs MUST support formatBSDSyslog(1). MTAs SHOULD support formatSyslogProtocol(2). Enumeration: 'formatSyslogProtocol': 2, 'formatBSDSyslog': 1.
             pktcEventClassReportTable 1.3.6.1.2.1.1.1.1.3 no-access
This MIB table allows for management events that can be generated by an MTA to be classified into categories, or 'event classes'. For example, all the configuration related events can be associated with an event class titled 'configuration'. Such as a classification allows for a management station to affect changes on a common group of events, at once. Two operations are specified on an event class: enabling or disabling of all the events in an event class, and selective enabling or disabling based on the severity level.
                 pktcEventClassReportEntry 1.3.6.1.2.1.1.1.1.3.1 no-access
Each entry in this table specifies an event class as identified by the MTA manufacturer, based on the events supported. The MTA MUST create one entry (index=100) for the event class titled 'generic'. This event class MUST contain all the events that do not belong to a vendor specified event class. In the case of events belonging to multiple categories, event classes with lower indices take priority over others.
                     pktcEventClassIndex 1.3.6.1.2.1.1.1.1.3.1.1 unsigned32 no-access
This MIB Object is an index into the event class table.
                     pktcEventClassName 1.3.6.1.2.1.1.1.1.3.1.2 snmpadminstring read-only
This MIB Object contains the event class name of an event class supported by the device. Vendors MAY define different event classes (e.g. DHCP, SNMP, DEBUG) to group together management events of a particular category.
                     pktcEventClassReportStatus 1.3.6.1.2.1.1.1.1.3.1.3 truthvalue read-write
This MIB Object indicates if events belonging to a particular event class are to be enabled or disabled for event reporting. Setting this object to a value of 'true' enables reporting of all the events in the event class. When enabled, the means of reporting is specified by the MIB Object 'pktcEventDescrReporting'. Setting this object to a value of 'false' disables any reporting, irrespective of the value of the MIB Object 'pktcEventDescrReporting' for a specific event. The default value of this MIB Object is vendor specific. However, the vendor SHOULD enable all event categories defined by PacketCable or IPCableCom, by default.
                     pktcEventClassSeverityLevel 1.3.6.1.2.1.1.1.1.3.1.4 syslogseveritymask read-write
This MIB Object defines the severity level of events belonging to a specific event class, that are enabled for event reporting. This MIB Object has no effect on the event reporting unless the MIB Object 'pktcEventClassReportStatus' is set to a value of 'true', for the corresponding event class. Setting a bit to a value of '1' implies that events corresponding to that severity level MUST be reported as defined by the corresponding value of 'pktcEventDescrReporting' for events in the event class. Setting a bit to a value of '0' implies that events corresponding to that level MUST NOT be reported, irrespective of the corresponding value of 'pktcEventDescrReporting' for events in the event class. It is recommended that the bits corresponding to emergency(0), alert(1), critical(2) and error(3) always be set to a value of '1'.
         pktcEventThrottle 1.3.6.1.2.1.1.1.2
             pktcEventThrottleAdminStatus 1.3.6.1.2.1.1.1.2.1 integer read-write
This MIB Object controls the throttling of the transmitted messages upon generation of an event (SNMP/syslog). A value of unconstrained(1) causes event messages to be transmitted without regard to the threshold settings. A value of maintainBelowThreshold(2) causes event messages to be suppressed if the number of transmissions would otherwise exceed the threshold. A value of stopAtThreshold(3) causes event message transmission to cease at the threshold, and not resume until directed to do so. A value of inhibited(4) causes all event message Transmission to be suppressed. An event causing both an SNMP and a syslog message is still treated as a single event. Writing to this object resets the thresholding state. Refer to MIB Objects pktcEventThrottleThreshold and pktcEventThrottleInterval for information on throttling. Enumeration: 'unconstrained': 1, 'inhibited': 4, 'maintainBelowThreshold': 2, 'stopAtThreshold': 3.
             pktcEventThrottleThreshold 1.3.6.1.2.1.1.1.2.2 unsigned32 read-write
This MIB Object contains the number of events per pktcEventThrottleInterval to be transmitted before throttling. An event causing both an SNMP and a syslog message is still treated as a single event.
             pktcEventThrottleInterval 1.3.6.1.2.1.1.1.2.3 unsigned32 read-write
This MIB Object contains the interval over which the throttle threshold applies.
         pktcEventStatus 1.3.6.1.2.1.1.1.3
             pktcEventTransmissionStatus 1.3.6.1.2.1.1.1.3.1 bits read-only
This MIB Object reflects the status of the event transmissions. If a bit corresponding to a state is set to a value of: '1', it indicates that the state is true '0', it indicates that the state is false 'Event throttling' is based on thresholds and the current setting of pktcEventThrottleAdminStatus. 'Server/Manager' indicators must be based on the availability of valid syslog server/SNMP managers. 'Transmit Errors' must only be used in cases where the MTA can identify unavailable servers. Bits: 'validSnmpManagerAbsent': 3, 'snmpThrottled': 1, 'snmpTransmitError': 5, 'syslogTransmitError': 4, 'validsyslogServerAbsent': 2, 'syslogThrottled': 0.
         pktcEventDescr 1.3.6.1.2.1.1.1.4
             pktcEventDescrTable 1.3.6.1.2.1.1.1.4.1 no-access
This MIB table contains all possible management events that can be generated by the device. This includes both PacketCable and IPCableCom defined, and vendor-specific events.
                 pktcEventDescrEntry 1.3.6.1.2.1.1.1.4.1.1 no-access
An entry in this table is created for each event the MTA implementing this MIB is capable of reporting.
                     pktcEventDescrOrg 1.3.6.1.2.1.1.1.4.1.1.1 unsigned32 no-access
This MIB Object provides the IANA enterprise number of the Organization defining the event. Thus, all PacketCable or IPCableCom defined events will contain the PacketCable or IPCableCom IANA enterprise number and for vendor-specific events it will contain the IANA enterprise number of the defining organization.
                     pktcEventDescrId 1.3.6.1.2.1.1.1.4.1.1.2 unsigned32 no-access
This MIB Object contains the event identifier for the specific event to which the priority and display strings belong.
                     pktcEventDescrFacility 1.3.6.1.2.1.1.1.4.1.1.3 syslogfacility read-only
This MIB Object contains the facility for the event. For PacketCable, IPCableCom or ETSI events this MUST be set to a value of local0(16).
                     pktcEventDescrSeverityLevel 1.3.6.1.2.1.1.1.4.1.1.4 syslogseverity read-write
This MIB Object contains the severity level that is applicable to the specified event.
                     pktcEventDescrReporting 1.3.6.1.2.1.1.1.4.1.1.5 bits read-write
This MIB Object defines the action to be taken on occurrence of this event. Bit local(0) refers to local logging of events, bit sylog(1) refers to the transmission of events using syslog, bit snmpTrap(2) refers to the transmission of events using SNMP Traps (SNMPv2-Trap-PDU) and bit snmpInform(3)refers to the transmission of events using SNMP INFORMs. Setting a bit to a value of '1' indicates that the corresponding action will be taken upon occurrence of this event. If none of the bits are set then no action is taken upon occurrence of the event. The success of transmission using syslog and SNMP depends on the MTA configuration. For example, a valid syslog server address is required for syslog message transmission. Specification of a management event does not necessarily include the actions to be taken upon its generation, i.e., it does not need to specify if a generated event needs to be transmitted via SNMP, syslog or locally stored. Thus, certain default values of this MIB OBject is are specified, based on the event's severity level (refer to the MIB Object 'pktcEventDescrSeverityLevel'.) If the severity level of an event is emergency(0), alert(1), critical(2) or error(3), the MTA MUST set the bits for local(0), syslog(1) and snmpInform(3) to a value of '1', and the remaining bits to a value of '0'. For an event with any other severity level the MTA MUST set the bits for local(0) and syslog(1) to a value of '1' and the rest of the bits to a value of '0'. Bits: 'syslog': 1, 'local': 0, 'snmpInform': 3, 'snmpTrap': 2.
                     pktcEventDescrText 1.3.6.1.2.1.1.1.4.1.1.6 snmpadminstring read-write
This MIB Object provides a human-readable description of the event.
                     pktcEventDescrClass 1.3.6.1.2.1.1.1.4.1.1.7 snmpadminstring read-only
This MIB Object represents an event class associated with the corresponding event. See the MIB table 'pktcEventClassReportTable' for a description of event classes and usage. If the event is not categorized into a specific vendor-specified event class, it will be associated with the event class 'generic'.
         pktcEventLog 1.3.6.1.2.1.1.1.5
             pktcEventLogTable 1.3.6.1.2.1.1.1.5.1 no-access
This MIB table contains a log of the events generated by the MTA. A description of all the events that can be generated by the device can be obtained from the MIB table 'pktcEventDescrTable'. The contents of this table MAY persist in non-volatile memory.
                 pktcEventLogEntry 1.3.6.1.2.1.1.1.5.1.1 no-access
Each entry in this table describes an event that has occurred, indexed in the chronological order of generation. The details of the event are borrowed from the parameters associated with the corresponding event entry in 'pktcEventDescrTable', at the time of the event generation. While all entries created as such can be cleared using the MIB Object pktcEventReset, the Event entries themselves cannot be individually deleted.
                     pktcEventLogIndex 1.3.6.1.2.1.1.1.5.1.1.1 unsigned32 no-access
This MIB Object provides relative ordering of the objects in the event log. This object will always increase except when (a) the log is reset via pktcEventReset, (b) the device reboots and does not implement non-volatile storage for this log, (c) it reaches the value 2^31. In all the above, newer events will be stored starting with an index value of '1' (cyclic rotation).
                     pktcEventLogTime 1.3.6.1.2.1.1.1.5.1.1.2 dateandtime read-only
This MIB Object provides a human-readable description of the time at which the event occurred. The actual time used SHOULD be defined by the architecture using this MIB definition. If unspecified, this MUST be the local time.
                     pktcEventLogOrg 1.3.6.1.2.1.1.1.5.1.1.3 unsigned32 read-only
This MIB Object provides the IANA enterprise number of the Organization defining the event. Thus, all PacketCable or IPCableCom defined events will contain the CableLabs or IPCableCom IANA enterprise number and for vendor-specific events it will contain the IANA enterprise number of the defining organization.
                     pktcEventLogId 1.3.6.1.2.1.1.1.5.1.1.4 unsigned32 read-only
This MIB Object contains the event identifier for the specific event to which the priority and display strings belong.
                     pktcEventLogText 1.3.6.1.2.1.1.1.5.1.1.5 snmpadminstring read-only
This MIB Object contains the contents of the MIB Object 'pktcEventDescrText', corresponding to the event, at the moment of generation.
                     pktcEventLogEndpointName 1.3.6.1.2.1.1.1.5.1.1.6 snmpadminstring read-only
This MIB Object provides the endpoint identifier followed by the PacketCable MTA's Fully Qualified Domain Name (FQDN) and the IP Address (IP) of the PacketCable MTA device. This will be denoted as follows: aaln/n:/, where 'n' is the Endpoint number. or / if it is not specific to an endpoint.
                     pktcEventLogType 1.3.6.1.2.1.1.1.5.1.1.7 bits read-only
This MIB Object contains the kind of actions taken by the MTA when the event occurred. A bit with a value of '1' indicates the corresponding action was taken. Setting it to a value of '0' indicates that the corresponding action was not taken. An event may trigger one or more actions (e.g.: syslog and SNMP) or may remain as a local event since transmissions could be disabled or inhibited as defined by the Throttle MIB Objects. Bits: 'syslog': 1, 'local': 0, 'trap': 2, 'inform': 3.
                     pktcEventLogTargetInfo 1.3.6.1.2.1.1.1.5.1.1.8 snmpadminstring read-only
This MIB Object contains a comma separated list of the actions taken for external notifications, along with the target IP address for the generated events. Locally stored events must not be recorded in this MIB Object. The syntax is as: ,, Where is to be denoted as follows: For syslog events: syslog/ For SNMP traps: snmpTrap/ For SNMP INFORMS: snmpInform/ If there are multiple targets for the same type (SNMP Traps sent to multiple IP addresses) or if there are multiple messages sent to the same IP (syslog and SNMP sent to the same IP address) they need to be reported individually.
                     pktcEventLogCorrelationId 1.3.6.1.2.1.1.1.5.1.1.9 unsigned32 read-only
This MIB Object contains the correlation ID generated by the MTA during the initiation of the last provisioning flow, within or following which the event occurred. Although a Correlation-ID, once generated after MTA reset, does not change until next MTA reset, the value of this object will differ for the events preserved across MTA resets in case of a persistent pktcEventLogTable. For more information on the generation of correlation ids, refer to the corresponding PacketCable/IPCableCom Device Provisioning specifications.
                     pktcEventLogAdditionalInfo 1.3.6.1.2.1.1.1.5.1.1.10 snmpadminstring read-only
This MIB Object contains additional, useful information in relation to the corresponding event that an MTA might wish to report (for example: parameterized data or debugging information). The format is vendor-specific. If MTA cannot provide any additional information for the particular event generated, it MUST populate this MIB Object with a string of zero-length.
     pktcEventConformance 1.3.6.1.2.1.1.2
         pktcEventCompliances 1.3.6.1.2.1.1.2.1
             pktcEventBasicCompliance 1.3.6.1.2.1.1.2.1.3
The compliance statement for devices that implement Event reporting feature.
         pktcEventGroups 1.3.6.1.2.1.1.2.2
             pktcEventGroup 1.3.6.1.2.1.1.2.2.1
Group of MIB objects for PacketCable Management Event MIB.
             pktcEventNotificationGroup 1.3.6.1.2.1.1.2.2.2
Group of MIB objects for notifications related to change in status of the MTA Device.