rsPhysPortMirrorBackupStatus
RADWARE-MIB ·
.1.3.6.1.4.1.89.35.1.74.1.8
Object
column mandatory
Enumeration
The status of the backup-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
None - for the case there is no defined backup port.
Context
- MIB
- RADWARE-MIB
- OID
.1.3.6.1.4.1.89.35.1.74.1.8- 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::rsPhysPortMirrorBackupStatus'
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::rsPhysPortMirrorBackupStatus.<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::rsPhysPortMirrorBackupStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | active |
2 | portDown |
3 | checkIDSFail |
4 | checkIDSFailAndPortDown |
5 | none |