2.235.1.1.34 syslog
更新时间: 2026/06/18
在Gitcode上查看源码

2.235.1.1.34 syslog

Revision History

openUBMC VersionRevision DateRevision Content
26.062026/06/18Auto-generated SNMP branch documentation

Node Overview

  • MIB module: OPENUBMC-SERVER-MIB
  • Node name: syslog
  • Relative OID: 2.235.1.1.34
  • Full OID: 1.3.6.1.4.1.2011.2.235.1.1.34
  • Node type: OBJECT IDENTIFIER
  • Access: N/A
  • Status: -
  • MIB definition: openUBMC 34

Child Nodes

Follow the SNMP OID topology; click a row to open the next level.

Relative OIDNode nameTypeDocument
2.235.1.1.34.50syslogInfoDescriptionTableOBJECT-TYPEsyslogInfoDescriptionTable
2.235.1.1.34.51syslogCertInfoDescriptionTableOBJECT-TYPEsyslogCertInfoDescriptionTable

Object Definitions

Scalar objects and notifications defined under this node.

syslogEnable

  • Relative OID: 2.235.1.1.34.1
  • Full OID: 1.3.6.1.4.1.2011.2.235.1.1.34.1
  • Type: OBJECT-TYPE
  • Data type: INTEGER { disable (1), enable (2) }
  • Access: read-write
  • Status: current
  • MIB definition: syslog 1
  • Description: The enable state of syslog. Default value is disable(1).

syslogIdentity

  • Relative OID: 2.235.1.1.34.2
  • Full OID: 1.3.6.1.4.1.2011.2.235.1.1.34.2
  • Type: OBJECT-TYPE
  • Data type: INTEGER { boardSN(1), productAssetTag(2), hostName(3), chassisName(4), chassisLocation(5), chassisSerialNumber(6) }
  • Access: read-write
  • Status: current
  • MIB definition: syslog 2
  • Description: Choose the server Identity when sending syslog.

syslogSeverity

  • Relative OID: 2.235.1.1.34.3
  • Full OID: 1.3.6.1.4.1.2011.2.235.1.1.34.3
  • Type: OBJECT-TYPE
  • Data type: INTEGER { ok(1), minor(2), major(3), critical(4), none(5) }
  • Access: read-write
  • Status: current
  • MIB definition: syslog 3
  • Description: The level of syslog send. Default level is ok. ok:send all level message. minor:send minor and above level message. major:send major and above level message. critical:send critical level message. none:send nothing.

syslogProtocolType

  • Relative OID: 2.235.1.1.34.4
  • Full OID: 1.3.6.1.4.1.2011.2.235.1.1.34.4
  • Type: OBJECT-TYPE
  • Data type: INTEGER { udp(1), tcp(2), tls(3) }
  • Access: read-write
  • Status: current
  • MIB definition: syslog 4
  • Description: The syslog protocol type. Default value is TCP. udp:When receiving messages using the UDP protocol. tcp:When receiving messages using the TCP protocol. tls:When receiving messages using the TCP protocol

syslogAuthType

  • Relative OID: 2.235.1.1.34.5
  • Full OID: 1.3.6.1.4.1.2011.2.235.1.1.34.5
  • Type: OBJECT-TYPE
  • Data type: INTEGER { one-way(1), mutual(2) }
  • Access: read-write
  • Status: current
  • MIB definition: syslog 5
  • Description: The syslog auth type. Default value is one way authentication. one way authentication:authenticate the server. mutual authentication:authenticate the server and client.

syslogImportRootCertificate

  • Relative OID: 2.235.1.1.34.6
  • Full OID: 1.3.6.1.4.1.2011.2.235.1.1.34.6
  • Type: OBJECT-TYPE
  • Data type: DisplayString
  • Access: read-write
  • Status: current
  • MIB definition: syslog 6
  • Description: Import root certificate of the syslog server,write only. eg:/tmp/cacert.pem

syslogImportClientCertificate

  • Relative OID: 2.235.1.1.34.7
  • Full OID: 1.3.6.1.4.1.2011.2.235.1.1.34.7
  • Type: OBJECT-TYPE
  • Data type: DisplayString
  • Access: read-write
  • Status: current
  • MIB definition: syslog 7
  • Description: Import the syslog server client certificate (write only and the signature algorithm cannot be MD5). eg:/tmp/client.pfx;password

Back to index