cdrIPv6StatsPktType
CISCO-DHCP-RELAY-MIB ·
.1.3.6.1.4.1.9.9.833.1.1.3.1.2
Object
column Enumeration
The type of the IPv6 DHCP protocol packet based on which the statistics are fetched upon.
Context
- MIB
- CISCO-DHCP-RELAY-MIB
- OID
.1.3.6.1.4.1.9.9.833.1.1.3.1.2- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- cdrIPv6StatsEntry
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 'CISCO-DHCP-RELAY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DHCP-RELAY-MIB::cdrIPv6StatsPktType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-DHCP-RELAY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DHCP-RELAY-MIB::cdrIPv6StatsPktType.<cdrIPv6StatsIfIndex>.<cdrIPv6StatsPktType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-DHCP-RELAY-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-DHCP-RELAY-MIB::cdrIPv6StatsPktType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | solicit |
2 | advertise |
3 | request |
4 | confirm |
5 | renew |
6 | rebind |
7 | reply |
8 | release |
9 | decline |
10 | reconfigure |
11 | infoRequest |
12 | relayForward |
13 | relayReply |
14 | unknown |