All MIBs › CISCO-SYSLOG-MIB › clogOriginIDType
clogOriginIDType
Module: CISCO-SYSLOG-MIB
OID (symbolic): CISCO-SYSLOG-MIB::clogOriginIDType
OID (numeric): 1.3.6.1.4.1.9.9.41.1.1.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
This object identifies the type of value that will be contained in clogOriginID object.
The possible value(s) are: 'none' : do not send origin identifier in syslog messages. 'other' : type that is not identified by other values specified in this object. 'hostName' : Send hostname of the system in syslog messages. 'ipv4Address': Send IP address of the sending interface. 'contextName': Send context name of the security device. 'userDefined': Send user configured string in syslog message.
The value 'other' and 'none' can not be set but can only be read.
What is clogOriginIDType?
This object controls how the device identifies itself in syslog messages sent to remote servers, choosing between options like hostname, IP address, context name, or user-defined string. When multiple devices send logs to a central server, this identifier helps correlate which device generated each message. An operator sets this to ensure syslog messages are properly tagged with their source.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.41.1.1.6 snmpwalk -v2c -c public <target> CISCO-SYSLOG-MIB::clogOriginIDType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.41.1.1.6.1 snmpget -v2c -c public <target> CISCO-SYSLOG-MIB::clogOriginIDType.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.41.1.1.6.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.9 | cisco | CISCO-SMI |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| 1.3.6.1.4.1.9.9.41 | ciscoSyslogMIB | CISCO-SYSLOG-MIB |
| 1.3.6.1.4.1.9.9.41.1 | ciscoSyslogMIBObjects | CISCO-SYSLOG-MIB |
| 1.3.6.1.4.1.9.9.41.1.1 | clogBasic | CISCO-SYSLOG-MIB |
| 1.3.6.1.4.1.9.9.41.1.1.6 | clogOriginIDType | CISCO-SYSLOG-MIB |