CISCO-VSAN-MIB
AI MIB Summary
The CISCO-VSAN-MIB facilitates the configuration and monitoring of Virtual Storage Area Network (VSAN) parameters on Cisco SAN switches, specifically tracking VSAN operational states, membership, and zoning configurations within the Cisco Fabric Architecture.
The MIB module for the management of the Virtual Storage Networks (VSANs) within the frame work of Cisco's VSAN Architecture. This MIB enables the users to configure and monitor VSAN parameters.
60
Objects
Active
Status
9
Dependencies
Imported Objects
Objects
60 total| Object Name |
|---|
ciscoVsanMIB OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282 |
RFC1155-SMI Unknown .1.3.6.1.4.1.9.9.282 |
ciscoVsanMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.1 |
vsanConfiguration OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.1.1 |
vsanNumberThe number of VSANs configured on this device.ro INTEGER .1.3.6.1.4.1.9.9.282.1.1.1 |
vsanLastChangeThe value of sysUpTime at the time of the last creation,
deletion or modification of an entry in the vsanTable and
the vsanIfTable, where modification is a change in the
value of any object instance within the table.ro TimeStamp -- Rsyntax TimeTicks .1.3.6.1.4.1.9.9.282.1.1.2 |
vsanTableThis table lists all the VSAN configured on this device.
This table allows users to create, delete and manage the
VSANs on local device. SEQUENCE OF VsanEntry .1.3.6.1.4.1.9.9.282.1.1.3 |
vsanEntryAn entry (conceptual row) in the vsanTable. This
contains information about a VSAN. VsanEntry .1.3.6.1.4.1.9.9.282.1.1.3.1 |
vsanIndexThe id of the VSAN. VsanIndex -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.282.1.1.3.1.1 |
vsanNameThe name of the VSAN.
Note that default value of this object will be the
string 'VSANxxxx' where xxxx is value of vsanIndex
expressed as 4 digits. For example, if vsanIndex is
23, the default value of this object is 'VSAN0023'.rw SnmpAdminString .1.3.6.1.4.1.9.9.282.1.1.3.1.2 |
vsanMediaTypeThe network media type on which this VSAN is defined.rw VsanMediaType -- Rsyntax INTEGER { -- fibreChannel(1), -- ethernet(2), -- infiniband(3), -- other(4) -- } .1.3.6.1.4.1.9.9.282.1.1.3.1.3 |
vsanAdminStateThe state of this VSAN.rw VsanAdminState -- Rsyntax INTEGER { -- active(1), -- suspended(2) -- } .1.3.6.1.4.1.9.9.282.1.1.3.1.4 |
vsanMtuThe MTU of the VSAN. Normally, this object is 2112
for all VSANs for which object vsanMediaType has the
value 'fibreChannel'.rw Gauge .1.3.6.1.4.1.9.9.282.1.1.3.1.5 |
vsanLoadBalancingTypeThe type of load balancing used on this VSAN.rw VsanLoadBalancingType -- Rsyntax INTEGER { -- srcIdDestId(1), -- srcIdDestIdOxId(2) -- } .1.3.6.1.4.1.9.9.282.1.1.3.1.6 |
vsanInterOperModeThe interoperability mode of the local switch on this
VSAN. This object indicates if this device can
inter-operate with devices from other vendors on this
VSAN.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.282.1.1.3.1.7 |
vsanOperStateThe operational state of the VSAN.ro VsanOperationalState -- Rsyntax INTEGER { -- up(1), -- down(2) -- } .1.3.6.1.4.1.9.9.282.1.1.3.1.8 |
vsanRowStatusThe status of this conceptual row.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.282.1.1.3.1.9 |
notifyVsanIndexThe id of the VSAN.
This object is to be used only as an object in the
notification. We cannot use the vsanIndex in a
notification as it is defined to not-accessible in the
vsanTable. VsanIndex -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.282.1.1.4 |
vsanMembership OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.1.2 |
vsanDenyUnknownWwnOn a Fibre Channel fabric, an N_port is required to
issue an Fabric Login (FLOGI) in order to login to the
fabric. The FLOGI contains port's Port World Wide Name
(WWN). By default, if this object is false and if a
Port WWN is not present in the VSAN WWN database (if
there is one), the static VSAN membership is used. If
this object is 'true', then the FLOGI is denied if the
Port WWN is not present in membership database.
On other kinds of fabric, this object's value is
undefined.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.282.1.2.1 |
vsanWwnListNumberThe number of WWNs configured both for static and dynamic
membership purposes on this device. This is number of rows
in the vsanWwnListTable.ro INTEGER .1.3.6.1.4.1.9.9.282.1.2.2 |
vsanWwnListTableA table of Port WWN lists. vsanIfTable and
vsanDynamicTable use these Port WWN lists for the
static and dynamic configuration of Port WWNs. In
static case, this list serves as a list of Port WWNs
that are denied on a interface, whereas in the
dynamic case, it is the list of Port WWNs that are
allowed on any interface.
Here is an example :
listIndex wwnIndex WWN
1 1 WWN1
1 2 WWN2
1 3 WWN3
1 4 WWN4
2 1 WWN5
2 2 WWN6
3 1 WWN7
3 2 WWN8
3 3 WWN9
4 1 WWN10
5 1 WWN11
5 2 WWN12
. SEQUENCE OF VsanWwnListEntry .1.3.6.1.4.1.9.9.282.1.2.3 |
vsanWwnListEntryThis entry contains a Port WWN indexed by a list index
and Port WWN index. So each entry is a member of Port
WWN list. A list consists of all the entries with the
same value of vsanWwnListIndex. VsanWwnListEntry .1.3.6.1.4.1.9.9.282.1.2.3.1 |
vsanWwnListIndexThis is an index to a Port WWN list. ListIndex .1.3.6.1.4.1.9.9.282.1.2.3.1.1 |
vsanWwnListWwnIndexThis is an index to a Port WWN within a Port WWN
list. Gauge .1.3.6.1.4.1.9.9.282.1.2.3.1.2 |
vsanWwnListWwnThe Port WWN associated with this entry.rw FcNameId -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.282.1.2.3.1.3 |
vsanWwnListRowStatusThe status of this conceptual row. Users can create,
and delete the Port WWN entry.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.282.1.2.3.1.4 |
vsanIfNumberThe number of rows in the vsanIfTable.ro INTEGER .1.3.6.1.4.1.9.9.282.1.2.4 |
vsanIfTableA table containing VSAN-related information for
interfaces.
This table gives a list of interface that are statically
assigned to different VSANs. In addition, it also gives the
list of Port WWNs that are denied on a particular interface.
Here is a example of this table :
ifIndex vsanIndex denyList
2 1 0
9 4 4
12 3 0
34 2 0
345 1 3
456 1 0
1234 2 0
5676 3 0
. SEQUENCE OF VsanIfEntry .1.3.6.1.4.1.9.9.282.1.2.5 |
vsanIfEntryThis contains information on the static membership
of a interface and the list of Port WWNs that are
denied fabric login on that interface.
The table contains membership information only for
E_port and Fx_ports. VsanIfEntry .1.3.6.1.4.1.9.9.282.1.2.5.1 |
vsanIfVsanIndex of the VSAN to which this interface is
statically assigned.rw VsanIndex -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.282.1.2.5.1.1 |
vsanIfDenyListIndex of the Port WWN list in the vsanWwnListTable.
This is the list of Port WWNs which are denied the
login when the Nx_ports try to login to the fabric
on this interface.
The value of this object is 0, if and only if there
is no list to be denied on this port.rw ListIndexOrZero -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.282.1.2.5.1.2 |
vsanDynamicListNumberThe number of WWN lists configured for dynamic
membership.This is the number of rows in the
vsanDynamicTable.ro INTEGER .1.3.6.1.4.1.9.9.282.1.2.6 |
vsanDynamicTableThe global database of Port WWN list to VSAN mappings
which are used to determining dynamic membership of
VSANs. If the port WWN in the login request is present
in the database, then it is allowed login to the
fabric.
Following is an example for this table:
listIndex vsanIndex
1 3
2 3
3 3
5 4
. SEQUENCE OF VsanDynamicEntry .1.3.6.1.4.1.9.9.282.1.2.7 |
vsanDynamicEntryA row containing VSAN information, which is
dynamically applied, based on a particular list of
Port WWNs. VsanDynamicEntry .1.3.6.1.4.1.9.9.282.1.2.7.1 |
vsanDynamicVsanThe VSAN associated with this Port WWN list. If a
Nx_port tries to login into the fabric with a Port WWN
contained in this list, then the interface connected
to that port is assigned to this VSAN.rw VsanIndex -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.282.1.2.7.1.1 |
vsanDynamicRowStatusThe status of this conceptual row. Users can create,
and delete a Port WWN to VSAN mapping entry.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.282.1.2.7.1.2 |
vsanNotification OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.1.3 |
vsanNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.1.3.0 |
vsanStatusChangeA state change notification is generated whenever
vsanOperState is changed. The index and both states of
the VSAN after the change, are included as variables
in the notification. TRAP-TYPE .1.3.6.1.4.1.9.9.282.1.3.0.1 |
vsanFcConfiguration OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.1.4 |
fcTimerRatovThe Resource_Allocation_Timeout Value used for FxPorts
as the timeout value for determining when to reuse an
NxPort resource such as a Recovery_Qualifier. It
represents E_D_TOV (fcTimerEdtov) plus twice the
maximum time that a frame may be delayed within the
Fabric and still be delivered.
Note that all switches in a fabric should be configured
with the same value of this timeout.rw CiscoMilliSeconds .1.3.6.1.4.1.9.9.282.1.4.1 |
fcTimerEdtovThe Error_Detect_Timeout Value used for FxPorts as
the timeout value for detecting an error condition.
Note that all switches in a fabric should be configured
with the same value of this timeout.
Note that value of this object must be less than value
of fcTimerDstov.rw CiscoMilliSeconds .1.3.6.1.4.1.9.9.282.1.4.2 |
fcTimerFstovThe Fabric_Stability_Timeout Value used to ensure that
Fabric stability has been achieved during Fabric
Configuration.ro CiscoMilliSeconds -- Rsyntax Gauge -- Units -- msec .1.3.6.1.4.1.9.9.282.1.4.3 |
fcTimerDstovThe Distributed_Services_Timeout Value which indicates
that how long a distributed services requestor will
wait for a response.rw CiscoMilliSeconds .1.3.6.1.4.1.9.9.282.1.4.4 |
fcNetworkDropLatencyNetwork latency of this switch. This is the time
interval after which the frames are dropped if they are
not delivered in the order they were transmitted.
Note that fcNetworkLatency is always greater than
fcSwitchLatency.rw CiscoMilliSeconds .1.3.6.1.4.1.9.9.282.1.4.5 |
fcSwitchDropLatencyThe switch latency of this switch.
This is the time interval after which a switch drops the
undelivered frames on a link which went down after
delivering some frames to the next hop. This way the
undelivered frames can be transmitted on a new link if
there is one avaialable.rw CiscoMilliSeconds .1.3.6.1.4.1.9.9.282.1.4.6 |
fcInorderDeliveryThe InorderDelivery guarantee flag of device.
If the value of the object is 'true', then the
inorder delivery is guaranteed. If 'false', it is not
guaranteed.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.282.1.4.7 |
vsanMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.3 |
vsanMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.3.1 |
vsanMIBCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.3.1.1 |
vsanMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.3.2 |
vsanGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.3.2.1 |
vsanMembershipGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.3.2.3 |
vsanStaticMembershipGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.3.2.4 |
vsanWWNListGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.3.2.5 |
vsanDynamicMembershipGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.3.2.6 |
vsanNotificationGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.3.2.7 |
vsanFcTimerGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.3.2.8 |
vsanFcLatencyGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.282.3.2.9 |