segmentStatusDownIfList
BLUECOAT-SEGMENT-MIB ·
.1.3.6.1.4.1.3417.2.17.1.1.1.1.5
Object
column OctetString
This variable indicates the subset of ports assigned to the segment that are currently in a down state.
Context
- MIB
- BLUECOAT-SEGMENT-MIB
- OID
.1.3.6.1.4.1.3417.2.17.1.1.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- segmentStatusEntry
- Groups
- 1
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 'BLUECOAT-SEGMENT-MIB' -M '/opt/observium/mibs/bluecoat:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLUECOAT-SEGMENT-MIB::segmentStatusDownIfList'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BLUECOAT-SEGMENT-MIB' -M '/opt/observium/mibs/bluecoat:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLUECOAT-SEGMENT-MIB::segmentStatusDownIfList.<segmentStatusIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLUECOAT-SEGMENT-MIB' -M '/opt/observium/mibs/bluecoat:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLUECOAT-SEGMENT-MIB::segmentStatusDownIfList'
Syntax
OctetString
Values & Constraints
Object Constraints
range: 0-255
Conformance
Member of
Compliance refinements
segmentMIBCompliance
readonly
Write access is not required.