hm2LinkBackupFailBackEnable
HM2-LINK-BACKUP-MIB ·
.1.3.6.1.4.1.248.11.40.1.3.1.1.2.1.1.5
Object
If set to 'true', the backup interface goes to 'blocking' and the primary interface to 'forwarding' after the time configured in hm2LinkBackupFailBackDelay. If set to 'false' the backup interface stays in 'forwarding' even the primary interface has re-established a link or the admin status of the primary interface has been set from 'down' to 'up'.
Context
- MIB
- HM2-LINK-BACKUP-MIB
- OID
.1.3.6.1.4.1.248.11.40.1.3.1.1.2.1.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hm2LinkBackupInterfaceConfigEntry
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 'HM2-LINK-BACKUP-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-LINK-BACKUP-MIB::hm2LinkBackupFailBackEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HM2-LINK-BACKUP-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-LINK-BACKUP-MIB::hm2LinkBackupFailBackEnable.<hm2LinkBackupPrimaryInterface>.<hm2LinkBackupBackupInterface>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HM2-LINK-BACKUP-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HM2-LINK-BACKUP-MIB::hm2LinkBackupFailBackEnable'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |