hwDslamNtvOntifType
HUAWEI-DSLAM-NTV-MIB ·
.1.3.6.1.4.1.2011.6.28.138.1.2
Object
column Enumeration
Indicates the port type of the ont which is being queried . Options: 1. eth(1) -indicates the ETH port of the ont which is being queried. 2. wifi(2) -indicates the WIFI port of the ont which is being queried. 3. vdsl(3) -indicates the VDSL port of the ont which is being queried. Currently, only the ETH type is supported.
Context
- MIB
- HUAWEI-DSLAM-NTV-MIB
- OID
.1.3.6.1.4.1.2011.6.28.138.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwDslamNtvOntPortStatisticEntry
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::hwDslamNtvOntifType'
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::hwDslamNtvOntifType.<ifIndex>.<hwDslamNtvOntIndex>.<hwDslamNtvOntifType>.<hwDslamNtvOntifPort>'
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::hwDslamNtvOntifType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | eth |
2 | wifi |
3 | vdsl |