rcDiagMirrorByPortScope
RC-DIAG-MIB ·
.1.3.6.1.4.1.2272.1.23.1.1.20
Object
column r/w
Enumeration
Used to configure the port mirroring scope. Chassis is the default option which allows mirroring among ports from different slots. Slice option requires both mirroring and mirrored ports to be within the same slice. Scope configuration only allowed in creation but cannot be changed unless recreate.
Context
- MIB
- RC-DIAG-MIB
- OID
.1.3.6.1.4.1.2272.1.23.1.1.20- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcDiagMirrorByPortEntry
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 'RC-DIAG-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-DIAG-MIB::rcDiagMirrorByPortScope'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-DIAG-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-DIAG-MIB::rcDiagMirrorByPortScope.<rcDiagMirrorByPortId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-DIAG-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-DIAG-MIB::rcDiagMirrorByPortScope'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | chassis |
2 | slice |