ctsmtmibSMTDualHomeStatus
CTSMTMIB-MIB ·
.1.3.6.1.4.1.52.4.1.2.2.5.1.1
Object
column mandatory
Enumeration
Indicates the current dual homed link status for a given
SMT instance.
notDualHomed(1) - This SMT is not dual homed.
linkAorB(2) - Dual homed with link on A and no link
link on B, or link on B and no link
on A.
linkAandB(3) - Dual homed with link on A and B.
Context
- MIB
- CTSMTMIB-MIB
- OID
.1.3.6.1.4.1.52.4.1.2.2.5.1.1- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ctsmtmibSMTEntry
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 'CTSMTMIB-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTSMTMIB-MIB::ctsmtmibSMTDualHomeStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTSMTMIB-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTSMTMIB-MIB::ctsmtmibSMTDualHomeStatus.<ctsmtmibSmtIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTSMTMIB-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTSMTMIB-MIB::ctsmtmibSMTDualHomeStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notDualHomed |
2 | linkAorB |
3 | linkAandB |