cerveSessionState
ARRIS-CER-VIDEO-SESSION-MIB ·
.0.2.2.1.3
Object
column Enumeration
Video session state. inactive-the session has not yet been joined, or was Active and failed psi--the session is starting and awaiting PSI tables (used for RPC sessions) data--the session is starting, has seen PSI tables and is awaiting audio/video data (used for RPC sessions) active-the session is forwarding video traffic to this channel
Context
- MIB
- ARRIS-CER-VIDEO-SESSION-MIB
- OID
.0.2.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cerVideoSessionEntry
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 'ARRIS-CER-VIDEO-SESSION-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-CER-VIDEO-SESSION-MIB::cerveSessionState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARRIS-CER-VIDEO-SESSION-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-CER-VIDEO-SESSION-MIB::cerveSessionState.<cerveSessionVe>.<cerveSessionId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARRIS-CER-VIDEO-SESSION-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARRIS-CER-VIDEO-SESSION-MIB::cerveSessionState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inactive |
2 | psi |
3 | data |
4 | active |