fsBfdSessRole
SUPERMICRO-BFD-MIB ·
.1.3.6.1.4.1.10876.101.2.53.2.1.1.1
Object
column r/w
Enumeration
This object specifies whether the system is playing the active(1) role or the passive(2) role for this BFD session. BFD session will not come up if both the ends of a path are configured to be passive. In case of MPLS and MPLS-TP LSP, it is expected to configure the BFD session in the ingress of the LSP as Active. Even in the case of static provisioning of discriminators, it is recommended to configure the BFD session as Active at the ingress and as Passive at the egress. In the case of PW, BFD session at both the ends should be Active.
Context
- MIB
- SUPERMICRO-BFD-MIB
- OID
.1.3.6.1.4.1.10876.101.2.53.2.1.1.1- Type
- column
- Access
- readwrite
- 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::fsBfdSessRole'
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::fsBfdSessRole.<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::fsBfdSessRole'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | passive |