adGenDCSlotSupport
ADTRAN-DYNAMIC-COUNTERS-MIB ·
.1.3.6.1.4.1.664.5.70.53.1.1.1.1
Object
column Bits
Identifies the dynamic counter matching types supported
by the slot. Each bit will be set if the matching type
can be used in adGenDCProfileTable. The values are:
color - can use adGenDCProfileColorType
pBit - can use adGenDCProfilePBitType and adGenDCProfilePBit
sTag - can use adGenDCProfileSTagType and adGenDCProfileSTag
destMacByType - can use adGenDCProfileDestMacType
destMac - can use adGenDCProfileDestMacAddress
destIpByType - can use adGenDCProfileDestIpType
destIp - can use adGenDCProfileDestIpAddress
srcMacByType - can use adGenDCProfileSrcMacType
srcMac - can use adGenDCProfileSrcMacAddress
srcIpByType - can use adGenDCProfileSrcIpType
srcIp - can use adGenDCProfileSrcIpAddress
ipAndMac - can match IP and MAC in the same profile
destAndSrc - can match destination and source in the same profile
tx - can count transmit statistics
rx - can count receive statistics
queue - can count queue statistics
include - supports including the match in the counts
exclude - supports excluding the match in the counts
Context
- MIB
- ADTRAN-DYNAMIC-COUNTERS-MIB
- OID
.1.3.6.1.4.1.664.5.70.53.1.1.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- adGenDCSlotEntry
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 'ADTRAN-DYNAMIC-COUNTERS-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-DYNAMIC-COUNTERS-MIB::adGenDCSlotSupport'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-DYNAMIC-COUNTERS-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-DYNAMIC-COUNTERS-MIB::adGenDCSlotSupport.<adGenSlotInfoIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-DYNAMIC-COUNTERS-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-DYNAMIC-COUNTERS-MIB::adGenDCSlotSupport'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | color |
1 | pBit |
2 | sTag |
3 | destMacByType |
4 | destMac |
5 | destIpByType |
6 | destIp |
7 | srcMacByType |
8 | srcMac |
9 | srcIpByType |
10 | srcIp |
11 | ipAndMac |
12 | destAndSrc |
13 | tx |
14 | rx |
15 | queue |
16 | include |
17 | exclude |