mitelLogicalTblType
MITEL-LOGICAL-MIB ·
.1.3.6.1.4.1.1027.4.8.1.4.1.1.3
Object
column Enumeration
This object determines whether this network interface is locally connected to a LAN or is connected to a LAN via a WAN. If this object is set to local(1) then this interface is associated with one of the physical LAN interfaces via the ifIndex. If this object indicates remote(2) then this network is reachable through a wide area network (WAN) as described in mitelLogGrpLogicalWanTable.
Context
- MIB
- MITEL-LOGICAL-MIB
- OID
.1.3.6.1.4.1.1027.4.8.1.4.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mitelLogGrpLogicalEntry
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 'MITEL-LOGICAL-MIB' -M '/opt/observium/mibs/mitel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MITEL-LOGICAL-MIB::mitelLogicalTblType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MITEL-LOGICAL-MIB' -M '/opt/observium/mibs/mitel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MITEL-LOGICAL-MIB::mitelLogicalTblType.<mitelLogicalTblIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MITEL-LOGICAL-MIB' -M '/opt/observium/mibs/mitel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MITEL-LOGICAL-MIB::mitelLogicalTblType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | local |
2 | remote |