hwIpDslamPvcProtocolSrcMode
HUAWEI-IPDSLAM-PVCPROTOCAL-MIB ·
.1.3.6.1.4.1.2011.6.45.1.1.6
Object
column Enumeration
It is valid when the encapsulation mode is IPoA. Options: 1. dynamicIP(1) -Indicates that the user corresponding to the PVC is a dynamic user or an auto user 2. staticIP(2) -Indicates that the user corresponding to the PVC is a static user 3. invalid(255) -When the encapsulation mode is not IPOA, the source IP mode is invalid
Context
- MIB
- HUAWEI-IPDSLAM-PVCPROTOCAL-MIB
- OID
.1.3.6.1.4.1.2011.6.45.1.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwIpDslamPvcProtocolEntry
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-IPDSLAM-PVCPROTOCAL-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IPDSLAM-PVCPROTOCAL-MIB::hwIpDslamPvcProtocolSrcMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-IPDSLAM-PVCPROTOCAL-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-IPDSLAM-PVCPROTOCAL-MIB::hwIpDslamPvcProtocolSrcMode.<hwIpdslamConnectIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-IPDSLAM-PVCPROTOCAL-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-IPDSLAM-PVCPROTOCAL-MIB::hwIpDslamPvcProtocolSrcMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | dynamicIP |
2 | staticIP |
255 | invalid |