DocsDevEvent¶
Leafs
docsdevevcontroldocsdevevsyslogdocsdevevsyslogaddressdocsdevevsyslogaddresstypedocsdevevthrottleadminstatusdocsdevevthrottleinhibiteddocsdevevthrottleintervaldocsdevevthrottlethresholddocsdevevthrottlethresholdexceeded
Enum Classes
-
class
DOCSCABLEDEVICEMIB.DocsDevEvent¶ Bases:
EntityClass Hierarchy :
DOCSCABLEDEVICEMIBDocsDevEventThis class represents state data.
-
docsdevevcontrol¶ Setting this object to resetLog(1) empties the event log. All data is deleted. Setting it to useDefaultReporting(2) returns all event priorities to their factory-default reporting. Reading this object always returns useDefaultReporting(2)
type:
DocsDevEvControlconfig: False
-
docsdevevsyslog¶ The IP address of the Syslog server. If 0.0.0.0, either syslog transmission is inhibited, or the Syslog server address is not an IPv4 address. This object is deprecated and is replaced by docsDevEvSyslogAddress
type: str
pattern: (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?
config: False
status: deprecated
-
docsdevevthrottleadminstatus¶ Controls the transmission of traps and syslog messages with respect to the trap pacing threshold. unconstrained(1) causes traps and syslog messages to be transmitted without regard to the threshold settings. maintainBelowThreshold(2) causes trap transmission and syslog messages to be suppressed if the number of traps would otherwise exceed the threshold. stopAtThreshold(3) causes trap transmission to cease at the threshold and not to resume until directed to do so. inhibited(4) causes all trap transmission and syslog messages to be suppressed. A single event is always treated as a single event for threshold counting. That is, an event causing both a trap and a syslog message is still treated as a single event. Writing to this object resets the thresholding state
type:
DocsDevEvThrottleAdminStatusconfig: False
-
docsdevevthrottleinhibited¶ If true(1), trap and syslog transmission is currently inhibited due to thresholds and/or the current setting of docsDevEvThrottleAdminStatus. In addition, this is true(1) when transmission is inhibited because no syslog (docsDevEvSyslog) or trap (docsDevNmAccessEntry) destinations have been set. This object is deprecated and is replaced by docsDevEvThrottleThresholdExceeded
type: bool
config: False
status: deprecated
-
docsdevevthrottlethreshold¶ Number of events per docsDevEvThrottleInterval permitted before throttling is to occur. A single event, whether the notification could result in messages transmitted using syslog, SNMP, or both protocols, and regardless of the number of destinations, (including zero) is always treated as a single event for threshold counting. For example, an event causing both a trap and a syslog message is still treated as a single event. All system notifications that occur within the device should be taken into consideration when calculating and monitoring the threshold
type: int
range: 0..4294967295
config: False
units: events
-
docsdevevthrottleinterval¶ The interval over which docsDevEvThrottleThreshold applies
type: int
range: 1..2147483647
config: False
units: seconds
-
docsdevevsyslogaddresstype¶ The type of address of docsDevEvSyslogAddress. If no syslog server exists, this value should return unknown(0)
type:
InetAddressTypeconfig: False
-
docsdevevsyslogaddress¶ The Internet address of the Syslog server, as provided by DHCP option 7 or set via SNMP management. If the address of the server is set to the zero-length string, the 0.0.0.0 IPv4 address, or the 0: IPv6 address, Syslog transmission is inhibited. Note that if multiple values are provided to the CM in DHCP option 7, the value of this MIB object MUST be the first Syslog server address received. By default at agent boot, this object returns the zero length string
type: str
length: 0..255
config: False
-
docsdevevthrottlethresholdexceeded¶ If true(1), trap and syslog transmission is currently inhibited due to exceeding the trap/syslog event threshold in the current interval
type: bool
config: False
-