brcdMctClusterClientDeployFailureReason
BROCADE-MCT-CLUSTER-MIB ·
.1.3.6.1.4.1.1991.1.1.12.1.1.5.1.6
Object
column Enumeration
The failure reason for the last cluster client deploy operation
through SNMP. The following failure reasons are supported:
none(1) - The last deploy is successful.
unknown(2) - The last deploy is failed for
unknown reason.
rBridgeIdNotConfigured(3) - Remote bridge is not
configured.
clientInterfaceNotConfigured(4) - Client interface is not
configured.
rBridgeIdUsedInClusterOrPeer(5) - Remote bridge id is used in
cluster or peer configuration.
clientInterfaceNotPresent(6) - Client interface is physically
not present
clientInterfaceIsMrpRingInterface(7) - Client interface is
configured as MRP ring
interface.
clientInterfaceIsErpInterface(8) - Client interface is configured
as ERP interface.
iclIsNotInMemberVlan(9) - ICL is not in member VLAN.
Context
- MIB
- BROCADE-MCT-CLUSTER-MIB
- OID
.1.3.6.1.4.1.1991.1.1.12.1.1.5.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- brcdMctClusterClientEntry
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 'BROCADE-MCT-CLUSTER-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BROCADE-MCT-CLUSTER-MIB::brcdMctClusterClientDeployFailureReason'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BROCADE-MCT-CLUSTER-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BROCADE-MCT-CLUSTER-MIB::brcdMctClusterClientDeployFailureReason.<brcdMctClusterId>.<brcdMctClusterClientName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BROCADE-MCT-CLUSTER-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BROCADE-MCT-CLUSTER-MIB::brcdMctClusterClientDeployFailureReason'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | unknown |
3 | rBridgeIdNotConfigured |
4 | clientInterfaceNotConfigured |
5 | rBridgeIdUsedInClusterOrPeer |
6 | clientInterfacePhysicallyNotUp |
7 | clientInterfaceIsMrpRingInterface |
8 | clientInterfaceIsErpInterface |
9 | iclIsNotInMemberVlan |