hwDslamNtvUserOperStatus
HUAWEI-DSLAM-NTV-MIB ·
.1.3.6.1.4.1.2011.6.28.16.1.4
Object
column Enumeration
Indicates the current running status of a multicast user. This leaf supports only the query operation. When hwDslamNtvUserAdminStatus is block(1), this leaf must be block(3); when hwDslamNtvUserAdminStatus is unblock(2) and a user is watching a program, this leaf is online(1); when hwDslamNtvUserAdminStatus is unblock(2) and no user is watching programs, this leaf is offline(2). Options of hwDslamNtvUserOperStatus: Options: 1. online(1) -indicates a user is watching program 2. offline(2) -indicates no user is watching program 3. block(3) -indicates the leaf hwDslamNtvUserAdminStatus is block(1)
Context
- MIB
- HUAWEI-DSLAM-NTV-MIB
- OID
.1.3.6.1.4.1.2011.6.28.16.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwDslamNtvUserEntry
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 'HUAWEI-DSLAM-NTV-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-DSLAM-NTV-MIB::hwDslamNtvUserOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-DSLAM-NTV-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-DSLAM-NTV-MIB::hwDslamNtvUserOperStatus.<hwDslamNtvUserIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-DSLAM-NTV-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-DSLAM-NTV-MIB::hwDslamNtvUserOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | online |
2 | offline |
3 | block |