fsBfdSessAdminCtrlReq
SUPERMICRO-BFD-MIB ·
.1.3.6.1.4.1.10876.101.2.53.2.1.1.8
Object
column SNMPv2-TCTruthValue
This object specifies if an administrator control or intervention is required for the session due to an error specified by fsBfdSessAdminCtrlErrReason. This object will display True when such an administrator control is required, for eg if a period mis-configuration defect is detected for a session, the same will be indicated by fsBfdSessAdminCtrlErrReason and this object will be set to true. The administrator may then take the necessary action eg in this case change the timer values to rectify the defect
Context
- MIB
- SUPERMICRO-BFD-MIB
- OID
.1.3.6.1.4.1.10876.101.2.53.2.1.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- fsBfdSessionEntry
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-BFD-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-BFD-MIB::fsBfdSessAdminCtrlReq'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-BFD-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-BFD-MIB::fsBfdSessAdminCtrlReq.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-BFD-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-BFD-MIB::fsBfdSessAdminCtrlReq'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |