CISCO-SAN-BASE-SVC-MIB

File: CISCO-SAN-BASE-SVC-MIB.mib (26856 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB SNMP-FRAMEWORK-MIB INET-ADDRESS-MIB
CISCO-ST-TC CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
TEXTUAL-CONVENTION TruthValue TimeStamp
RowStatus StorageType InterfaceIndex
ifDescr SnmpAdminString InetAddressType
InetAddress FcNameId ciscoMgmt

Defined Types

CiscoSanBaseSvcInterfaceStatus  
Operational state of the service interface. 'unknown(1)' -- interface is in an unknown state 'initializing(2)' -- interface is being initialized 'offline(3)' -- interface is not active 'online(4)' -- interface is online and can be used
TEXTUAL-CONVENTION    
  INTEGER unknown(1), initializing(2), offline(3), online(4)  

CiscoSanBaseSvcClusterStatus  
Operational state of the service cluster 'unknown(1)' -- cluster is in an unknown state 'inactive(2)' -- cluster is not active 'degraded(3)' -- cluster has lost some of its members 'recovery(4)' -- cluster is recovering from membership lost 'active(5)' -- cluster is active
TEXTUAL-CONVENTION    
  INTEGER unknown(1), inactive(2), degraded(3), recovery(4), active(5)  

CiscoSanBaseSvcClusterIndex  
This denotes the globally unique index for a service cluster. The value of the CiscoSanBaseSvcClusterIndex is an eight-octet unsigned integer value encoded in a network-byte order.
TEXTUAL-CONVENTION    
  OCTET STRING Size(8)  

CSanBaseSvcClusterEntry  
SEQUENCE    
  cSanBaseSvcClusterId CiscoSanBaseSvcClusterIndex
  cSanBaseSvcClusterName SnmpAdminString
  cSanBaseSvcClusterState CiscoSanBaseSvcClusterStatus
  cSanBaseSvcClusterMasterInetAddrType InetAddressType
  cSanBaseSvcClusterMasterInetAddr InetAddress
  cSanBaseSvcClusterStorageType StorageType
  cSanBaseSvcClusterRowStatus RowStatus
  cSanBaseSvcClusterApplication SnmpAdminString

CSanBaseSvcClusterMembersEntry  
SEQUENCE    
  cSanBaseSvcClusterMemberInetAddrType InetAddressType
  cSanBaseSvcClusterMemberInetAddr InetAddress
  cSanBaseSvcClusterMemberFabric SnmpAdminString
  cSanBaseSvcClusterMemberIsLocal TruthValue
  cSanBaseSvcClusterMemberIsMaster TruthValue
  cSanBaseSvcClusterMemberStorageType StorageType
  cSanBaseSvcClusterMemberRowStatus RowStatus

CSanBaseSvcInterfaceEntry  
SEQUENCE    
  cSanBaseSvcInterfaceIndex InterfaceIndex
  cSanBaseSvcInterfaceState CiscoSanBaseSvcInterfaceStatus
  cSanBaseSvcInterfaceClusterId CiscoSanBaseSvcClusterIndex
  cSanBaseSvcInterfaceStorageType StorageType
  cSanBaseSvcInterfaceRowStatus RowStatus

CSanBaseSvcDevicePortEntry  
SEQUENCE    
  cSanBaseSvcDevicePortName FcNameId
  cSanBaseSvcDevicePortClusterId CiscoSanBaseSvcClusterIndex
  cSanBaseSvcDevicePortStorageType StorageType
  cSanBaseSvcDevicePortRowStatus RowStatus

CSanBaseSvcClusterMemberIfEntry  
SEQUENCE    
  cSanBaseSvcClusterInterfaceIndex InterfaceIndex
  cSanBaseSvcClusterInterfaceState CiscoSanBaseSvcInterfaceStatus

Defined Values

ciscoSanBaseSvcMIB 1.3.6.1.4.1.9.9.702
Common MIB module to manage services in Storage Area Network (SAN). Service is deployed on service nodes on multiple switches forming a cluster. Nodes in the same cluster pick up the workload of a failed node to provide fault tolerance. An example of service that can be deployed is IO Acceleration (IOA) service. Glossary: The following terms are used in this MIB: pWWN: Port World Wide Name is a identifier assigned to a port in a Fibre Channel fabric. They perform a function equivalent to the MAC address in Ethernet protocol, as it is supposed to be unique identifier in the network. Nx_port: Nx_port is a storage port in Fibre Channel fabric that belongs to host or target.
MODULE-IDENTITY    

ciscoSanBaseSvcMIBNotifs 1.3.6.1.4.1.9.9.702.0
OBJECT IDENTIFIER    

ciscoSanBaseSvcMIBObjects 1.3.6.1.4.1.9.9.702.1
OBJECT IDENTIFIER    

ciscoSanBaseSvcMIBConform 1.3.6.1.4.1.9.9.702.2
OBJECT IDENTIFIER    

cSanBaseSvcConfig 1.3.6.1.4.1.9.9.702.1.1
OBJECT IDENTIFIER    

cSanBaseSvcInterface 1.3.6.1.4.1.9.9.702.1.2
OBJECT IDENTIFIER    

cSanBaseSvcClusterTable 1.3.6.1.4.1.9.9.702.1.1.1
This table lists all the service clusters that are configured on this device. It is important that any service is provided in a fault-tolerant manner. Base Service provides this by allowing service nodes to be grouped into cluster. Nodes in the same cluster immediately pick up the work of any failed node so user does not see service disruption.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CSanBaseSvcClusterEntry

cSanBaseSvcClusterEntry 1.3.6.1.4.1.9.9.702.1.1.1.1
A conceptual row in the cSanBaseSvcClusterTable. Each row represents a service cluster in the system and provides the runtime and configuration information of a cluster.
Status: current Access: not-accessible
OBJECT-TYPE    
  CSanBaseSvcClusterEntry  

cSanBaseSvcClusterId 1.3.6.1.4.1.9.9.702.1.1.1.1.1
Globally unique index that identifies a service cluster. This index must be generated in such a way that the same value is never reused even after cluster has been deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoSanBaseSvcClusterIndex  

cSanBaseSvcClusterName 1.3.6.1.4.1.9.9.702.1.1.1.1.2
The name of the service cluster.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

cSanBaseSvcClusterState 1.3.6.1.4.1.9.9.702.1.1.1.1.3
The operational state of the service cluster.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoSanBaseSvcClusterStatus  

cSanBaseSvcClusterMasterInetAddrType 1.3.6.1.4.1.9.9.702.1.1.1.1.4
The type of Internet address of the service cluster master. The Internet address of service cluster master is specified by the value of the corresponding instance of cSanBaseSvcClusterMasterInetAddr.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cSanBaseSvcClusterMasterInetAddr 1.3.6.1.4.1.9.9.702.1.1.1.1.5
The Internet address of the service cluster master device. The type of this Internet address is determined by the value of the corresponding instance of cSanBaseSvcClusterMasterInetAddrType.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cSanBaseSvcClusterStorageType 1.3.6.1.4.1.9.9.702.1.1.1.1.6
This object specifies the storage type for this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cSanBaseSvcClusterRowStatus 1.3.6.1.4.1.9.9.702.1.1.1.1.7
The status of this conceptual row. There is no restriction on the value of other columns before a newly created row can be made active.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cSanBaseSvcClusterApplication 1.3.6.1.4.1.9.9.702.1.1.1.1.8
This object represents the name of the application that is enabled on this cluster.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cSanBaseSvcClusterMembersTable 1.3.6.1.4.1.9.9.702.1.1.2
This table lists the information of devices, local or remote, which are members of a service cluster configured on a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CSanBaseSvcClusterMembersEntry

cSanBaseSvcClusterMembersEntry 1.3.6.1.4.1.9.9.702.1.1.2.1
A conceptual row in the cSanBaseSvcClusterMembersTable. Each row represents a member device within a specified service Cluster.
Status: current Access: not-accessible
OBJECT-TYPE    
  CSanBaseSvcClusterMembersEntry  

cSanBaseSvcClusterMemberInetAddrType 1.3.6.1.4.1.9.9.702.1.1.2.1.1
The type of Internet address of a cluster member within a specified service cluster. The Internet address of this device is specified by the value of the corresponding instance of cSanBaseSvcMemberInetAddr.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cSanBaseSvcClusterMemberInetAddr 1.3.6.1.4.1.9.9.702.1.1.2.1.2
The Internet address of the cluster member device within a specified service cluster. The type of this Internet address is determined by the value of the corresponding instance of cSanBaseSvcClusterMemberInetAddrType.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(0..32)  

cSanBaseSvcClusterMemberFabric 1.3.6.1.4.1.9.9.702.1.1.2.1.3
This object represents the name of the physical fibre channel fabric in the SAN. A typical SAN deployment consists of a dual fabric topology which corresponds to two physical fabrics. In such a deployment, a cluster is configured in both fabrics to allow multi-pathing and redundancy. The user specifies the physical fabric to which a device belongs to when the cluster is configured.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

cSanBaseSvcClusterMemberIsLocal 1.3.6.1.4.1.9.9.702.1.1.2.1.4
Identifies if the device is a local or remote member of this cluster. 'true' means this device is a local device. 'false' means this device is a remote device.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cSanBaseSvcClusterMemberIsMaster 1.3.6.1.4.1.9.9.702.1.1.2.1.5
Indicates if this device is currently the master of the service cluster. The value 'true' means this device is the master. The value 'false' means this device is not the master. Devices in a cluster select one of the cluster member to be a master. The master is responsible for handling cluster membership.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cSanBaseSvcClusterMemberStorageType 1.3.6.1.4.1.9.9.702.1.1.2.1.6
This object specifies the storage type for this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cSanBaseSvcClusterMemberRowStatus 1.3.6.1.4.1.9.9.702.1.1.2.1.7
The status of this conceptual row. There is no restriction on the value of other columns before a newly created row can be made active. When a cluster is deleted, all entries in this table should be purged automatically.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cSanBaseSvcInterfaceTable 1.3.6.1.4.1.9.9.702.1.1.3
This table lists all service interfaces on the local device and its corresponding information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CSanBaseSvcInterfaceEntry

cSanBaseSvcInterfaceEntry 1.3.6.1.4.1.9.9.702.1.1.3.1
A conceptual row in the cSanBaseSvcInterfaceTable. Each row represents a particular service interface on a local device.
Status: current Access: not-accessible
OBJECT-TYPE    
  CSanBaseSvcInterfaceEntry  

cSanBaseSvcInterfaceIndex 1.3.6.1.4.1.9.9.702.1.1.3.1.1
A unique Interface index for a service interface on this device. This is the same as ifIndex of the ifTable of RFC1213.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

cSanBaseSvcInterfaceState 1.3.6.1.4.1.9.9.702.1.1.3.1.2
Operational state of this service interface.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoSanBaseSvcInterfaceStatus  

cSanBaseSvcInterfaceClusterId 1.3.6.1.4.1.9.9.702.1.1.3.1.3
Identifies the cluster to which this service interface belongs.
Status: current Access: read-create
OBJECT-TYPE    
  CiscoSanBaseSvcClusterIndex  

cSanBaseSvcInterfaceStorageType 1.3.6.1.4.1.9.9.702.1.1.3.1.4
This object specifies the storage type for this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cSanBaseSvcInterfaceRowStatus 1.3.6.1.4.1.9.9.702.1.1.3.1.5
The status of this conceptual row. There is no restriction on the value of other columns before a newly created row can be made active. For example, cSanBaseSvcInterfaceClusterId column can be set independently later.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cSanBaseSvcDevicePortTable 1.3.6.1.4.1.9.9.702.1.1.4
This table lists the devices that are configured to receive storage service.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CSanBaseSvcDevicePortEntry

cSanBaseSvcDevicePortEntry 1.3.6.1.4.1.9.9.702.1.1.4.1
A conceptual row in the cSanBaseSvcDevicePortTable. Each row represents a particular device configured to receive storage service in a particular cluster.
Status: current Access: not-accessible
OBJECT-TYPE    
  CSanBaseSvcDevicePortEntry  

cSanBaseSvcDevicePortName 1.3.6.1.4.1.9.9.702.1.1.4.1.1
This object represents Fibre-channel Port name (pWWN) of the Device Nx_Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcNameId  

cSanBaseSvcDevicePortClusterId 1.3.6.1.4.1.9.9.702.1.1.4.1.2
This object represents the cluster identifier of the cluster to which this port belongs.
Status: current Access: read-create
OBJECT-TYPE    
  CiscoSanBaseSvcClusterIndex  

cSanBaseSvcDevicePortStorageType 1.3.6.1.4.1.9.9.702.1.1.4.1.3
This object specifies the storage type for this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cSanBaseSvcDevicePortRowStatus 1.3.6.1.4.1.9.9.702.1.1.4.1.4
The status of this conceptual row. There is no restriction on the value of other columns before a newly created row can be made active.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cSanBaseSvcConfigTableLastChanged 1.3.6.1.4.1.9.9.702.1.1.5
The value of sysUpTime when a change to any Base Service MIB table other than the cSanBaseSvcDevicePortTable last occurred.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cSanBaseSvcDevicePortTableLastChanged 1.3.6.1.4.1.9.9.702.1.1.6
The value of sysUpTime when a change to cSanBaseSvcDevicePortTable last occurred.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cSanBaseSvcNotifyEnable 1.3.6.1.4.1.9.9.702.1.1.7
This object specifies if the service notifications should be generated or not. If the value of this object is 'true', then the notifications are generated. If the value of this object is 'false', then the notifications are not generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cSanBaseSvcClusterMemberIfTable 1.3.6.1.4.1.9.9.702.1.2.1
This table lists the information of service interfaces on all devices, local or remote, which are members of a service cluster configured on a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CSanBaseSvcClusterMemberIfEntry

cSanBaseSvcClusterMemberIfEntry 1.3.6.1.4.1.9.9.702.1.2.1.1
A conceptual row in the cSanBaseSvcClusterMemberIfTable. Each row represents a participating interface on local/remote device member within the specified service cluster.
Status: current Access: not-accessible
OBJECT-TYPE    
  CSanBaseSvcClusterMemberIfEntry  

cSanBaseSvcClusterInterfaceIndex 1.3.6.1.4.1.9.9.702.1.2.1.1.1
A unique Interface index for a service interface on a device in this cluster. This is the same as ifIndex of the ifTable of RFC1213.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

cSanBaseSvcClusterInterfaceState 1.3.6.1.4.1.9.9.702.1.2.1.1.2
The operational state of this service interface.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoSanBaseSvcInterfaceStatus  

ciscoSanBaseSvcInterfaceCreate 1.3.6.1.4.1.9.9.702.0.1
This notification is generated when a service interface associated with a local device is created. The generation of this notification is controlled by cSanBaseSvcNotifyEnable
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoSanBaseSvcInterfaceDelete 1.3.6.1.4.1.9.9.702.0.2
This notification is generated when a service interface associated with a local device is deleted. The generation of this notification is controlled by cSanBaseSvcNotifyEnable
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoSanBaseSvcClusterNewMaster 1.3.6.1.4.1.9.9.702.0.3
This notification is generated when the sending device who is participating in a service cluster has transitioned to be the master of the cluster. The generation of this notification is controlled by cSanBaseSvcNotifyEnable
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoSanBaseSvcMIBCompliances 1.3.6.1.4.1.9.9.702.2.1
OBJECT IDENTIFIER    

ciscoSanBaseSvcMIBGroups 1.3.6.1.4.1.9.9.702.2.2
OBJECT IDENTIFIER    

ciscoSanBaseSvcMIBCompliance 1.3.6.1.4.1.9.9.702.2.1.1
The compliance statement for entities that implement this base service.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoSanBaseSvcConfigGroup 1.3.6.1.4.1.9.9.702.2.2.1
A collection of objects for storage service configuration.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSanBaseSvcNotifControlGroup 1.3.6.1.4.1.9.9.702.2.2.2
A collection of objects for controlling storage service notification.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSanBaseSvcNotifsGroup 1.3.6.1.4.1.9.9.702.2.2.3
A collection of objects for notification of storage service events.
Status: current Access: read-only
NOTIFICATION-GROUP    

ciscoSanBaseSvcInterfaceGroup 1.3.6.1.4.1.9.9.702.2.2.4
A collection of storage service interface.
Status: current Access: read-only
OBJECT-GROUP