adGenDCProfileSrcIpType
ADTRAN-DYNAMIC-COUNTERS-MIB ·
.1.3.6.1.4.1.664.5.70.53.1.2.1.14
Object
column r/w
Enumeration
Specify whether the source IP is being matched in
this profile. The default is noMatching, which means the
IP will not be used in this profile. If ip is set,
then the matched source IP value is specified in
adGenDCProfileSrcIpAddress.
If any is set, then this will match all packets
that have a source IP address (i.e. all L3 packets).
If none is set, then this will match all packets
that do not have a source IP address (i.e. L2 packets only).
Context
- MIB
- ADTRAN-DYNAMIC-COUNTERS-MIB
- OID
.1.3.6.1.4.1.664.5.70.53.1.2.1.14- 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::adGenDCProfileSrcIpType'
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::adGenDCProfileSrcIpType.<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::adGenDCProfileSrcIpType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noMatching |
2 | ip |
3 | any |
4 | none |