s5ChasPsRpsuSourceConfig
S5-CHASSIS-MIB ·
.1.3.6.1.4.1.45.1.6.3.9.1.1.5
Object
column r/w
Enumeration
This object is used to specify how a particular
RPSU should be used by the system, as follows:
ups(1)
Indicates that the RPSU should be used only as
an uninterruptible power source for devices
attached to powered ethernet ports.
rpsu(2)
Indicates that the RPSU should be used only as
a source of backup power for the device itself.
powerSharing(3)
Indicates that the RPSU should be used both as
a source of backup power for the device, and as
a UPS for devices attached to powered ethernet
ports.
Context
- MIB
- S5-CHASSIS-MIB
- OID
.1.3.6.1.4.1.45.1.6.3.9.1.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- s5ChasPsRpsuEntry
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 'S5-CHASSIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-CHASSIS-MIB::s5ChasPsRpsuSourceConfig'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'S5-CHASSIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'S5-CHASSIS-MIB::s5ChasPsRpsuSourceConfig.<s5ChasPsRpsuGrpIndx>.<s5ChasPsRpsuIndx>.<s5ChasPsRpsuSubIndx>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'S5-CHASSIS-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'S5-CHASSIS-MIB::s5ChasPsRpsuSourceConfig'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ups |
2 | rpsu |
3 | powerSharing |