All MIBs › CME-MIB › trackingIP
trackingIP
Module: CME-MIB
OID (symbolic): CME-MIB::trackingIP
OID (numeric): 1.3.6.1.4.1.2.3.51.2.4.1.1.11
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: This option indicates tracking different IP addresses for the same user is enabled or not. If it is enabled then an access every second from alternating IP addresses will result in multiple log entries, regardless of the time duration set in the 'authenticaionLoggingTimeout'field. If this flag is disabled, multiple accesses by varying IP addresses will only be logged as 'new' accesses if they are out of the 'authenticationLoggingTimeout'.
What is trackingIP?
This read-write integer, disable(0) or enable(1), controls whether authentication events from alternating IP addresses for the same user are each logged as new access events, overriding the authenticationLoggingTimeout suppression window when enabled. It helps an admin detect suspicious behavior such as one account being used from many different source addresses in quick succession. For example, enabling trackingIP would cause every-second logins from rotating IPs for the same user to each appear as a distinct log entry rather than being suppressed.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.4.1.1.11 snmpwalk -v2c -c public <target> CME-MIB::trackingIP
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.4.1.1.11.1 snmpget -v2c -c public <target> CME-MIB::trackingIP.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2.3.51.2.4.1.1.11.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> trackingIP.1
Start monitoring Cisco Communications Manager Express (CME) router/gateway with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CME-MIB::trackingIP OID value, configure state conditions and alerts, and monitor any Cisco Communications Manager Express (CME) router/gateway from a single console.
OID Breakdown
Upper-level ancestors (13 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.2 | ibm | BLADE-MIB |
| 1.3.6.1.4.1.2.3 | ibmAgents | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51 | netfinitySupportProcessorAgent | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2 | bladeCenterSnmpMIB | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4 | configureSP | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.1 | remoteAccessConfig | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.1.1 | generalRemoteCfg | BLADE-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2.3.51.2.4.1.1.11 | trackingIP | CME-MIB |