adGenDCProfileDestMacType
ADTRAN-DYNAMIC-COUNTERS-MIB ·
.1.3.6.1.4.1.664.5.70.53.1.2.1.8
Object
column r/w
Enumeration
Specify whether the destination MAC is being matched in
this profile. The default is noMatching, which means the
MAC will not be used in this profile. If mac is set,
then the matched destination MAC value is specified in
adGenDCProfileDestMacAddress.
If unicast is set, then this will match all packets
that have a unicast destination MAC address.
If multicast is set, then this will match all packets
that have a multicast destination MAC address.
If broadcast is set, then this will match all packets
that have a broadcast destination MAC address.
Context
- MIB
- ADTRAN-DYNAMIC-COUNTERS-MIB
- OID
.1.3.6.1.4.1.664.5.70.53.1.2.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- adGenDCProfileEntry
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::adGenDCProfileDestMacType'
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::adGenDCProfileDestMacType.<adGenSlotInfoIndex>.<adGenDCProfileIndex>'
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::adGenDCProfileDestMacType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noMatching |
2 | mac |
3 | unicast |
4 | multicast |
5 | broadcast |