Description of Kaspersky NGFW MIB objects

You can find the full tree of OIDs in the KL-NGFW-MIB.txt file. The tables below list the OID values and descriptions that are used when sending device information.

NGFW tables

Object name

Type

Description

ifTable

SEQUENCE OF IfaceEntry

 

SEQUENCE {

ifIndex,

ifName,

ifDescr,

ifOperStatus,

ifAdminStatus,

ifSpeed,

ifDuplex,

ifMtu,

ifMacAddress,

ifZoneName,

ifZoneType,

ifRxTotalPackets,

ifRxTotalBytes,

ifRxUnicastPackets,

ifRxUnicastBytes,

ifRxMulticastPackets,

ifRxMulticastBytes,

ifRxBroadcastPackets,

ifRxBroadcastBytes,

ifRxErrorPackets,

ifRxRateBitsPerSec,

ifRxRatePacketsPerSec,

ifTxTotalPackets,

ifTxTotalBytes,

ifTxUnicastPackets,

ifTxUnicastBytes,

ifTxMulticastPackets,

ifTxMulticastBytes,

ifTxBroadcastPackets,

ifTxBroadcastBytes,

ifTxErrorPackets,

ifTxRateBitsPerSec,

ifTxRatePacketsPerSec,

ifTotalDroppedPackets

Table of network interfaces

ifEntry

IfaceEntry

Entry describing a single network interface

ifIndex

Counter32

Unique entry for each network interface

ifName

OCTET STRING

Network interface name

ifDescr

OCTET STRING

String containing information about the network interface

ifOperStatus

OCTET STRING

Current status of the network interface

ifAdminStatus

OCTET STRING

Required status of the network interface

ifSpeed

Counter32

Estimation of the current bandwidth of the network interface in kbps

ifDuplex

OCTET STRING

Duplex interface configuration

ifMtu

Counter32

Largest IPv4 packet that the network interface will send and receive

ifMacAddress

OCTET STRING

MAC address

ifZoneName

OCTET STRING

Security zone name

ifZoneType

OCTET STRING

Security zone type

ifRxTotalPackets

Counter64

Total number of packets received by the network interface

ifRxTotalBytes

Counter64

Total number of bytes received by the network interface

ifRxUnicastPackets

Counter64

Number of unicast packets received by the network interface

ifRxUnicastBytes

Counter64

Number of unicast bytes received by the network interface

ifRxMulticastPackets

Counter64

Number of multicast packets received by the network interface

ifRxMulticastBytes

Counter64

Number of multicast bytes received by the network interface

ifRxBroadcastPackets

Counter64

Number of broadcast packets received by the network interface

ifRxBroadcastBytes

Counter64

Number of broadcast bytes received by the network interface

ifRxErrorPackets

Counter64

Error when receiving packets at the network interface

ifRxRateBitsPerSec

Counter64

Bits per second received by the network interface

ifRxRatePacketsPerSec

Counter64

Packets per second received by the network interface

ifTxTotalPackets

Counter64

Total number of packets sent by the network interface

ifTxTotalBytes

Counter64

Total number of bytes sent by the network interface

ifTxUnicastPackets

Counter64

Number of unicast packets sent by the network interface

ifTxUnicastBytes

Counter64

Number of unicast bytes sent by the network interface

ifTxMulticastPackets

Counter64

Number of multicast packets sent by the network interface

ifTxMulticastBytes

Counter64

Number of multicast bytes sent by the network interface

ifTxBroadcastPackets

Counter64

Number of broadcast packets sent by the network interface

ifTxBroadcastBytes

Counter64

Number of broadcast bytes sent by the network interface

ifTxErrorPackets

Counter64

Error when sending packets from the network interface

ifTxRateBitsPerSec

Counter64

Bits per second sent by the network interface

ifTxRatePacketsPerSec

Counter64

Packets per second sent by the network interface

ifTotalDroppedPackets

Counter64

Total number of dropped packets on the network interface

compTable

SEQUENCE OF ComponentEntry

ComponentEntry ::= SEQUENCE {

compIndex,

compName,

compVersion

}

Table of system components

compEntry

SEQUENCE OF ComponentEntry

ComponentEntry ::= SEQUENCE {

compIndex,

compName,

compVersion

}

Entry describing an individual component of the system

compIndex

Counter32

Unique value for each system component

compName

OCTET STRING

System component name

compVersion

OCTET STRING

System component version

svcTable

SEQUENCE OF ServiceEntry

 

ServiceEntry ::= SEQUENCE {

svcIndex,

svcName,

svcStatus

Table of system services

svcEntry

ServiceEntry

Entry describing an individual service of the system

svcIndex

Counter32

Unique value for each system service

svcName

OCTET STRING

System service name

svcStatus

OCTET STRING

System service status

cpuUsageTable

SEQUENCE OF CpuCoreEntry

CpuCoreEntry ::= SEQUENCE {

cpuCoreIndex,

cpuCoreUsage

CPU core usage table

cpuUsageEntry

CpuCoreEntry

Entry describing the usage of a single CPU core

cpuCoreIndex

Counter32

Unique value for each CPU core

cpuCoreUsage

Counter32

CPU core usage, %

NGFW notifications

Object name

Type

Description

deviceStatusChanged

 

Notification about a change of the device status

ifOperStatusChanged

 

Notification about changes of the network interface status

siemSenderError

 

Notification about errors when sending events to a SIEM system

severity

INTEGER { Critical (0), High (1), Medium (2), Low (3) }

Notification severity (optional)

siemSenderMsg

OCTET STRING

Message to the SIEM system about sender status

Page top