dlepConfigSessionMode
CISCO-DLEP-MIB ·
.1.3.6.1.4.1.9.9.1060.1.5.1.1.12
Object
column Enumeration
The dlepConfigSessionMode, this data iteam contains the IP configuration mode which can be either of this values: manual-v4/manual-v6/auto-v4/auto-v6.
Context
- MIB
- CISCO-DLEP-MIB
- OID
.1.3.6.1.4.1.9.9.1060.1.5.1.1.12- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dlepConfigEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-DLEP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DLEP-MIB::dlepConfigSessionMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-DLEP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DLEP-MIB::dlepConfigSessionMode.<dlepConfigInterfaceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-DLEP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-DLEP-MIB::dlepConfigSessionMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | manual-v4 |
2 | manual-v6 |
3 | auto-v4 |
4 | auto-v6 |