configMirrorMode
DES-2110-MIB ·
.1.3.6.1.4.1.171.10.61.1.11.8.1.2
Object
column mandatory
r/w
Enumeration
When deciding the mirroring source port, then Mirror mode will be available.
Context
- MIB
- DES-2110-MIB
- OID
.1.3.6.1.4.1.171.10.61.1.11.8.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- configMirrorEntry
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 'DES-2110-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DES-2110-MIB::configMirrorMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DES-2110-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DES-2110-MIB::configMirrorMode.<configMirrorId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DES-2110-MIB' -M '/opt/observium/mibs/d-link:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DES-2110-MIB::configMirrorMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | disabled |
1 | rx |
2 | tx |
3 | both |