lightStreamBrFilterStatus
LIGHTSTREAM-MIB ·
.1.3.6.1.4.1.711.3.1.2.1.5
Object
column mandatory
r/w
Enumeration
To define an interim token, set this field to
'intermediateToken'.
To define the final token set this field to
'complete'. This has the side-effect of
setting the lightStreamBrFilterStatus fields of all
tokens for this filter to 'complete'.
To delete an unassigned filter, set this value to
'delete' in any of the filter's token entries.
This has the side-effect of setting the
lightStreamBrFilterStatus fields of all tokens
for this filter to 'delete'.
This object does not have a default value. To
create an entry this object must be explicitly
contained in the set message.
Context
- MIB
- LIGHTSTREAM-MIB
- OID
.1.3.6.1.4.1.711.3.1.2.1.5- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- lightStreamBridgeFilterEntry
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 'LIGHTSTREAM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIGHTSTREAM-MIB::lightStreamBrFilterStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LIGHTSTREAM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIGHTSTREAM-MIB::lightStreamBrFilterStatus.<lightStreamBrFilterId>.<lightStreamBrFilterTokenIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LIGHTSTREAM-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LIGHTSTREAM-MIB::lightStreamBrFilterStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | complete |
2 | delete |
4 | intermediateToken |