CISCO-FC-SDV-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
2
Rows
2
Columns
16
.1.3.6.1.4.1.9.9.593.1.1.1 · 1 row entry · 10 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk cFcSdvVirtDeviceTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-FC-SDV-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FC-SDV-MIB::cFcSdvVirtDeviceTable'
This table lists all the virtual devices configured
on this device.
          
The successful creation of a row in this table,
through the use of the cFCSDMVdRowStatus object,
followed by the 'Config Commit' will also cause
the creation of rows in other tables. Specifically:
          
- The Creation of Device Alias: An entry in the
 'cfdaConfigTable' of CISCO-FC-DEVICE-ALIAS-MIB
  gets created by the agent with the value of the 
  cFcSdvVdName as the instance identifier value of
  cfdaConfigDeviceAlias, 'pwwn' as the value of 
  cfdaConfigDeviceType and the value of cFcSdvVdPwwn
  as the value of cfdaConfigDeviceId. An attempt
  to create an already existing Device Alias entry
  mapping to different Real Device would fail and
  hence results in failure to add Virtual Device
  entry in this table. In general, any failure in
  Device Alias creation/deletion will have 
  corresponding effect of Virtual Device creation
  /deletion respectively.
             
Similarly the deletion of a row in this table causes
deletion of corresponding rows in other tables. 
Specifically:
          
- An entry in the 'cfdaConfigTable' of  
  CISCO-FC-DEVICE-ALIAS-MIB that corresponding to
  the value of cFcSdvVdName is deleted.
          
Once a Virtual Device gets created successfully,
such a device is available for zone configuration.
The Virtual Device added as Device Alias can be 
used to create the zones and zoneSets using
CISCO-ZS-MIB. The Device Alias is identified as
the 'deviceAlias' type of ZoneMemberType in all
occurrences of usage of ZoneMemberType in the 
zoning tables.
cFcSdvVirtDeviceEntry row .1.3.6.1.4.1.9.9.593.1.1.1.1
An entry (conceptual row) in the
cFcSdvVirtDeviceTable.
Each entry represents a Virtual Device in a
specific VSAN.

<cFcSdvVirtDeviceEntry>
+-------+---------+---
|VdIndex|
+-------+---------+----
| map…
Column Syntax OID
An arbitrary index number of a Virtual Device.
This instance value uniquely identifies a Virtual
Device within the context of a particular VSAN and
in the agent where an instance of this MIB
instrumentation is running.
Unsigned32
Constraints:
range: 1-4096
.1.3.6.1.4.1.9.9.593.1.1.1.1.1
A human readable string representing the name of
this Virtual Device. The value of cFcSdvVdName
should be unique in the system.
OctetStringr/w
Constraints:
range: 1-32
.1.3.6.1.4.1.9.9.593.1.1.1.1.2
The user preference for a persistent Domain Id
for this Virtual Device to indicate a specific
partition (domain) of the Fabric that this
Virtual Device should belong to.

If the value of this object is n…
CISCO-ST-TCDomainIdOrZeror/w
Type Constraints:
range: 0..239
.1.3.6.1.4.1.9.9.593.1.1.1.1.3
The user preference for a persistent 'FCID' for
this Virtual Device.

The value of the corresponding instance of
cFcSdvVdVirtDomain specifies the Domain identifier
part of the FCID. When the values for b…
CISCO-ST-TCFcAddressIdr/w
Type Constraints:
range: 3
.1.3.6.1.4.1.9.9.593.1.1.1.1.4
The assigned 'PWWN' for this Virtual Device.
The agent assigns this value when the
configuration is committed.
CISCO-ST-TCFcNameIdOrZero
Type Constraints:
range: 0
range: 8
range: 16
.1.3.6.1.4.1.9.9.593.1.1.1.1.5
The assigned 'NWWN' for this Virtual Device.
The agent assigns this value when the
configuration is committed.
CISCO-ST-TCFcNameIdOrZero
Type Constraints:
range: 0
range: 8
range: 16
.1.3.6.1.4.1.9.9.593.1.1.1.1.6
The assigned 'FCID' of this Virtual Device. The
agent assigns this value when the configuration is
committed and the Real Device that this Virtual
Device virtualizes (corresponding entry in the
cFcSdvVirtRealDevMapTab…
CISCO-ST-TCFcAddressId
Type Constraints:
range: 3
.1.3.6.1.4.1.9.9.593.1.1.1.1.7
The set of Real Device(s) that this Virtual Device
virtualizes in this VSAN.

The Real Devices are identified by the instance
identifier object cFcSdvVirtRealDevMapIndex in the
cFcSdvVirtRealDevMapTable.
OctetString
Constraints:
range: 0-16
.1.3.6.1.4.1.9.9.593.1.1.1.1.8
The storage type for this conceptual row.

Conceptual rows having the value of this object as
'readOnly' can not be deleted by the user by setting
the value of cFcSdvVdRowStatus to 'destroy'.
SNMPv2-TCStorageTyper/w
Type Values:
1other
2volatile
3nonVolatile
4permanent
5readOnly
Description:
Describes the memory realization of a conceptual row. A
row which is volatile(2) is lost upon reboot. A row which
is either nonVolatile(3), permanent(4) or readOnly(5), is
backed up by stable storage. A row which is …
.1.3.6.1.4.1.9.9.593.1.1.1.1.9
The status of this conceptual row. The value of
this object can not be set to 'active' unless the
value of the corresponding instance of cFcSdvVdName
is unique across all the VSANs in the system.

Once val…
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.9.9.593.1.1.1.1.10
.1.3.6.1.4.1.9.9.593.1.1.2 · 1 row entry · 6 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk cFcSdvVirtRealDevMapTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-FC-SDV-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FC-SDV-MIB::cFcSdvVirtRealDevMapTable'
This table provides list of Real Devices which
are mapped to Virtual Device for Device
Virtualization.
cFcSdvVirtRealDevMapEntry row .1.3.6.1.4.1.9.9.593.1.1.2.1
An entry (conceptual row) in the
cFcSdvVirtRealDevMapTable. Each entry represents a
Real Device(s) mapped to a Virtual Device for
virtualization within the scope of a VSAN.

When the Real Device represente…
Column Syntax OID
An arbitrary index number to identify a Real
Device(s) mapped to a Virtual Device.

This instance value uniquely identifies a
Real Device mapping entry for Virtual Device
within the context of a particu…
Unsigned32
Constraints:
range: 1-128
.1.3.6.1.4.1.9.9.593.1.1.2.1.1
The type of Real Device identifier represented
by the value of the corresponding instance of
'cFcSdvVirtRealDeviceId' that this Virtual Device
virtualizes to.
CiscoFcSdvDevIdTyper/w
Type Values:
1singleDevPWWN
2singleDevDevAlias
.1.3.6.1.4.1.9.9.593.1.1.2.1.2
This object represents a Real Device(s) identifier
that this Virtual Device virtualizes.

A Real Device element represented by the combination
of value of this object preceded by the value of
corresponding…
OctetStringr/w
Constraints:
range: 1-64
.1.3.6.1.4.1.9.9.593.1.1.2.1.3
The mapping association type of the Real Device(s)
(Initiator/Target). There can only be one instance
of this object within a context of a vsan, virtual
device and MapID that can be marked as
'primaryDevMap'. The rest …
CiscoFcSdvRealDevMapTyper/w
Type Values:
1primaryDevMap
2secondaryDevMap
.1.3.6.1.4.1.9.9.593.1.1.2.1.4
The storage type for this conceptual row.
Conceptual rows having a value of 'readOnly' need
not allow write-access to any of the columnar
objects of the same row.
SNMPv2-TCStorageTyper/w
Type Values:
1other
2volatile
3nonVolatile
4permanent
5readOnly
Description:
Describes the memory realization of a conceptual row. A
row which is volatile(2) is lost upon reboot. A row which
is either nonVolatile(3), permanent(4) or readOnly(5), is
backed up by stable storage. A row which is …
.1.3.6.1.4.1.9.9.593.1.1.2.1.5
The status of this conceptual row. The value of
this object can not be set to 'active' unless the
value of the corresponding instance of
cFcSdvVirtRealDeviceIdType and cFcSdvVirtRealDeviceId
is unique for a virtual de…
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.9.9.593.1.1.2.1.6