hwCmtsServiceDomainMappingMatchType
HUAWEI-CMTS-MIB ·
.1.3.6.1.4.1.2011.6.180.1.1.22.5.2.1.6
Object
column r/w
Enumeration
Indicates the match type of the mapping. Options: 1. srcIpPrefix(1) -indicates prefix matching of source IP address 2. userVlan(2) -indicates user vlan matching 3. user8021pVlan(3) -indicates user 802.1p matching 4. userEncap(4) -indicates user encapsulation type matching 5. dhcpOption60(5) -indicates DHCP option60 matching 6. any(6) -indicates that the system matches any packets 7. dhcpAllocatedIp(8) -indicates DHCP allocated IP address matching 8. invalid(255) -invalid value
Context
- MIB
- HUAWEI-CMTS-MIB
- OID
.1.3.6.1.4.1.2011.6.180.1.1.22.5.2.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwCmtsServiceDomainMappingEntry
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-CMTS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-CMTS-MIB::hwCmtsServiceDomainMappingMatchType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-CMTS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-CMTS-MIB::hwCmtsServiceDomainMappingMatchType.<hwCmtsServiceDomainName>.<hwCmtsServiceDomainMappingID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-CMTS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-CMTS-MIB::hwCmtsServiceDomainMappingMatchType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | srcIpPrefix |
2 | userVlan |
3 | user8021pVlan |
4 | userEncap |
5 | dhcpOption60 |
6 | any |
8 | dhcpAllocatedIp |
255 | invalid |