zxAnMcastViewSchedOperStatus
ZTE-AN-CTRL-MULTICAST-MIB ·
.1.3.6.1.4.1.3902.1015.30.1.2.20.10.1.9
Object
column Enumeration
The running status of this row instance.
ready(1) means this row instance is valid and it has been added to
schedule queue.
inService(2) means this row instance is being scheduled and
it is providing mutilcast service in this user interface.
expired(3) means this row instance is not valid.It has been
scheduled completely and it has finished mutilcast service in
this user interface.
Context
- MIB
- ZTE-AN-CTRL-MULTICAST-MIB
- OID
.1.3.6.1.4.1.3902.1015.30.1.2.20.10.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zxAnMcastViewSchedEntry
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 'ZTE-AN-CTRL-MULTICAST-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-CTRL-MULTICAST-MIB::zxAnMcastViewSchedOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-CTRL-MULTICAST-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-CTRL-MULTICAST-MIB::zxAnMcastViewSchedOperStatus.<zxAnMcastIfIndex>.<zxAnMcastViewSchedIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-CTRL-MULTICAST-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-CTRL-MULTICAST-MIB::zxAnMcastViewSchedOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ready |
2 | inService |
3 | expired |