protectMemberIsProtected
RAD-Protection-MIB ·
.1.3.6.1.4.1.164.6.2.72.2.1.5
Object
column Enumeration
This object contains 'yes' value when it is actually protected and 'no' if it isn't. Activate of the protection if required is possible when the primary object belongs to the Protection Group, the operational status of its secondary mate is 'up' and it is able to function as the primary one, such as: For certain IO card: all the line interfaces of the module are protected.
Context
- MIB
- RAD-Protection-MIB
- OID
.1.3.6.1.4.1.164.6.2.72.2.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- protectMemberEntry
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 'RAD-Protection-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Protection-MIB::protectMemberIsProtected'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-Protection-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-Protection-MIB::protectMemberIsProtected.<protectGroupClass>.<protectGroupIdx>.<protectMemberNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-Protection-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-Protection-MIB::protectMemberIsProtected'
Syntax
Enumeration
Values & Constraints
Enumerated Values
2 | no |
3 | yes |