segmentStatusMode
BLUECOAT-SEGMENT-MIB ·
.1.3.6.1.4.1.3417.2.17.1.1.1.1.3
Object
column SegmentMode
This variable indicates the mode of the segment.
Context
- MIB
- BLUECOAT-SEGMENT-MIB
- OID
.1.3.6.1.4.1.3417.2.17.1.1.1.1.3- 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::segmentStatusMode'
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::segmentStatusMode.<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::segmentStatusMode'
Syntax
- Source
- SegmentMode
- Base type
Enumeration
Values & Constraints
Type Values
0 | invalid |
1 | activeInlineFailToAppliance |
2 | asymActiveInlineFailToAppliance |
3 | activeInlineFailToNetwork |
4 | asymActiveInlineFailToNetwork |
5 | passiveInline |
6 | asymPassiveInline |
7 | passiveTap |
8 | asymPassiveTap |
9 | passiveTap2xAggrInputs |
10 | passiveTap3xAggrInputs |
Conformance
Member of
Compliance refinements
segmentMIBCompliance
readonly
Write access is not required.