tnMirrorDestinationMirrorSourceType
TN-SAS-MIRROR-MIB ·
.1.3.6.1.4.1.7483.7.2.2.2.13.2.1.2
Object
column r/w
Enumeration
User can specify if the mirror services needs to support local mirror sources, remote mirror sources or both
Context
- MIB
- TN-SAS-MIRROR-MIB
- OID
.1.3.6.1.4.1.7483.7.2.2.2.13.2.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tnMirrorDestinationExtnEntry
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 'TN-SAS-MIRROR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-SAS-MIRROR-MIB::tnMirrorDestinationMirrorSourceType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TN-SAS-MIRROR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-SAS-MIRROR-MIB::tnMirrorDestinationMirrorSourceType.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TN-SAS-MIRROR-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TN-SAS-MIRROR-MIB::tnMirrorDestinationMirrorSourceType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | local |
2 | remote |
3 | both |