madgeSecureCurrentType
MADGEBOX-MIB ·
.1.3.6.1.4.1.494.10.2.3.1.2
Object
column mandatory
Enumeration
Identifies the format of the data stored in madgeSecureCurrentAddress not-used - this table entry does not contain valid data ip-address - this table entry contains a valid ip address ipx-address - this table entry contains a valid ipx address mac-address - this table entry contains a valid mac address
Context
- MIB
- MADGEBOX-MIB
- OID
.1.3.6.1.4.1.494.10.2.3.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- madgeSecureCurrentEntry
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 'MADGEBOX-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MADGEBOX-MIB::madgeSecureCurrentType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MADGEBOX-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MADGEBOX-MIB::madgeSecureCurrentType.<madgeSecureCurrentIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MADGEBOX-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MADGEBOX-MIB::madgeSecureCurrentType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | not-used |
2 | ip-address |
3 | ipx-address |
4 | mac-address |