CISCO-SME-MIB
- Registered at
- 1.3.6.1.4.1.9.9.632
- Last updated
- 2008-03-28 00:00
- Organization
- Cisco Systems Inc.
- Revisions
- 2008-03-28 00:00
- Namespace
- cisco
- Source file
CISCO-SME-MIB- Digest
sha256:9f470a9cf73f3c660351e7fb92e2fa056fee4ea5e49ecae45208834239dc7242
Description
MIB module to manage Storage Media Encryption (SME) service. SME is an encryption service provided by an encryption node residing on a linecard in a storage device. It receives clear-text data from host, encrypts it, then sends it to be written to tape or disk. It does the reverse in the opposite direction so the service is completely transparent to the host. The purpose of this service is to enhance data security in case the tape or disk is lost or stolen. As with any important service, user requires that it provides some level of fault tolerant in a graceful manner. SME provides this by allowing encryption nodes to be grouped into cluster. Nodes in the same cluster immediately pick up the work of a failed node so user does not see service disruption.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553 -NETS E-mail: cs-san@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| CISCO-ST-TC | FcNameId |
| IF-MIB | InterfaceIndex, ifDescr |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, StorageType, TEXTUAL-CONVENTION, TimeStamp, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-SME-MIB CISCO-SMI CISCO-ST-TC IANAifType-MIB IF-MIB INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| CiscoSmeClusterIndex TEXTUAL-CONVENTION This denotes the globally unique index for a SME cluster. The value of the CiscoSmeClusterIndex is a thirty-two-octet unsigned integer value encoded in a network-byte order. | current | |||
| CiscoSmeClusterStatus TEXTUAL-CONVENTION Operational state of the SME 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 | current | |||
| CiscoSmeInterfaceStatus TEXTUAL-CONVENTION Operational state of the SME 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 | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoSmeMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.632.0 | |||
| ciscoSmeMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.632.1 | |||
| cSmeConfig OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.632.1.1 | |||
| cSmeClusterTable OBJECT-TYPE This table lists all the SME clusters that are configured on this device. As with any important service, user requires that it provides some level of fault tolerant in a graceful manner. SME provides this by allowing encryption nodes to be grouped into cluster. Nodes in the same cluster immediately pick up the work of a failed node so user does not see service disruption. | 1.3.6.1.4.1.9.9.632.1.1.1 | not-accessible | current | |
| cSmeClusterEntry OBJECT-TYPE A conceptual row in the cSmeClusterTable. Each row represents a SME cluster in the system and provides the runtime and configuration information of a cluster. | 1.3.6.1.4.1.9.9.632.1.1.1.1 | not-accessible | current | |
| cSmeClusterId OBJECT-TYPE Globally unique index that identifies a SME cluster. This index must be generated in such a way that the same value is never reused even after cluster has been deleted. | 1.3.6.1.4.1.9.9.632.1.1.1.1.1 | CiscoSmeClusterIndex | not-accessible | current |
| cSmeClusterName OBJECT-TYPE The name of the SME cluster. | 1.3.6.1.4.1.9.9.632.1.1.1.1.2 | SnmpAdminString (SIZE(0..32)) | read-create | current |
| cSmeClusterState OBJECT-TYPE The operational state of the SME cluster. | 1.3.6.1.4.1.9.9.632.1.1.1.1.3 | CiscoSmeClusterStatus | read-only | current |
| cSmeClusterMasterInetAddrType OBJECT-TYPE The type of Internet address of the SME cluster master. The Internet address of SME cluster master is specified by the value of the corresponding instance of cSmeClusterMasterInetAddr. | 1.3.6.1.4.1.9.9.632.1.1.1.1.4 | InetAddressType | read-only | current |
| cSmeClusterMasterInetAddr OBJECT-TYPE The Internet address of the SME cluster master device. The type of this Internet address is determined by the value of the corresponding instance of cSmeClusterMasterInetAddrType. | 1.3.6.1.4.1.9.9.632.1.1.1.1.5 | InetAddress | read-only | current |
| cSmeClusterStorageType OBJECT-TYPE This object specifies the storage type for this conceptual row. | 1.3.6.1.4.1.9.9.632.1.1.1.1.6 | StorageType | read-create | current |
| cSmeClusterRowStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.632.1.1.1.1.7 | RowStatus | read-create | current |
| cSmeClusterMembersTable OBJECT-TYPE This table lists the information of devices, local or remote, which are members of SME clusters configured on a device. | 1.3.6.1.4.1.9.9.632.1.1.2 | not-accessible | current | |
| cSmeClusterMembersEntry OBJECT-TYPE A conceptual row in the cSmeClusterMembersTable. Each row represents a member device within a specified SME Cluster. | 1.3.6.1.4.1.9.9.632.1.1.2.1 | not-accessible | current | |
| cSmeMemberInetAddrType OBJECT-TYPE The type of Internet address of a cluster member within a specified SME cluster. The Internet address of this device is specified by the value of the corresponding instance of cSmeMemberInetAddr. | 1.3.6.1.4.1.9.9.632.1.1.2.1.1 | InetAddressType | not-accessible | current |
| cSmeMemberInetAddr OBJECT-TYPE The Internet address of the cluster member device within a specified SME cluster. The type of this Internet address is determined by the value of the corresponding instance of cSmeMemberInetAddrType. | 1.3.6.1.4.1.9.9.632.1.1.2.1.2 | InetAddress (SIZE(0..32)) | not-accessible | current |
| cSmeFabric OBJECT-TYPE Refers to the name of 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 VSAN and 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. | 1.3.6.1.4.1.9.9.632.1.1.2.1.3 | SnmpAdminString (SIZE(1..32)) | read-create | current |
| cSmeIsMemberLocal OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.632.1.1.2.1.4 | TruthValue | read-only | current |
| cSmeMemberIsMaster OBJECT-TYPE Indicates if this device is currently the master of the SME 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. | 1.3.6.1.4.1.9.9.632.1.1.2.1.5 | TruthValue | read-only | current |
| cSmeClusterMemberStorageType OBJECT-TYPE This object specifies the storage type for this conceptual row. | 1.3.6.1.4.1.9.9.632.1.1.2.1.6 | StorageType | read-create | current |
| cSmeClusterMemberRowStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.632.1.1.2.1.7 | RowStatus | read-create | current |
| cSmeClusterMemberIfTable OBJECT-TYPE This table lists the information of SME interfaces on all devices, local or remote, which are members of SME clusters configured on a device. | 1.3.6.1.4.1.9.9.632.1.1.3 | not-accessible | current | |
| cSmeClusterMemberIfEntry OBJECT-TYPE A conceptual row in the cSmeClusterMemberIfTable. Each row represents a participating interface on local/remote device member within the specified SME cluster. | 1.3.6.1.4.1.9.9.632.1.1.3.1 | not-accessible | current | |
| cSmeClusterInterfaceIndex OBJECT-TYPE A unique Interface index for a SME interface on a device in this cluster. This is the same as ifIndex of the ifTable of RFC1213. | 1.3.6.1.4.1.9.9.632.1.1.3.1.1 | InterfaceIndex | not-accessible | current |
| cSmeClusterInterfaceState OBJECT-TYPE The operational state of this SME interface. | 1.3.6.1.4.1.9.9.632.1.1.3.1.2 | CiscoSmeInterfaceStatus | read-only | current |
| cSmeInterfaceTable OBJECT-TYPE This table lists all SME interfaces on the local device and its corresponding information. | 1.3.6.1.4.1.9.9.632.1.1.4 | not-accessible | current | |
| cSmeInterfaceEntry OBJECT-TYPE A conceptual row in the cSmeInterfaceTable. Each row represents a particular SME interface on a local device. | 1.3.6.1.4.1.9.9.632.1.1.4.1 | not-accessible | current | |
| cSmeInterfaceIndex OBJECT-TYPE A unique Interface index for a SME interface on this device. This is the same as ifIndex of the ifTable of RFC1213. | 1.3.6.1.4.1.9.9.632.1.1.4.1.1 | InterfaceIndex | not-accessible | current |
| cSmeInterfaceState OBJECT-TYPE Operational state of this SME interface. | 1.3.6.1.4.1.9.9.632.1.1.4.1.2 | CiscoSmeInterfaceStatus | read-only | current |
| cSmeInterfaceClusterId OBJECT-TYPE Identifies the cluster to which this SME interface belongs. | 1.3.6.1.4.1.9.9.632.1.1.4.1.3 | CiscoSmeClusterIndex | read-create | current |
| cSmeInterfaceStorageType OBJECT-TYPE This object specifies the storage type for this conceptual row. | 1.3.6.1.4.1.9.9.632.1.1.4.1.4 | StorageType | read-create | current |
| cSmeInterfaceRowStatus OBJECT-TYPE 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, cSmeInterfaceClusterId column can be set independently later. | 1.3.6.1.4.1.9.9.632.1.1.4.1.5 | RowStatus | read-create | current |
| cSmeHostPortTable OBJECT-TYPE This table lists the hosts that are configured for SME. In the case of application servers, the disks that are accessed by the hosts may be encrypted. In the case of backup/restore master/media servers, the tapes accessed by the hosts may be encrypted. | 1.3.6.1.4.1.9.9.632.1.1.5 | not-accessible | current | |
| cSmeHostPortEntry OBJECT-TYPE A conceptual row in the cSmeHostPortTable. Each row represents a particular host configured for SME service in a particular cluster. | 1.3.6.1.4.1.9.9.632.1.1.5.1 | not-accessible | current | |
| cSmeHostPortName OBJECT-TYPE Fibre-channel Port name (P_WWN) of the Host Nx_Port. | 1.3.6.1.4.1.9.9.632.1.1.5.1.1 | FcNameId | not-accessible | current |
| cSmeHostPortClusterId OBJECT-TYPE Identifies the cluster to which this host port belongs. | 1.3.6.1.4.1.9.9.632.1.1.5.1.2 | CiscoSmeClusterIndex | read-create | current |
| cSmeHostPortStorageType OBJECT-TYPE This object specifies the storage type for this conceptual row. | 1.3.6.1.4.1.9.9.632.1.1.5.1.3 | StorageType | read-create | current |
| cSmeHostPortRowStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.632.1.1.5.1.4 | RowStatus | read-create | current |
| cSmeConfigTableLastChanged OBJECT-TYPE The value of sysUpTime when a change to any SME MIB table other than the cSmeHostPortTable last occurred. | 1.3.6.1.4.1.9.9.632.1.1.6 | TimeStamp | read-only | current |
| cSmeHostPortTableLastChanged OBJECT-TYPE The value of sysUpTime when a change to cSmeHostPortTable last occurred. | 1.3.6.1.4.1.9.9.632.1.1.7 | TimeStamp | read-only | current |
| cSmeNotifyEnable OBJECT-TYPE This object specifies if the SME 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. | 1.3.6.1.4.1.9.9.632.1.1.8 | TruthValue | read-write | current |
| ciscoSmeMIBConform OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.632.2 | |||
| ciscoSmeMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.632.2.1 | |||
| ciscoSmeMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.632.2.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| ciscoSmeInterfaceCreate NOTIFICATION-TYPE This notification is generated when a SME interface associated with a local device is created. | 1.3.6.1.4.1.9.9.632.0.1 | current |
| ciscoSmeInterfaceDelete NOTIFICATION-TYPE This notification is generated when a SME interface associated with a local device is deleted. | 1.3.6.1.4.1.9.9.632.0.2 | current |
| ciscoSmeClusterNewMaster NOTIFICATION-TYPE This notification is generated when the sending device who is participating in a SME cluster has transitioned to be the master of the cluster. | 1.3.6.1.4.1.9.9.632.0.3 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoSmeMIBCompliance MODULE-COMPLIANCE The compliance statement for entities that implement SME. | 1.3.6.1.4.1.9.9.632.2.1.1 | current |
| ciscoSmeConfigGroup OBJECT-GROUP A collection of objects for SME configuration. | 1.3.6.1.4.1.9.9.632.2.2.1 | current |
| ciscoSmeNotifControlGroup OBJECT-GROUP A collection of objects for controlling SME notification. | 1.3.6.1.4.1.9.9.632.2.2.2 | current |
| ciscoSmeNotifsGroup NOTIFICATION-GROUP A collection of objects for notification of SME events. | 1.3.6.1.4.1.9.9.632.2.2.3 | current |