All MIBs › ADVA-MIB › neEventLogVarOctetStringVal
neEventLogVarOctetStringVal
Module: ADVA-MIB
OID (symbolic): ADVA-MIB::neEventLogVarOctetStringVal
OID (numeric): 1.3.6.1.4.1.2544.2.3.3.1.6
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description:
The value when neEventLogVarType is 'octetString'. OctetString is used for all string types, including DisplayString, SnmpAdminString and DateAndTime. Otherwise, an empty string is returned.
What is neEventLogVarOctetStringVal?
Returns an octet string (text) value from the trap varbind, supporting DisplayString and DateAndTime formats. This field captures descriptive alarm messages and string-based event details from notifications. Example: 'Link Down Event' or 'Temperature Threshold Exceeded'
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2544.2.3.3.1.6 snmpwalk -v2c -c public <target> ADVA-MIB::neEventLogVarOctetStringVal
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2544.2.3.3.1.6.1 snmpget -v2c -c public <target> ADVA-MIB::neEventLogVarOctetStringVal.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> neEventLogVarOctetStringVal.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.6 | neEventLogVarOctetStringVal | ADVA-MIB |