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>
Start monitoring Cisco Catalyst 9300 series switch (syslog) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-SYSLOG-MIB::clogOriginIDType OID value, configure state conditions and alerts, and monitor any Cisco Catalyst 9300 series switch (syslog) from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 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 |