rsPhysPortMirrorDstStatus
RADWARE-MIB ·
.1.3.6.1.4.1.89.35.1.74.1.7
Object
column mandatory
Enumeration
The status of the dest-port according to the health check:
active - the port is ok and can be used as a destination port for copy-port
portDown - the port has been recognized as physically DOWN and therefore the traffic
will not be copied to this port until it will be recognized as physically UP
checkIDSFail - the connectivty check of the monitoring port of the IDS failed and therefore
the traffic will not be copied to this port until the check will recognize differently
checkIDSFailAnd PortDown - both the connectivty check on the IDS failed and the port has
been recognized as physically DOWN.
Context
- MIB
- RADWARE-MIB
- OID
.1.3.6.1.4.1.89.35.1.74.1.7- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- rsPhysPortMirrorEntry
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 'RADWARE-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADWARE-MIB::rsPhysPortMirrorDstStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADWARE-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADWARE-MIB::rsPhysPortMirrorDstStatus.<rsPhysPortMirrorSrcInf>.<rsPhysPortMirrorDstPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADWARE-MIB' -M '/opt/observium/mibs/radware:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADWARE-MIB::rsPhysPortMirrorDstStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | portDown |
3 | checkIDSFail |
4 | checkIDSFailAndPortDown |