remoteElementType
SIAE-RET-MIB ·
.1.3.6.1.4.1.3373.1103.70.2.1.4
Object
column r/w
Enumeration
Type of Remote Network Element: * elemManager: element Manager. * external: the NE is used as a gateway to connect the element. * remote: the equipment connected to the other end of radio link. * snm: equipment managed by SubNetwork Manager.
Context
- MIB
- SIAE-RET-MIB
- OID
.1.3.6.1.4.1.3373.1103.70.2.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- remoteElementEntry
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 'SIAE-RET-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-RET-MIB::remoteElementType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SIAE-RET-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-RET-MIB::remoteElementType.<remoteElementIpAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SIAE-RET-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SIAE-RET-MIB::remoteElementType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | elemManager |
2 | external |
3 | remote |
4 | snm |