All MIBs › ADVA-MIB › neEventLogVarIpAddressVal
neEventLogVarIpAddressVal
Module: ADVA-MIB
OID (symbolic): ADVA-MIB::neEventLogVarIpAddressVal
OID (numeric): 1.3.6.1.4.1.2544.2.3.3.1.5
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-only
Description:
The value when neEventLogVarType is 'ipAddress'. Otherwise, an empty address is returned.
What is neEventLogVarIpAddressVal?
This object represents the IP address field of a logged event variable when the event type is specifically an IP address; if the event variable type is something other than IP address, this object returns an empty address (0.0.0.0). It is part of ADVA's event logging system for equipment diagnostics and troubleshooting. Operations teams query this to extract IP-related context from system event logs.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2544.2.3.3.1.5 snmpwalk -v2c -c public <target> ADVA-MIB::neEventLogVarIpAddressVal
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2544.2.3.3.1.5.1 snmpget -v2c -c public <target> ADVA-MIB::neEventLogVarIpAddressVal.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> neEventLogVarIpAddressVal.1
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.2544 | advaMIB | ADVA-MIB |
| 1.3.6.1.4.1.2544.2 | common | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.3 | events | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.3.3 | neEventLogVarTable | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.3.3.1 | neEventLogVarEntry | ADVA-MIB |
| 1.3.6.1.4.1.2544.2.3.3.1.5 | neEventLogVarIpAddressVal | ADVA-MIB |