fsTeLinkIfType
SUPERMICRO-TE-LINK-MIB ·
.1.3.6.1.4.1.10876.101.2.67.2.1.1.6
Object
column r/w
Enumeration
This object defines the interface type of the TE link. The links that are definitively point to point take the value 'pointToPoint. Rest will take 'multiAccess'. When this TE link operates as dataAndControlChannel, this value should have the same value as that of underlying control channel. When this TE link operates as dataChannel, this value should be equal to pointToPoint.
Context
- MIB
- SUPERMICRO-TE-LINK-MIB
- OID
.1.3.6.1.4.1.10876.101.2.67.2.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsTeLinkEntry
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 'SUPERMICRO-TE-LINK-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-TE-LINK-MIB::fsTeLinkIfType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-TE-LINK-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-TE-LINK-MIB::fsTeLinkIfType.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-TE-LINK-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-TE-LINK-MIB::fsTeLinkIfType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | pointToPoint |
2 | multiAccess |