CISCO-IETF-ISNS-MGMT-MIB

File: CISCO-IETF-ISNS-MGMT-MIB.mib (161459 bytes)

Imported modules

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

Imported symbols

Unsigned32 Integer32 MODULE-IDENTITY
OBJECT-TYPE NOTIFICATION-TYPE TimeTicks
OBJECT-GROUP NOTIFICATION-GROUP MODULE-COMPLIANCE
TEXTUAL-CONVENTION DateAndTime TruthValue
RowStatus SnmpAdminString InetAddressType
InetAddress FcNameIdOrZero FcAddressId
ciscoExperiment

Defined Types

CIsnsDiscoveryDomainSetId  
The unique Discovery Domain Set Identifier associated with a Discovery Domain Set (DDS).
TEXTUAL-CONVENTION    
  Unsigned32 1..4294967295  

CIsnsDdsStatusId  
The bitmap indicating the status of a Discovery Domain Set (DDS) registered in the iSNS. Bit Status --------- --------- 0 enabled If bit(0) is set to true then the DDS is Enabled. Otherwise the DDS is disabled.
TEXTUAL-CONVENTION    
  BITS enabled(0)  

CIsnsDiscoveryDomainId  
The unique Discovery Domain Identifier (DD_ID) associated with each Discovery Domain (DD). This can be used to uniquely index and reference a DD. New storage nodes are automatically added to the default DD if cIsnsSrvrInstDfltDdDdsStatus is set to inDefaultDdAndDds.
TEXTUAL-CONVENTION    
  Unsigned32 1..4294967295  

CIsnsDdFeatureBitmapId  
The bitmap indicating the types of features each Discovery Domain (DD) has. Bit Status --------- --------- 0 Boot List Boot List: this feature indicates that the targets in this DD provide boot capabilities for the member initiators. Setting the bit to true (1) indicates the feature is enabled. Otherwise it is disabled.
TEXTUAL-CONVENTION    
  BITS bootlist(0)  

CIsnsDdDdsModificationBitmap  
The methods that can be used to modify the Discovery Domain and Discovery Domain Sets in the iSNS Server instance. Bit Field Flag Description --------- ------------------------------------ 0 SNMP protocol is allowed to modify DD's/DDS's 1 Control Nodes are allowed 2 Target iSCSI Nodes are allowed 3 Initiator iSCSI Nodes are allowed 4 Target iFCP Ports are allowed 5 Initiator iFCP Ports are allowed Setting a bit to true (1) indicates the feature is enabled. Otherwise it is disabled.
TEXTUAL-CONVENTION    
  BITS snmpEnabled(0), controlNode(1), targetIscsiNode(2), initiatorIscsiNode(3), targetIfcpNode(4), initiatorIfcpNode(5)  

CIsnsEntityIndexId  
This textual convention is used as an identifier for the unique integer Entity Index associated with a storage entity that is registered in an iSNS Server. The index is unique within an iSNS Server instance.
TEXTUAL-CONVENTION    
  Unsigned32 1..4294967295  

CIsnsEntityProtocolId  
The type of protocol that is supported by this entity. Type Value Entity Type ---------- ----------- 1 No Protocol 2 iSCSI 3 iFCP All Others As in the iSNS Specification
TEXTUAL-CONVENTION    
  INTEGER noProtocol(1), iSCSI(2), iFCP(3)  

CIsnsPortalGroupIndexId  
The identifier for the unique integer Portal Group Index associated with a iSNS registered Portal Group object.
TEXTUAL-CONVENTION    
  Unsigned32 1..4294967295  

CIsnsPortalIndexId  
The identifier for the unique integer Portal Index associated with a storage portal.
TEXTUAL-CONVENTION    
  Unsigned32 1..4294967295  

CIsnsPortalPortId  
The UDP or TCP port number being used by a Portal for an Entity.
TEXTUAL-CONVENTION    
  Integer32 0..65535  

CIsnsPortalPortTypeId  
The UDP or TCP port type being used by a Portal for an Entity.
TEXTUAL-CONVENTION    
  INTEGER udp(1), tcp(2)  

CIsnsPortalGroupTagIdOrZero  
The Portal Group Tag (PGT) TC for iSCSI Portal Group objects registered in the iSNS. The value of zero indicates a NULL value, or no association, between the associated Portal and iSCSI Node.
TEXTUAL-CONVENTION    
  Integer32 0..65535  

CIsnsPortalSecurityBitmapId  
Indicates security attribute settings for the Portal as registered in the Portal Security Bitmap attribute. The valid bit must be set in order for this attribute to contain valid information. The definition of the bitmap is based on the iSNS Specification [iSNS]. The representation of each bit setting (0 or 1) is indicated below. Bit Field Flag Description --------- ------------------------------------ 0 1 = Tunnel Mode Preferred; 0 = No Preference 1 1 = Transport Mode Preferred; 0 = No Preference 2 1 = PFS Enabled; 0 = PFS Disabled 3 1 = Aggressive Mode Enabled; 0 = Disabled 4 1 = Main Mode Enabled; 0 = MM Disabled 5 1 = IKE/IPSec Enabled; 0 = IKE/IPSec Disabled 6 1 = Bitmap VALID; 0 = INVALID
TEXTUAL-CONVENTION    
  BITS tunnelModePreferred(0), transportModePreferred(1), pfsEnabled(2), agressiveModeEnabled(3), mainModeEnabled(4), ikeIpsecEnabled(5), bitmapVALID(6)  

CIsnsNodeIndexId  
The identifier for the unique integer Node Index associated with a storage node.
TEXTUAL-CONVENTION    
  Unsigned32 1..4294967295  

CIsnsNodeIndexIdOrZero  
The identifier for the unique integer Node Index associated with a storage node, or the value zero. The additional value of zero is specific to each managed object, and must be defined as part of the description of any managed object which uses this syntax
TEXTUAL-CONVENTION    
  Unsigned32 0..4294967295  

CIsnsNodeTypeId  
The Node Type bit-map defines the functions of this node. The definitions of each setting are defined in the iSNS Specification [iSNS]. Bit Node Type --------- --------- 0 Control 1 Initiator 2 Target
TEXTUAL-CONVENTION    
  BITS control(0), initiator(1), target(2)  

CIsnsCosBitmapId  
This bit-map indicates the Fibre Channel Class of Service types that are supported by the registered port. Bit Field Flag Description --------- ---------------- 0 Fibre Channel Class 3 Supported 1 Fibre Channel Class 2 Supported Setting a bit to true (1) indicates the class of service is supported.
TEXTUAL-CONVENTION    
  BITS class3(0), class2(1)  

CIsnsScnBitmapId  
The State Change Notification (SCN) bitmap for a node as defined in the iSNS Specification [iSNS]. A set bit (1) indicates the type of SCN for the bitmap as follows: Bit Field Flag Description --------- ---------------- 0 INITIATOR AND SELF INFORMATION ONLY 1 TARGET AND SELF INFORMATION ONLY 2 MANAGEMENT REGISTRATION/SCN 3 REGISTERED OBJECT REMOVED 4 REGISTERED OBJECT ADDED 5 REGISTERED OBJECT UPDATED 6 DD/DDS MEMBER REMOVED (MGT REG/SCN ONLY) 7 DD/DDS MEMBER ADDED (MGT REG/SCN ONLY)
TEXTUAL-CONVENTION    
  BITS initiatorAndSelfOnly(0), targetAndSelfOnly(1), managementRegistrationScn(2), registeredObjectRemoved(3), registeredObjectAdded(4), registeredObjectUpdated(5), ddOrDdsMemberRemoved(6), ddOrDdsMemberAdded(7)  

CIsnsSrvrDscvryMthdId  
This bitamp is used to indicate the iSNS Server discovery methods that are supported and enabled on an iSNS Server. The options are DHCP, SLP, multicast group iSNS heartbeat, broadcast group iSNS heartbeat, configured server list, and other. The iSNS Server may also support additional discovery methods not indicated. The bitmap also is used to indicate the type of discovery being used by an iSNS Client instance. If being used, the configured server list for a specific iSNS client is specified in cIsnsClntCfgSrvrTable table. If used, the multicast group is specified in cIsnsClntInstDiscMcGrp.
TEXTUAL-CONVENTION    
  BITS dhcp(0), slp(1), multicastGroupHb(2), broadcastHb(3), cfgdServerList(4), other(5)  

CIsnsSrvrInstEntry  
SEQUENCE    
  cIsnsSrvrInstIndex Unsigned32
  cIsnsSrvrInstName SnmpAdminString
  cIsnsSrvrInstIsnsVersion Integer32
  cIsnsSrvrInstDescription SnmpAdminString
  cIsnsSrvrInstAddressType InetAddressType
  cIsnsSrvrInstAddress InetAddress
  cIsnsSrvrInstTcpPort Integer32
  cIsnsSrvrInstUdpPort Integer32
  cIsnsSrvrInstUptime TimeTicks
  cIsnsSrvrInstRole INTEGER
  cIsnsSrvrInstDiscMthdsEnbld CIsnsSrvrDscvryMthdId
  cIsnsSrvrInstDiscMcGrpType InetAddressType
  cIsnsSrvrInstDiscMcGrp InetAddress
  cIsnsSrvrInstEsiNonRespThrshld Integer32
  cIsnsSrvrInstCntrlNodeAuth INTEGER
  cIsnsSrvrInstEnblCntrlNdeMgtScn TruthValue
  cIsnsSrvrInstDfltDdDdsStatus INTEGER
  cIsnsSrvrInstUpdateDdDdsSpprtd CIsnsDdDdsModificationBitmap
  cIsnsSrvrInstUpdateDdDdsEnbld CIsnsDdDdsModificationBitmap

CIsnsNumObjEntry  
SEQUENCE    
  cIsnsNumDds Unsigned32
  cIsnsNumDd Unsigned32
  cIsnsNumEntities Unsigned32
  cIsnsNumPortals Unsigned32
  cIsnsNumPortalGroups Unsigned32
  cIsnsNumIscsiNodes Unsigned32
  cIsnsNumFcPorts Unsigned32
  cIsnsNumFcNodes Unsigned32

CIsnsNextIdxEntry  
SEQUENCE    
  cIsnsNextIdxDds CIsnsDiscoveryDomainSetId
  cIsnsNextIdxDd CIsnsDiscoveryDomainId
  cIsnsNextIdxUnregIscsiNodeInDd CIsnsNodeIndexIdOrZero
  cIsnsNextIdxUnregPortalInDd CIsnsPortalIndexId

CIsnsCntlNodeIscsiEntry  
SEQUENCE    
  cIsnsCntlNodeIscsiNodeIdx CIsnsNodeIndexId
  cIsnsCntlNodeIscsiNodeName SnmpAdminString
  cIsnsCntlNodeIscsiRowStatus RowStatus

CIsnsCntlNodeFcPortEntry  
SEQUENCE    
  cIsnsCntlNodeFcPortName FcNameIdOrZero
  cIsnsCntlNodeFcPortRowStatus RowStatus

CIsnsDdsEntry  
SEQUENCE    
  cIsnsDdsId CIsnsDiscoveryDomainSetId
  cIsnsDdsSymbolicName SnmpAdminString
  cIsnsDdsStatus CIsnsDdsStatusId
  cIsnsDdsRowStatus RowStatus

CIsnsDdsMemberEntry  
SEQUENCE    
  cIsnsDdsMemberRowStatus RowStatus

CIsnsDdEntry  
SEQUENCE    
  cIsnsDdId CIsnsDiscoveryDomainId
  cIsnsDdSymbolicName SnmpAdminString
  cIsnsDdFeatures CIsnsDdFeatureBitmapId
  cIsnsDdRowStatus RowStatus

CIsnsDdIscsiMemberEntry  
SEQUENCE    
  cIsnsDdMemberIscsiIdx CIsnsNodeIndexId
  cIsnsDdMemberIscsiName SnmpAdminString
  cIsnsDdMemberIsRegistered TruthValue
  cIsnsDdMemberRowStatus RowStatus

CIsnsDdPortalMemberEntry  
SEQUENCE    
  cIsnsDdMemberPortalIdx CIsnsPortalIndexId
  cIsnsDdMemberPortalAddrType InetAddressType
  cIsnsDdMemberPortalAddr InetAddress
  cIsnsDdMemberPortalPortType CIsnsPortalPortTypeId
  cIsnsDdMemberPortalPort CIsnsPortalPortId
  cIsnsDdMemberPortalIsRegistered TruthValue
  cIsnsDdMemberPortalRowStatus RowStatus

CIsnsDdFcPortMemberEntry  
SEQUENCE    
  cIsnsDdMemberFcPortName FcNameIdOrZero
  cIsnsDdMemberFcIsRegistered TruthValue
  cIsnsDdMemberFcRowStatus RowStatus

CIsnsRegEntityEntry  
SEQUENCE    
  cIsnsRegEntityIdx CIsnsEntityIndexId
  cIsnsRegEntityEID SnmpAdminString
  cIsnsRegEntityProtocol CIsnsEntityProtocolId
  cIsnsRegEntityMgtAddrType InetAddressType
  cIsnsRegEntityMgtAddr InetAddress
  cIsnsRegEntityTimestamp DateAndTime
  cIsnsRegEntityVersionMin Integer32
  cIsnsRegEntityVersionMax Integer32
  cIsnsRegEntityRegPeriod Unsigned32

CIsnsRegEntityNumObjEntry  
SEQUENCE    
  cIsnsRegEntityInfoNumPortals Unsigned32
  cIsnsRegEntityInfoNumPortalGroup Unsigned32
  cIsnsRegEntityInfoNumIscsiNodes Unsigned32
  cIsnsRegEntityInfoNumFcPorts Unsigned32
  cIsnsRegEntityInfoNumFcNodes Unsigned32

CIsnsRegPortalEntry  
SEQUENCE    
  cIsnsRegPortalPrtlIdx CIsnsPortalIndexId
  cIsnsRegPortalAddrType InetAddressType
  cIsnsRegPortalAddr InetAddress
  cIsnsRegPortalPortType CIsnsPortalPortTypeId
  cIsnsRegPortalPort CIsnsPortalPortId
  cIsnsRegPortalSymName SnmpAdminString
  cIsnsRegPortalEsiInterval Unsigned32
  cIsnsRegPortalEsiPortType CIsnsPortalPortTypeId
  cIsnsRegPortalEsiPort CIsnsPortalPortId
  cIsnsRegPortalScnPortType CIsnsPortalPortTypeId
  cIsnsRegPortalScnPort CIsnsPortalPortId
  cIsnsRegPortalSecurityInfo CIsnsPortalSecurityBitmapId

CIsnsRegPgEntry  
SEQUENCE    
  cIsnsRegPgIdx CIsnsPortalGroupIndexId
  cIsnsRegPgIscsiNodeIdx CIsnsNodeIndexId
  cIsnsRegPgIscsiName SnmpAdminString
  cIsnsRegPgPortalPrtlIdx CIsnsPortalIndexId
  cIsnsRegPgPortalAddrType InetAddressType
  cIsnsRegPgPortalAddr InetAddress
  cIsnsRegPgPortalPortType CIsnsPortalPortTypeId
  cIsnsRegPgPortalPort CIsnsPortalPortId
  cIsnsRegPgPGT CIsnsPortalGroupTagIdOrZero

CIsnsRegIscsiNodeEntry  
SEQUENCE    
  cIsnsRegIscsiNodeIdx CIsnsNodeIndexId
  cIsnsRegIscsiNodeName SnmpAdminString
  cIsnsRegIscsiNodeType CIsnsNodeTypeId
  cIsnsRegIscsiNodeAlias SnmpAdminString
  cIsnsRegIscsiNodeScnBitmap CIsnsScnBitmapId
  cIsnsRegIscsiNodeWwnToken FcNameIdOrZero
  cIsnsRegIscsiNodeAuthMethod SnmpAdminString

CIsnsRegFcPortEntry  
SEQUENCE    
  cIsnsRegFcPortWwpn FcNameIdOrZero
  cIsnsRegFcPortID FcAddressId
  cIsnsRegFcPortType Integer32
  cIsnsRegFcPortSymName SnmpAdminString
  cIsnsRegFcPortFabricPortWwn FcNameIdOrZero
  cIsnsRegFcPortHA FcAddressId
  cIsnsRegFcPortAddrType InetAddressType
  cIsnsRegFcPortAddr InetAddress
  cIsnsRegFcPortFcCos CIsnsCosBitmapId
  cIsnsRegFcPortFc4Types OCTET STRING
  cIsnsRegFcPortFc4Descr OCTET STRING
  cIsnsRegFcPortFc4Features OCTET STRING
  cIsnsRegFcPortScnBitmap CIsnsScnBitmapId
  cIsnsRegFcPortRole CIsnsNodeTypeId
  cIsnsRegFcPortFcNodeWwn FcNameIdOrZero
  cIsnsRegFcPortPpnWwn FcNameIdOrZero

CIsnsRegFcNodeEntry  
SEQUENCE    
  cIsnsRegFcNodeWwn FcNameIdOrZero
  cIsnsRegFcNodeSymName SnmpAdminString
  cIsnsRegFcNodeAddrType InetAddressType
  cIsnsRegFcNodeAddr InetAddress
  cIsnsRegFcNodeIPA OCTET STRING
  cIsnsRegFcNodeProxyIscsiName SnmpAdminString

CIsnsRegFcNodeInfoEntry  
SEQUENCE    
  cIsnsRegFcNodeInfoNumFcPorts Unsigned32

CIsnsRegFcNodeFcPortEntry  
SEQUENCE    
  cIsnsRegFcNodeFcPortEntityEIdx CIsnsEntityIndexId

CIsnsClntInstEntry  
SEQUENCE    
  cIsnsClntInstIndex Unsigned32
  cIsnsClntInstName SnmpAdminString
  cIsnsClntInstIsnspVersion Integer32
  cIsnsClntInstDescription SnmpAdminString
  cIsnsClntInstAddressType InetAddressType
  cIsnsClntInstAddress InetAddress
  cIsnsClntInstTcpPort Integer32
  cIsnsClntInstUdpPort Integer32
  cIsnsClntInstUptime TimeTicks
  cIsnsClntInstAvailDiscMthd CIsnsSrvrDscvryMthdId
  cIsnsClntInstPrmryDiscMthd CIsnsSrvrDscvryMthdId
  cIsnsClntInstScndryDiscMthd CIsnsSrvrDscvryMthdId
  cIsnsClntInstDiscMcGrpType InetAddressType
  cIsnsClntInstDiscMcGrp InetAddress

CIsnsClntCfgSrvrEntry  
SEQUENCE    
  cIsnsClntCfgSrvrIndex Unsigned32
  cIsnsClntCfgSrvrAddrType InetAddressType
  cIsnsClntCfgSrvrAddr InetAddress
  cIsnsClntCfgSrvrTcpPort Integer32
  cIsnsClntCfgSrvrUdpPort Integer32
  cIsnsClntCfgSrvrPriority Integer32
  cIsnsClntCfgSrvrTimeout Integer32
  cIsnsClntCfgSrvrRetries Integer32
  cIsnsClntCfgSrvrRowStatus RowStatus

CIsnsClntDscvrdSrvrEntry  
SEQUENCE    
  cIsnsClntDscvrdSrvrIndex Unsigned32
  cIsnsClntDscvrdSrvrAddrType InetAddressType
  cIsnsClntDscvrdSrvrAddr InetAddress
  cIsnsClntDscvrdSrvrTcpPort Integer32
  cIsnsClntDscvrdSrvrUdpPort Integer32
  cIsnsClntDscvrdSrvrIsnsVersion Integer32
  cIsnsClntDscvrdSrvrDiscMthd CIsnsSrvrDscvryMthdId

CIsnsClntRegEntityEntry  
SEQUENCE    
  cIsnsClntRegEntityIdx CIsnsEntityIndexId
  cIsnsClntRegEntityEID SnmpAdminString
  cIsnsClntRegEntityProtocol CIsnsEntityProtocolId

Defined Values

ciscoIetfIsnsMgmtMIB 1.3.6.1.4.1.9.10.116
The Cisco version of the ISNS Management MIB draft draft-ietf-ips-isns-mib-06.txt from the IETF.
MODULE-IDENTITY    

cIsnsObj 1.3.6.1.4.1.9.10.116.1
OBJECT IDENTIFIER    

cIsnsConformance 1.3.6.1.4.1.9.10.116.2
OBJECT IDENTIFIER    

cIsnsSrvrInfo 1.3.6.1.4.1.9.10.116.1.1
OBJECT IDENTIFIER    

cIsnsSrvrInstTable 1.3.6.1.4.1.9.10.116.1.1.1
This table provides a list of the iSNS Server instances that are managed through the same SNMP context.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsSrvrInstEntry

cIsnsSrvrInstEntry 1.3.6.1.4.1.9.10.116.1.1.1.1
This is a row in the iSNS Server instance table. The number of rows is dependent on the number of iSNS Server instances that are being managed through same SNMP context.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsSrvrInstEntry  

cIsnsSrvrInstIndex 1.3.6.1.4.1.9.10.116.1.1.1.1.1
This managed object uniquely identifies the iSNS Server being managed by the SNMP context, and is the key for this table. This is an instance index for each iSNS Server being managed. The value of this managed object is used elsewhere in the MIB to reference specific iSNS Servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cIsnsSrvrInstName 1.3.6.1.4.1.9.10.116.1.1.1.1.2
A name that can be assigned to the iSNS Server instance. If not configured, the value is an empty string.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cIsnsSrvrInstIsnsVersion 1.3.6.1.4.1.9.10.116.1.1.1.1.3
The iSNS version value as contained in messages received from the current primary server. The header of each iSNSP message contains the iSNS version of the sender. If unknown the reported value is 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

cIsnsSrvrInstDescription 1.3.6.1.4.1.9.10.116.1.1.1.1.4
This provides a description and detail information about this server. If this server instance is utilizing the product of a particular 'vendor' or 'open source', then this managed object contains that vendor's name and version, or open source name and version. Otherwise, it contains the empty string. The format of the string is as follows: 'Vendor/Open Source Name, Vendor/Open Source Version, Vendor/Open Source Defined Information'. Field Description --------- ---------------- Vendor/OS Name The name of the vendor or open source (if one exists) Vendor/OS Version The version of the vendor or open source product Vendor/OS Defined This follows the second comma in the string, if one exists, and is vendor or open source developer defined
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cIsnsSrvrInstAddressType 1.3.6.1.4.1.9.10.116.1.1.1.1.5
The type of Internet address in cIsnsSrvrInstAddress. If not set, then the value is unknown(0).
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

cIsnsSrvrInstAddress 1.3.6.1.4.1.9.10.116.1.1.1.1.6
The address that this iSNS server instance is receiving iSNSP registrations and queries on. If currently not configured, then the value is an empty string.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

cIsnsSrvrInstTcpPort 1.3.6.1.4.1.9.10.116.1.1.1.1.7
Indicates the TCP port this iSNS instance is accepting iSNSP messages on, generally the iSNS well known port. The well known TCP port for iSNSP is 3205. If TCP is not supported by this server instance, then the value is 0.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

cIsnsSrvrInstUdpPort 1.3.6.1.4.1.9.10.116.1.1.1.1.8
Indicates the UDP port this iSNS instance is accepting iSNSP messages on, generally the iSNS well known port. The well known UDP port for iSNSP is 3205. If UDP is not supported by this server instance, then the value is 0.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

cIsnsSrvrInstUptime 1.3.6.1.4.1.9.10.116.1.1.1.1.9
The time that this iSNS Server instance has been active. In other words, the time since last reinitialization.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cIsnsSrvrInstRole 1.3.6.1.4.1.9.10.116.1.1.1.1.10
Indicates the current operational role of this iSNS Server instance. If an iSNS implementation has the ability to have a server instance take on different roles, then this managed object indicates the current role. Value Description --------- ---------------- notSet The iSNS Server role is not configured. server The iSNS Server instance is operating as a primary iSNS Server. serverNotPrimary The iSNS Server instance can be a primary iSNS Server, but is not currently acting as a primary.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notSet(0), server(1), serverNotPrimary(2)  

cIsnsSrvrInstDiscMthdsEnbld 1.3.6.1.4.1.9.10.116.1.1.1.1.11
Indicates the discovery methods currently supported and enabled on this iSNS Server instance. This bitmap can be used by a client to determine what discovery methods should be used for this iSNS Server. Additional methods of discovery may also be supported.
Status: current Access: read-write
OBJECT-TYPE    
  CIsnsSrvrDscvryMthdId  

cIsnsSrvrInstDiscMcGrpType 1.3.6.1.4.1.9.10.116.1.1.1.1.12
The type of Internet address in cIsnsSrvrInstDiscMcGrp. If not set, then the value is unknown(0).
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

cIsnsSrvrInstDiscMcGrp 1.3.6.1.4.1.9.10.116.1.1.1.1.13
The multicast group that iSNS Heartbeat messages are sent to if multicast based discovery has been enabled for this server instance. If not configured, then the value is an empty string.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

cIsnsSrvrInstEsiNonRespThrshld 1.3.6.1.4.1.9.10.116.1.1.1.1.14
ESI Non-Response Threshold - determines the number of ESI messages that will be sent without receiving a response before an entity is deregistered from the iSNS database. If set to 0 then Entities will never be deregistered due to non-receipt of ESI messages.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

cIsnsSrvrInstCntrlNodeAuth 1.3.6.1.4.1.9.10.116.1.1.1.1.15
Control Nodes can be configured to receive management SCNs indicating network updates, including information on modification to DDs and DDSs. This managed object indicates if SNMP has access to control node information and, if it does, which type of storage nodes can register with the server instance as a control node. Possible values for this managed object are: Value Description --------- ---------------- anyNode Any storage node MAY register as a control node viewNodes Specified nodes MAY register as control nodes, SNMP view only modifyNodes Specified nodes MAY register as control nodes, SNMP CAN modify list of nodes noSnmpAccess Control node information is not accessible via SNMP If only specified nodes are allowed to register as control nodes, and SNMP is allowed to modify the list of control nodes, then they SHALL be listed in the cIsnsCntlNodeIscsiTable and cIsnsCntlNodeFcPortTable. If SNMP is not allowed to view or modify the list of control nodes, then this managed object SHALL be set to noSnmpAccess.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER anyNode(1), viewNodes(2), modifyNodes(3), noSnmpAccess(4)  

cIsnsSrvrInstEnblCntrlNdeMgtScn 1.3.6.1.4.1.9.10.116.1.1.1.1.16
Enable Management SCN for Control Node - enable the option for a control node to register for and receive Management SCNs sent by this server.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cIsnsSrvrInstDfltDdDdsStatus 1.3.6.1.4.1.9.10.116.1.1.1.1.17
Default DD/DDS Status - This indicates the Discovery Domain (DD) and Discovery Domain Set (DDS) membership status for a new device when registered in the iSNS Server instance. Either the new device will not be in a DD/DDS, or will be placed into a default DD and default DDS. The default setting is inNoDomain.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER inNoDomain(1), inDefaultDdAndDds(2)  

cIsnsSrvrInstUpdateDdDdsSpprtd 1.3.6.1.4.1.9.10.116.1.1.1.1.18
The methods that this iSNS Server instance supports to modify Discovery Domains and Discovery Domain Sets. Bit Field Flag Description --------- ------------------------------------ 0 SNMP protocol is allowed to modify DD's/DDS's 1 Control Nodes are allowed 2 Target iSCSI Nodes are allowed 3 Initiator iSCSI Nodes are allowed 4 Target iFCP Ports are allowed 5 Initiator iFCP Ports are allowed If a bit is true (1) then the flag is enabled. If no method to change a DD is supported, then the bitmap is set to 0. Two methods generally supported are SNMP and Control Nodes.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsDdDdsModificationBitmap  

cIsnsSrvrInstUpdateDdDdsEnbld 1.3.6.1.4.1.9.10.116.1.1.1.1.19
This indicates the methods this server instance allows for modifying Discovery Domains and Discovery Domain Sets. Bit Field Flag Description --------- ------------------------------------ 0 SNMP protocol is allowed to modify DD's/DDS's 1 Control Nodes are allowed 2 Target iSCSI Nodes are allowed 3 Initiator iSCSI Nodes are allowed 4 Target iFCP Ports are allowed 5 Initiator iFCP Ports are allowed If a bit is true (1) then the mode is enabled. If no methods to change a DD are enabled, then the bitmap is set to 0.
Status: current Access: read-write
OBJECT-TYPE    
  CIsnsDdDdsModificationBitmap  

cIsnsNumObjTable 1.3.6.1.4.1.9.10.116.1.1.2
Table providing the number of registered objects of each type in the iSNS Server instance. This table is optional to implement. The number of entries is dependent upon the number of iSNS Server instances being managed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsNumObjEntry

cIsnsNumObjEntry 1.3.6.1.4.1.9.10.116.1.1.2.1
Entry of an iSNS Server instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsNumObjEntry  

cIsnsNumDds 1.3.6.1.4.1.9.10.116.1.1.2.1.1
The current total number of Discovery Domain Sets in this iSNS instance. This is the number of rows in the cIsnsSrvrDdsTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cIsnsNumDd 1.3.6.1.4.1.9.10.116.1.1.2.1.2
The current total number of Discovery Domains in this iSNS instance. This is the number of rows in the cIsnsSrvrDdTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cIsnsNumEntities 1.3.6.1.4.1.9.10.116.1.1.2.1.3
The current number of Entities registered in this iSNS Server instance. This is the number of rows in the cIsnsRegEntityTable for this instance.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cIsnsNumPortals 1.3.6.1.4.1.9.10.116.1.1.2.1.4
The current total number of Portals registered in iSNS. This is the number of rows in cIsnsRegPortalTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cIsnsNumPortalGroups 1.3.6.1.4.1.9.10.116.1.1.2.1.5
The current total number of Portal Groups registered in iSNS. This is the number of rows in cIsnsRegPortalGroupTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cIsnsNumIscsiNodes 1.3.6.1.4.1.9.10.116.1.1.2.1.6
The current total number of iSCSI node entries registered in the iSNS. This is the number rows in cIsnsRegIscsiNodeTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cIsnsNumFcPorts 1.3.6.1.4.1.9.10.116.1.1.2.1.7
The current total number of FC Port entries registered in the iSNS. This is the number of rows in cIsnsRegFcPortTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cIsnsNumFcNodes 1.3.6.1.4.1.9.10.116.1.1.2.1.8
The current total number of FC node entries registered in the iSNS. This is the number of rows in cIsnsRegFcNodeTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cIsnsNextIdxTable 1.3.6.1.4.1.9.10.116.1.1.3
The next available Discovery Domain Set Identifier, Discovery Domain Identifier, iSCSI Index, Portal Group Index, and Portal Index for the specified iSNS Server instance. This is used for registered object creation through SNMP for the respective registered object types that support this. Indexes are used for registered objects that have unique names that are too long or unwieldy for use as an SNMP index. The number of entries is dependent upon the number of iSNS Server instances being managed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsNextIdxEntry

cIsnsNextIdxEntry 1.3.6.1.4.1.9.10.116.1.1.3.1
Entry of an iSNS Server instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsNextIdxEntry  

cIsnsNextIdxDds 1.3.6.1.4.1.9.10.116.1.1.3.1.1
This managed object returns the next available DDS ID that MAY be used for DDS creation for this iSNS Server instance. The user should read and use the value of cIsnsNextIdxDds before performing a cIsnsDdsTable row creation. The cIsnsNextIdxDds value returned MAY be used as the index value when creating a new row in the cIsnsDdsTable. Use of this managed object reduces the chance for an index conflict.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsDiscoveryDomainSetId  

cIsnsNextIdxDd 1.3.6.1.4.1.9.10.116.1.1.3.1.2
This managed object returns the next available DD ID that MAY be used for DD creation for this iSNS Server instance. The user should read and use the value of cIsnsNextIdxDd before performing a cIsnsDdTable row creation. The cIsnsNextIdxDd value returned MAY be used as the index value when creating a new row in the cIsnsDdTable. Use of this managed object reduces the chance for an index conflict.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsDiscoveryDomainId  

cIsnsNextIdxUnregIscsiNodeInDd 1.3.6.1.4.1.9.10.116.1.1.3.1.3
The next available iSCSI node index for adding an unregistered iSCSI node to a Discovery Domain or as a control node. The iSCSI node index is associated to a specific iSCSI node name. The association is persistent across server reinitializations when the iSCSI node is a member of a Discovery Domain (DD) or is a control node. This managed object is used when an unregistered iSCSI node is to be added to a Discovery Domain or as a control node prior to it being registered in the server using the iSNS protocol. Registered iSCSI nodes have an entry in the cIsnsRegIscsiNodeTable. If an iSCSI node is already registered in the server or is already a member of a Discovery Domain, then it already has an associated iSCSI node index. The associated index MUST be used for any additional DD membership or control node registrations. If iSCSI is not supported by this iSNS Server instance, and this managed object is implemented, then this managed object SHALL return zero.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsNodeIndexIdOrZero  

cIsnsNextIdxUnregPortalInDd 1.3.6.1.4.1.9.10.116.1.1.3.1.4
The next available portal index for adding an unregistered portal to a discovery domain. The portal index used for a specific portal is persistent across server reinitializations only when the portal is an explicit member of a Discovery Domain (DD). This managed object is used when an unregistered portal is to be explicitly added to a Discovery Domain prior to it being registered in the server using the iSNS protocol. Registered portals have an entry in the cIsnsRegPortalTable. If a portal is already registered in the server, or is already a member of a Discovery Domain, then it will already have a portal index, and the use of this managed object is not required. The same portal index MUST be used for any additional DD membership registrations for the same portal.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsPortalIndexId  

cIsnsCntlNodeInfo 1.3.6.1.4.1.9.10.116.1.1.4
OBJECT IDENTIFIER    

cIsnsCntlNodeIscsiTable 1.3.6.1.4.1.9.10.116.1.1.4.1
Specified iSCSI Nodes that can register as control nodes. The number of rows is dependent on the number of possible iSCSI Control Nodes, and if SNMP is enabled to view control node information, as indicated by cIsnsSrvrInstCntrlNodeAuth. This table is accessible and usable to view and/or modify the set of control nodes if cIsnsSrvrInstCntrlNodeAuth is set to the viewNodes or modifyNodes value.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsCntlNodeIscsiEntry

cIsnsCntlNodeIscsiEntry 1.3.6.1.4.1.9.10.116.1.1.4.1.1
This is an iSCSI Control Node entry for a specific iSNS server instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsCntlNodeIscsiEntry  

cIsnsCntlNodeIscsiNodeIdx 1.3.6.1.4.1.9.10.116.1.1.4.1.1.1
The iSCSI Index for the storage node authorized to act as a control node. This managed object is part of the key to this table. This index provides a 1 to 1 mapping to the node name in cIsnsCntlNodeIscsiNodeName. The iSCSI node name is too long to be used for an index directly. The iSCSI node index used for a specific iSCSI node name MUST be identical in all DDs and control node registrations. The mapping is persistent across server reinitializations when the iSCSI node is a member of a Discovery Domain (DD) or is a control node. The managed object cIsnsNextIdxUnregIscsiNodeInDd is used to determine an available index when an unregistered iSCSI node is to be registered as a control node prior to it being registered in the server using the iSNS protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsNodeIndexId  

cIsnsCntlNodeIscsiNodeName 1.3.6.1.4.1.9.10.116.1.1.4.1.1.2
The iSCSI Name of the initiator or target associated with the storage node. The iSCSI Name can not be longer then 223 bytes. The iSNS Server internal maximum size is 224 bytes to provide NULL termination. This is the iSCSI Node Name for the storage node authorized to act as a control node.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..223)  

cIsnsCntlNodeIscsiRowStatus 1.3.6.1.4.1.9.10.116.1.1.4.1.1.3
This indicates the status of this entry in the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cIsnsCntlNodeFcPortTable 1.3.6.1.4.1.9.10.116.1.1.4.2
Specified FC Ports that can register as control nodes. The number of rows is dependent on the number of possible FC Port Control Nodes, and if SNMP is enabled to view control node information, as indicated by cIsnsSrvrInstCntrlNodeAuth. This table is accessible and usable to view and/or modify the set of control nodes if cIsnsSrvrInstCntrlNodeAuth is set to the viewNodes or modifyNodes value.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsCntlNodeFcPortEntry

cIsnsCntlNodeFcPortEntry 1.3.6.1.4.1.9.10.116.1.1.4.2.1
FC Port control node entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsCntlNodeFcPortEntry  

cIsnsCntlNodeFcPortName 1.3.6.1.4.1.9.10.116.1.1.4.2.1.1
The FC Port WWN that can be a control node for the specified iSNS Server. Zero is not a valid value for this managed object. This managed object, combined with the cIsnsSrvrInstIndex, is the key for this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcNameIdOrZero  

cIsnsCntlNodeFcPortRowStatus 1.3.6.1.4.1.9.10.116.1.1.4.2.1.2
This indicates the status of this entry in the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cIsnsDdsInfo 1.3.6.1.4.1.9.10.116.1.1.5
OBJECT IDENTIFIER    

cIsnsDdsTable 1.3.6.1.4.1.9.10.116.1.1.5.1
A table containing configuration information for each Discovery Domain Set (DDS) registered in the iSNS Server instance. The number of rows in the table is dependent on the number of DDSs registered in the specified iSNS server instance. A DDS can be created in the iSNS Server by creating a row in this table. The index value should be determined by using cIsnsNextIdxDds managed object to determine the next available index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsDdsEntry

cIsnsDdsEntry 1.3.6.1.4.1.9.10.116.1.1.5.1.1
Information on one Discovery Domain Set (DDS) registered in the iSNS Server instance. The cIsnsNextIdxDds managed object is used to determine an available cIsnsDdsId that should be used for row creation. During creation of a row, if a symbolic name is not provided in cIsnsDdsSymbolicName, then a unique symbolic name will be provided by the iSNS Server. If a DDS is deleted, then each entry associating the DDS with a DD in the table cIsnsDdsMemberTable is removed. The creation and deletion of DDS's should be carefully handled so as to not disrupt a DDS created by a storage entity through the iSNS protocol directly.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsDdsEntry  

cIsnsDdsId 1.3.6.1.4.1.9.10.116.1.1.5.1.1.1
The ID that refers to this Discovery Domain Set and index to the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsDiscoveryDomainSetId  

cIsnsDdsSymbolicName 1.3.6.1.4.1.9.10.116.1.1.5.1.1.2
The Discovery Domain Set Symbolic Name field contains a unique variable-length description (up to 255 bytes) that is associated with the DDS. If a Symbolic Name is not provided, then one will be generated by the iSNS server.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cIsnsDdsStatus 0.1.3.6.1.4.1.9.10.116.1.1.5.1.1.3
The bitmap indicating the status of a Discovery Domain Set (DDS) registered in the iSNS. Bit Status --------- --------- 0 enabled If bit(0) is set to true then the DDS is Enabled. If set to false then the DDS is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  CIsnsDdsStatusId  

cIsnsDdsRowStatus 1.3.6.1.4.1.9.10.116.1.1.5.1.1.4
This managed object indicates the status of this Discovery Domain Set row. The normal state for a DDS is active.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cIsnsDdsMemberTable 1.3.6.1.4.1.9.10.116.1.1.5.2
A table containing Discovery Domains (DDs) that have been assigned to specific Discovery Domain Sets (DDSs). The number of rows in the table is dependent on the number of DD to DDS relationships in the iSNS instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsDdsMemberEntry

cIsnsDdsMemberEntry 1.3.6.1.4.1.9.10.116.1.1.5.2.1
The mapping of one Discovery Domain (DD) to a Discovery Domain Set (DDS). This indicates the DD is a member of the DDS. To create a row, cIsnsDdsId contains the DDS ID of the DDS, and cIsnsDdId contains the DD ID of the DD which will be a member of the DDS. If a DDS is deleted, then each entry associating the DDS with a DD is removed. The addition/deletion of DD's in a DDS should be carefully handled so as to not disrupt a DDS created by a storage entity through the iSNS protocol directly.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsDdsMemberEntry  

cIsnsDdsMemberRowStatus 1.3.6.1.4.1.9.10.116.1.1.5.2.1.1
This managed object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cIsnsDdInfo 1.3.6.1.4.1.9.10.116.1.1.6
OBJECT IDENTIFIER    

cIsnsDdTable 1.3.6.1.4.1.9.10.116.1.1.6.1
A table containing configuration information for each Discovery Domain (DD) registered in the iSNS. The number of rows in the table is dependent on the number of DDs registered in the iSNS instance. A DD can be created in the iSNS Server by creating a row in this table. The index value should be determined by using cIsnsNextIdxDd managed object to determine the next available index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsDdEntry

cIsnsDdEntry 1.3.6.1.4.1.9.10.116.1.1.6.1.1
Information on a Discovery Domain (DD) registered in the iSNS Server instance. The cIsnsNextIdxDd managed object is used to determine an available cIsnsDdId value that can be used for row creation. During creation of a row, if a symbolic name is not provided in cIsnsDdSymbolicName, then a unique symbolic name will be provided by the iSNS Server. If a DD is deleted, then all entries associating the DD with nodes and portals in the tables cIsnsDdIscsiMemberTable, cIsnsDdPortalMemberTable, and cIsnsDdFcPortMemberTable are removed. The creation and deletion of DD's should be carefully handled so as to not disrupt a DD created by a storage entity through the iSNS protocol directly.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsDdEntry  

cIsnsDdId 1.3.6.1.4.1.9.10.116.1.1.6.1.1.1
The ID that refers to this Discovery Domain, and the index to the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsDiscoveryDomainId  

cIsnsDdSymbolicName 1.3.6.1.4.1.9.10.116.1.1.6.1.1.2
The Discovery Domain Symbolic Name field contains a unique variable-length description (up to 255 bytes) that is associated with the DD.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cIsnsDdFeatures 1.3.6.1.4.1.9.10.116.1.1.6.1.1.3
The Discovery Domain Features field contains a bitmap indicating the features of this DD. Bit DD Feature --------- --------- 0 Boot List Boot List: this feature indicates that the targets in this DD provide boot capabilities for the member initiators. Setting the bit to true (1) indicates the feature is enabled. By default no DD features are enabled.
Status: current Access: read-create
OBJECT-TYPE    
  CIsnsDdFeatureBitmapId  

cIsnsDdRowStatus 1.3.6.1.4.1.9.10.116.1.1.6.1.1.4
This managed object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cIsnsDdIscsiMemberTable 1.3.6.1.4.1.9.10.116.1.1.6.2
A table containing iSCSI node indexes that have been assigned to specific DDs in this iSNS Server instance. The number of rows in the table is dependent on the number of relationships between iSCSI Nodes and DDs registered in the iSNS instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsDdIscsiMemberEntry

cIsnsDdIscsiMemberEntry 1.3.6.1.4.1.9.10.116.1.1.6.2.1
The mapping of one iSCSI Node to a Discovery Domain to indicate membership in the DD. The indexes of the table are the iSNS server instance, the DD ID of the Discovery Domain, and the iSCSI Node Index of the iSCSI Node. For iSCSI nodes already registered in the server, the cIsnsDdMemberIscsiIdx for a specific cIsnsDdIscsiNodeName is obtained from the cIsnsRegIscsiNodeTable. For unregistered iSCSI nodes, if they are already a member of other Discovery Domains, then the same cIsnsDdMemberIscsiIdx value MUST be used in this DD. If the unregistered iSCSI node is not already a member of another Discovery Domain, then the managed object cIsnsNextIdxUnregIscsiNodeInDd is used to obtain a valid cIsnsDdMemberIscsiIdx value. If a DD is removed from the iSNS, then all entries associating nodes with the DD are removed.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsDdIscsiMemberEntry  

cIsnsDdMemberIscsiIdx 1.3.6.1.4.1.9.10.116.1.1.6.2.1.1
The iSCSI node index for this member node entry. This index is used to uniquely indicate this table entry, and provides a 1 to 1 mapping to the node name in cIsnsDdMemberIscsiName. The iSCSI node name is too long to be used for an index directly. The iSCSI node index used for a specific iSCSI node name MUST be identical in all DDs and control node registrations, and is persistent across server reinitializations when the iSCSI node is a member of a Discovery Domain (DD) or is registered as a control node. The managed object cIsnsNextIdxUnregIscsiNodeInDd is used to determine an available index when an unregistered iSCSI node is to be added to a Discovery Domain prior to it being registered in the server using the iSNS protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsNodeIndexId  

cIsnsDdMemberIscsiName 1.3.6.1.4.1.9.10.116.1.1.6.2.1.2
The iSCSI Name associated with the storage node. The iSCSI Name can not be longer then 223 bytes. The iSNS server internal maximum size is 224 bytes to provide NULL termination. This is the iSCSI Name for the storage node that is a member of the DD. This value maps 1 to 1 to the cIsnsDdMemberIscsiIdx node index. The iSCSI Name field is too long to be easily used for an index directly. The node index used for a specific node name is only persistent across iSNS Server reinitializations for nodes that are in a Discovery Domain (DD) or are registered control nodes. This value is only required during row creation if the storage node is not yet registered in the iSNS Server instance. If the storage node is not yet registered, then the iSCSI Name MUST be provided with the iSCSI node index during row creation in order to create the 1 to 1 mapping.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..223)  

cIsnsDdMemberIsRegistered 1.3.6.1.4.1.9.10.116.1.1.6.2.1.3
This indicates whether this member of the DD is currently registered in the iSNS Server instance. iSCSI Storage Node members do not need to be currently registered in order for their iSCSI Name and Index to be added to a DD.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cIsnsDdMemberRowStatus 1.3.6.1.4.1.9.10.116.1.1.6.2.1.4
This managed object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cIsnsDdPortalMemberTable 1.3.6.1.4.1.9.10.116.1.1.6.3
A table containing currently registered and unregistered portal objects that have been explicitly assigned to specific DDs. Explicit assignment of a portal to a DD is only done when a specific set of portals are preferred for use within a DD. Otherwise, for iSCSI, the Portal Group Object should be used for identifying which portals provide access to which storage nodes. The number of rows in the table is dependent on the number of explicit relationships between portals and DDs registered in the iSNS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsDdPortalMemberEntry

cIsnsDdPortalMemberEntry 1.3.6.1.4.1.9.10.116.1.1.6.3.1
Each entry indicates an explicit addition of a portal to a discovery domain. The explicit addition of an entity portal to a discovery domain indicates the portal is preferred for access to nodes of the entity for this discovery domain. Registered Portal Group objects are used in iSCSI to indicate mapping of portals to nodes across all discovery domains. Portals that have been explicitly mapped a discovery domain will be returned as part of a query that is scoped to that discovery domain. If no portal of an entity has been explicitly mapped to a discovery domain, then all portals of the entity that provide access to a storage node are returned as part of a query. The table indexes are the server instance, the DD ID of the Discovery Domain, and the Portal Index of the portal. For registered portals, the cIsnsDdMemberPortalIdx for a specific cIsnsDdMemberPortalAddr and cIsnsDdMemberPortalPort pair is obtained from the cIsnsRegPortalTable table. For unregistered portals, if they are already a member of other Discovery Domains, the same cIsnsDdMemberPortalIdx MUST be used. For unregistered portals, if they are not already a member of other Discovery Domains, then the managed object cIsnsNextIdxUnregPortalInDd is used to obtain a valid cIsnsDdMemberPortalIdx. If a DD is removed from the iSNS, then all entries associating portals with the DD are removed.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsDdPortalMemberEntry  

cIsnsDdMemberPortalIdx 1.3.6.1.4.1.9.10.116.1.1.6.3.1.1
The index for a portal explicitly contained in the discovery domain. The Portal Index used for a specific portal IP-address and port number pair is only persistent across reboots for portals that have been explicitly added to a Discovery Domain (DD). If a portal is not explicitly registered in any DD, then the index used for a portal can change after a server reinitialization.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsPortalIndexId  

cIsnsDdMemberPortalAddrType 1.3.6.1.4.1.9.10.116.1.1.6.3.1.2
The type of Internet address in cIsnsDdMemberPortalAddr.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cIsnsDdMemberPortalAddr 1.3.6.1.4.1.9.10.116.1.1.6.3.1.3
The Internet Address for the portal as defined in the iSNS Specification [iSNS].
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cIsnsDdMemberPortalPortType 1.3.6.1.4.1.9.10.116.1.1.6.3.1.4
The port type for the portal, either UDP or TCP, as defined in the iSNS Specification [iSNS].
Status: current Access: read-create
OBJECT-TYPE    
  CIsnsPortalPortTypeId  

cIsnsDdMemberPortalPort 1.3.6.1.4.1.9.10.116.1.1.6.3.1.5
The port number for the portal as defined in the iSNS Specification [iSNS]. Whether the portal type is TCP or UDP is indicated by cIsnsDdMemberPortalPortType.
Status: current Access: read-create
OBJECT-TYPE    
  CIsnsPortalPortId  

cIsnsDdMemberPortalIsRegistered 1.3.6.1.4.1.9.10.116.1.1.6.3.1.6
This indicates whether this member of the DD is currently registered in the iSNS Server instance. Portals that are DD members do not need to be currently registered in order for them to be added to a DD.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cIsnsDdMemberPortalRowStatus 1.3.6.1.4.1.9.10.116.1.1.6.3.1.7
This managed object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cIsnsDdFcPortMemberTable 1.3.6.1.4.1.9.10.116.1.1.6.4
A table containing FC Port World Wide Names (WWN) that have been assigned to specific DDs. The number of rows in the table is dependent on the number of relationships between FC Ports and DDs registered in the iSNS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsDdFcPortMemberEntry

cIsnsDdFcPortMemberEntry 1.3.6.1.4.1.9.10.116.1.1.6.4.1
The association of one FC Port with a Discovery Domain. Membership of an FC Port in a Discovery Domain is indicated by creating a row for the appropriate DD ID and FC Port WWN. If a DD is removed from the iSNS, then entries associating nodes with the DD are removed.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsDdFcPortMemberEntry  

cIsnsDdMemberFcPortName 1.3.6.1.4.1.9.10.116.1.1.6.4.1.1
The Port WWN the FC Port that is a member of the DD. The value MUST be a valid FC WWN, as per the FC-GS standard. This managed object, combined with the cIsnsSrvrInstIndex and cIsnsDdId are the key for this table. Zero is not a valid value for this managed object.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcNameIdOrZero  

cIsnsDdMemberFcIsRegistered 1.3.6.1.4.1.9.10.116.1.1.6.4.1.2
This indicates whether this member of the DD is currently registered in the iSNS Server instance. FC Ports that are DD members do not need to be currently registered in order for them to be added to a DD.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cIsnsDdMemberFcRowStatus 1.3.6.1.4.1.9.10.116.1.1.6.4.1.3
This managed object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cIsnsReg 1.3.6.1.4.1.9.10.116.1.1.7
OBJECT IDENTIFIER    

cIsnsRegEntityInfo 1.3.6.1.4.1.9.10.116.1.1.7.1
OBJECT IDENTIFIER    

cIsnsRegEntityTable 1.3.6.1.4.1.9.10.116.1.1.7.1.1
A table containing registered Entity objects in each iSNS server instance. The number of entries in the table is dependent on the number of Entity objects registered in the iSNS Server instances. All Entity objects are registered in the iSNS using the iSNS protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsRegEntityEntry

cIsnsRegEntityEntry 1.3.6.1.4.1.9.10.116.1.1.7.1.1.1
Information on one registered Entity object in an iSNS server instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsRegEntityEntry  

cIsnsRegEntityIdx 1.3.6.1.4.1.9.10.116.1.1.7.1.1.1.1
The Entity Index for this entity. This integer based index is assigned by the iSNS Server when an Entity is initially registered. The Entity Index can be used to represent a registered Entity object in situations where the Entity EID would be too long/unwieldy.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsEntityIndexId  

cIsnsRegEntityEID 1.3.6.1.4.1.9.10.116.1.1.7.1.1.1.2
The EID is a unique registered Entity object identifier, as specified in the iSNS Specification. This is the iSNS Entity Identifier for the registered Entity object.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cIsnsRegEntityProtocol 1.3.6.1.4.1.9.10.116.1.1.7.1.1.1.3
The iSNS Entity Protocol is an enumerated value which indicates the type of nodes that are contained within it. Type Value Entity Type ---------- ----------- 1 No Protocol 2 iSCSI 3 iFCP All Others As in the iSNS Specification The No Protocol value is used to indicate that the Network Entity does not support an IP block storage protocol.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsEntityProtocolId  

cIsnsRegEntityMgtAddrType 1.3.6.1.4.1.9.10.116.1.1.7.1.1.1.4
The type of Internet address in cIsnsRegEntityMgtAddr.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cIsnsRegEntityMgtAddr 1.3.6.1.4.1.9.10.116.1.1.7.1.1.1.5
The iSNS Management IP Address for the registered Entity object.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cIsnsRegEntityTimestamp 1.3.6.1.4.1.9.10.116.1.1.7.1.1.1.6
The iSNS Entity Registration Timestamp for the registered Entity object. This is the most recent date and time that the registered Entity object, and associated registered objects contained in the Entity, were registered or updated.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

cIsnsRegEntityVersionMin 1.3.6.1.4.1.9.10.116.1.1.7.1.1.1.7
The iSNS Entity Protocol Version Range minimum value. A value of x'FF' is a wildcard value indicating no minimum to the protocol versions supported by this Entity. Entity registrations with cIsnsRegEntityProtocol set to No Protocol always have a minimum version of 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

cIsnsRegEntityVersionMax 1.3.6.1.4.1.9.10.116.1.1.7.1.1.1.8
The iSNS Entity Protocol Version Range maximum value. A value of x'FF' is a wildcard value indicating no maximum to the protocol versions supported by this Entity. Entity registrations with cIsnsRegEntityProtocol set to No Protocol always have a maximum version of 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

cIsnsRegEntityRegPeriod 1.3.6.1.4.1.9.10.116.1.1.7.1.1.1.9
The iSNS Entity Status Inquiry (ESI) registration period which indicates the maximum time, in seconds, that the registration will be maintained without receipt of an iSNSP message from the entity. If the Registration Period is set to 0, then the Entity SHALL NOT be deregistered due to no contact with the entity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cIsnsRegEntityNumObjTable 1.3.6.1.4.1.9.10.116.1.1.7.1.2
A table containing information on the number of registered objects associated with a registered Entity in the iSNS server instance. This table is optional to implement. The number of entries in the table is dependent on the number of registered Entity objects in the iSNS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsRegEntityNumObjEntry

cIsnsRegEntityNumObjEntry 1.3.6.1.4.1.9.10.116.1.1.7.1.2.1
Information on the number of registered objects associated with a registered Entity object in an iSNS Server instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsRegEntityNumObjEntry  

cIsnsRegEntityInfoNumPortals 1.3.6.1.4.1.9.10.116.1.1.7.1.2.1.1
The number of Portals associated with this Entity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cIsnsRegEntityInfoNumPortalGroup 1.3.6.1.4.1.9.10.116.1.1.7.1.2.1.2
The number of Portal Groups associated with this Entity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cIsnsRegEntityInfoNumIscsiNodes 1.3.6.1.4.1.9.10.116.1.1.7.1.2.1.3
The number of iSCSI Storage Nodes associated with this Entity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cIsnsRegEntityInfoNumFcPorts 1.3.6.1.4.1.9.10.116.1.1.7.1.2.1.4
The number of FC Ports associated with this Entity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cIsnsRegEntityInfoNumFcNodes 1.3.6.1.4.1.9.10.116.1.1.7.1.2.1.5
The number of FC Nodes associated with this Entity.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cIsnsRegPortalInfo 1.3.6.1.4.1.9.10.116.1.1.7.2
OBJECT IDENTIFIER    

cIsnsRegPortalTable 1.3.6.1.4.1.9.10.116.1.1.7.2.1
A table containing the registered Portals in the iSNS. The number of entries is dependent on the number of Portals registered in the iSNS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsRegPortalEntry

cIsnsRegPortalEntry 1.3.6.1.4.1.9.10.116.1.1.7.2.1.1
Information on one registered Entity Portal in the iSNS. The Entity Index is part of the table index to quickly find Portals that support a specific Entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsRegPortalEntry  

cIsnsRegPortalPrtlIdx 1.3.6.1.4.1.9.10.116.1.1.7.2.1.1.1
The Portal Index for this node. The index is created by the iSNS Server for mapping between registered objects. The Portal Index used for a specific portal IP-address and port number pair is only persistent across reboots for portals that have been explicitly added to a Discovery Domain (DD). If a portal is not explicitly registered in any DD, then the index used for a portal can change after a server reinitialization.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsPortalIndexId  

cIsnsRegPortalAddrType 1.3.6.1.4.1.9.10.116.1.1.7.2.1.1.2
The type of Internet address in cIsnsRegPortalAddr.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cIsnsRegPortalAddr 1.3.6.1.4.1.9.10.116.1.1.7.2.1.1.3
The Internet Address for this Portal as defined in the iSNS Specification [iSNS].
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cIsnsRegPortalPortType 1.3.6.1.4.1.9.10.116.1.1.7.2.1.1.4
The port type for this Portal, either UDP or TCP, as defined in the iSNS Specification [iSNS].
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsPortalPortTypeId  

cIsnsRegPortalPort 1.3.6.1.4.1.9.10.116.1.1.7.2.1.1.5
The port number for this Portal as defined in the iSNS Specification [iSNS]. Whether the Portal type is TCP or UDP is indicated by cIsnsRegPortalPortType.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsPortalPortId  

cIsnsRegPortalSymName 1.3.6.1.4.1.9.10.116.1.1.7.2.1.1.6
The optional Symbolic Name for this Portal as defined in the iSNS Specification [iSNS]. If not provided then the string SHALL be zero length.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cIsnsRegPortalEsiInterval 1.3.6.1.4.1.9.10.116.1.1.7.2.1.1.7
The Entity Status Inquiry (ESI) Interval for this Portal as defined in the iSNS Specification [iSNS].
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cIsnsRegPortalEsiPortType 1.3.6.1.4.1.9.10.116.1.1.7.2.1.1.8
The port type for the ESI Port, either UDP or TCP, as defined in the iSNS Specification [iSNS].
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsPortalPortTypeId  

cIsnsRegPortalEsiPort 1.3.6.1.4.1.9.10.116.1.1.7.2.1.1.9
The TCP or UDP port number used for ESI monitoring. Whether the port type is TCP or UDP is indicated by cIsnsRegPortalEsiPortType.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsPortalPortId  

cIsnsRegPortalScnPortType 1.3.6.1.4.1.9.10.116.1.1.7.2.1.1.10
The port type for the SCN Port, either UDP or TCP, as defined in the iSNS Specification [iSNS].
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsPortalPortTypeId  

cIsnsRegPortalScnPort 1.3.6.1.4.1.9.10.116.1.1.7.2.1.1.11
The TCP or UDP port used to receive SCN messages from the iSNS Server. Whether the port type is TCP or UDP is indicated by cIsnsRegPortalScnPortType.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsPortalPortId  

cIsnsRegPortalSecurityInfo 1.3.6.1.4.1.9.10.116.1.1.7.2.1.1.12
Indicates security attribute settings for the Portal as registered in the Portal Security Bitmap attribute. The bit for bitmapVALID must be set in order for this attribute to contain valid information. Setting a bit to true (1) indicates the feature is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsPortalSecurityBitmapId  

cIsnsRegPortalGroupInfo 1.3.6.1.4.1.9.10.116.1.1.7.3
OBJECT IDENTIFIER    

cIsnsRegPgTable 1.3.6.1.4.1.9.10.116.1.1.7.3.1
A table containing the registered Portal Groups (PGs) in the iSNS Server instance. The number of entries is dependent on the number of Portal Groups registered in the iSNS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsRegPgEntry

cIsnsRegPgEntry 1.3.6.1.4.1.9.10.116.1.1.7.3.1.1
Information on one registered Portal Group in the iSNS server instance. The Entity Index is part of the table index to quickly find Portal Groups that support Portals and iSCSI Storage Nodes in a specific Entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsRegPgEntry  

cIsnsRegPgIdx 1.3.6.1.4.1.9.10.116.1.1.7.3.1.1.1
The PG Index for this node. The index is created by the iSNS Server instance for uniquely identifying registered objects. The PG object is registered at the same time a Portal or Storage Node is registered using the iSNS protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsPortalGroupIndexId  

cIsnsRegPgIscsiNodeIdx 1.3.6.1.4.1.9.10.116.1.1.7.3.1.1.2
The iSCSI Node Index for the node associated with this PG. This index can be used to reference the cIsnsRegIscsiNodeTable.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsNodeIndexId  

cIsnsRegPgIscsiName 1.3.6.1.4.1.9.10.116.1.1.7.3.1.1.3
The iSCSI Name of the initiator or target associated with the storage node. The iSCSI Name can not be longer then 223 bytes. The iSNS Server internal maximum size is 224 bytes to provide NULL termination. This is the PG iSCSI Name that uniquely identifies the iSCSI Storage Node that is associated with this PG.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..223)  

cIsnsRegPgPortalPrtlIdx 1.3.6.1.4.1.9.10.116.1.1.7.3.1.1.4
The Portal Index for the Portal associated with this PG. This index can be used to reference the cIsnsRegPortalTable.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsPortalIndexId  

cIsnsRegPgPortalAddrType 1.3.6.1.4.1.9.10.116.1.1.7.3.1.1.5
The type of Internet address in cIsnsRegPgPortalAddr.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cIsnsRegPgPortalAddr 1.3.6.1.4.1.9.10.116.1.1.7.3.1.1.6
The Internet Address for the Portal that is associated with the PG.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cIsnsRegPgPortalPortType 1.3.6.1.4.1.9.10.116.1.1.7.3.1.1.7
The port type, either UDP or TCP, for the Portal that is associated with this registered PG object.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsPortalPortTypeId  

cIsnsRegPgPortalPort 1.3.6.1.4.1.9.10.116.1.1.7.3.1.1.8
The port number for the Portal that is associated with this registered PG object. Whether the Portal type is TCP or UDP is indicated by cIsnsRegPgPortalPortType.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsPortalPortId  

cIsnsRegPgPGT 1.3.6.1.4.1.9.10.116.1.1.7.3.1.1.9
The Portal Group Tag (PGT) for the registered iSCSI Portal Group object in an iSNS Server instance. This indicates the tag value that the Portal uses for access to the iSCSI Storage Node. The PGT is used for coordinated access between multiple Portals, as described in the iSCSI Specification [iSCSI]. The value of zero indicates a NULL value, or no association.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsPortalGroupTagIdOrZero  

cIsnsRegIscsiNodeInfo 1.3.6.1.4.1.9.10.116.1.1.7.4
OBJECT IDENTIFIER    

cIsnsRegIscsiNodeTable 1.3.6.1.4.1.9.10.116.1.1.7.4.1
A table containing the registered iSCSI Nodes in the iSNS server instance. Storage devices register using the iSNS protocol. While a device cannot be registered in an iSNS server using SNMP, an entry can be deleted in order to remove 'stale' entries. The number of entries is related to the number of iSCSI nodes registered in the iSNS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsRegIscsiNodeEntry

cIsnsRegIscsiNodeEntry 1.3.6.1.4.1.9.10.116.1.1.7.4.1.1
Information on one iSCSI node that has been registered in the iSNS Server instance. The RowStatus managed object provides a method to delete registered nodes that were not properly deregistered / removed through iSNSP. New rows cannot be added using SNMP.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsRegIscsiNodeEntry  

cIsnsRegIscsiNodeIdx 1.3.6.1.4.1.9.10.116.1.1.7.4.1.1.1
The Node Index for this node. The index is created by the iSNS Server for mapping between registered objects. The index used for a specific node name is only persistent across reboots for nodes that have been registered in a Discovery Domain (DD) or as a control node. If a node is not registered in any DD or as a control node, then the index used for a node can change after a server reinitialization.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsNodeIndexId  

cIsnsRegIscsiNodeName 1.3.6.1.4.1.9.10.116.1.1.7.4.1.1.2
The iSCSI Name of the initiator or target associated with the storage node. The iSCSI Name can not be longer then 223 bytes. The iSNS Server internal maximum size is 224 bytes to provide NULL termination. This is the iSCSI Name that uniquely identifies the initiator, initiator/target, target, or control node in the network.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..223)  

cIsnsRegIscsiNodeType 1.3.6.1.4.1.9.10.116.1.1.7.4.1.1.3
The Node Type bit-map defining the functions of this iSCSI node. Bit Node Type --------- --------- All Others RESERVED 29 Control 30 Initiator 31 Target
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsNodeTypeId  

cIsnsRegIscsiNodeAlias 1.3.6.1.4.1.9.10.116.1.1.7.4.1.1.4
The Alias name of the iSCSI node. This is a variable-length text-based description of up to 255 bytes.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cIsnsRegIscsiNodeScnBitmap 1.3.6.1.4.1.9.10.116.1.1.7.4.1.1.5
The State Change Notification (SCN) bitmap for a node. Bit Field Flag Description --------- ---------------- 0 INITIATOR AND SELF INFORMATION ONLY 1 TARGET AND SELF INFORMATION ONLY 2 MANAGEMENT REGISTRATION/SCN 3 REGISTERED OBJECT REMOVED 4 REGISTERED OBJECT ADDED 5 REGISTERED OBJECT UPDATED 6 DD/DDS MEMBER REMOVED (MGT REG/SCN ONLY) 7 DD/DDS MEMBER ADDED (MGT REG/SCN ONLY) Setting a bit to true (1) indicates the flag is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsScnBitmapId  

cIsnsRegIscsiNodeWwnToken 1.3.6.1.4.1.9.10.116.1.1.7.4.1.1.6
This contains an optional globally unique 64-bit integer value that can be used to represent the World Wide Node Name of the iSCSI device in a Fibre Channel fabric. This identifier is used during the device registration process, and MUST conform to the requirements in [FC-FS]. The value of zero for this managed object indicates that a Node WWN token has not been assigned.
Status: current Access: read-only
OBJECT-TYPE    
  FcNameIdOrZero  

cIsnsRegIscsiNodeAuthMethod 1.3.6.1.4.1.9.10.116.1.1.7.4.1.1.7
This attribute contains a null-terminated string containing UTF-8 text listing the iSCSI authentication methods enabled for this iSCSI Node, in order of preference. The text values used to identify iSCSI authentication methods are embedded in this string attribute and delineated by a comma. The text values are identical to those found in the main iSCSI draft; additional vendor-specific text values are also possible.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cIsnsRegFcPortInfo 1.3.6.1.4.1.9.10.116.1.1.7.5
OBJECT IDENTIFIER    

cIsnsRegFcPortTable 1.3.6.1.4.1.9.10.116.1.1.7.5.1
Information on registered FC Ports in the iSNS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsRegFcPortEntry

cIsnsRegFcPortEntry 1.3.6.1.4.1.9.10.116.1.1.7.5.1.1
Information on one FC Port that has been registered in iSNS.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsRegFcPortEntry  

cIsnsRegFcPortWwpn 1.3.6.1.4.1.9.10.116.1.1.7.5.1.1.1
The FC Port's World Wide Port Name as defined in the iSNS Specification [iSNS]. The value of zero is not valid for this managed object.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcNameIdOrZero  

cIsnsRegFcPortID 1.3.6.1.4.1.9.10.116.1.1.7.5.1.1.2
The FC Port's Port ID as defined in the iSNS Specification [iSNS].
Status: current Access: read-only
OBJECT-TYPE    
  FcAddressId  

cIsnsRegFcPortType 1.3.6.1.4.1.9.10.116.1.1.7.5.1.1.3
The FC Port Port Type as defined in the iSNS Specification [iSNS] and the Fibre Channel Generic Services [FC-GS] Specification. Current values are as shown below: unknown (0), nPort (1), nlPort (2), fNlPort (3), fPort (129), -- x'81' flPort (130), -- x'82' ePort (132), -- x'84' bPort (133), -- x'85' mFcpPort (65297), -- x'FF11' iFcpPort (65298), -- x'FF12' unknownEnd (65535) .
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

cIsnsRegFcPortSymName 1.3.6.1.4.1.9.10.116.1.1.7.5.1.1.4
The optional FC Port Port Symbolic Name as defined in the iSNS Specification [iSNS]. If not provided then the string SHALL be zero length.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cIsnsRegFcPortFabricPortWwn 1.3.6.1.4.1.9.10.116.1.1.7.5.1.1.5
The Fabric Port WWN for this entry as defined in the iSNS Specification [iSNS]. The value of zero for this managed object indicates that the Fabric Port WWN is not known, or has not yet been registered with the iSNS Server.
Status: current Access: read-only
OBJECT-TYPE    
  FcNameIdOrZero  

cIsnsRegFcPortHA 1.3.6.1.4.1.9.10.116.1.1.7.5.1.1.6
The FC Port Hard Address as defined in the iSNS Specification [iSNS].
Status: current Access: read-only
OBJECT-TYPE    
  FcAddressId  

cIsnsRegFcPortAddrType 1.3.6.1.4.1.9.10.116.1.1.7.5.1.1.7
The type of Internet address in the cIsnsRegFcPortAddr.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cIsnsRegFcPortAddr 1.3.6.1.4.1.9.10.116.1.1.7.5.1.1.8
The FC Port Internet Address as defined in the iSNS Specification [iSNS].
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cIsnsRegFcPortFcCos 1.3.6.1.4.1.9.10.116.1.1.7.5.1.1.9
The FC Port Class of Service as defined in the iSNS Specification [iSNS].
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsCosBitmapId  

cIsnsRegFcPortFc4Types 1.3.6.1.4.1.9.10.116.1.1.7.5.1.1.10
The FC Port FC-4 Types as defined in the iSNS Specification [iSNS].
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(32)  

cIsnsRegFcPortFc4Descr 1.3.6.1.4.1.9.10.116.1.1.7.5.1.1.11
The FC Port FC-4 Descriptors as defined in the iSNS Specification [iSNS].
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

cIsnsRegFcPortFc4Features 1.3.6.1.4.1.9.10.116.1.1.7.5.1.1.12
The FC Port FC-4 Features as defined in the iSNS Specification [iSNS].
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(128)  

cIsnsRegFcPortScnBitmap 1.3.6.1.4.1.9.10.116.1.1.7.5.1.1.13
The State Change Notification (SCN) bitmap for a FC Port. Bit Field Flag Description --------- ---------------- 0 INITIATOR AND SELF INFORMATION ONLY 1 TARGET AND SELF INFORMATION ONLY 2 MANAGEMENT REGISTRATION/SCN 3 REGISTERED OBJECT REMOVED 4 REGISTERED OBJECT ADDED 5 REGISTERED OBJECT UPDATED 6 DD/DDS MEMBER REMOVED (MGT REG/SCN ONLY) 7 DD/DDS MEMBER ADDED (MGT REG/SCN ONLY) Setting a bit to true (1) indicates the flag is enabled.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsScnBitmapId  

cIsnsRegFcPortRole 1.3.6.1.4.1.9.10.116.1.1.7.5.1.1.14
The Node Type bit-map defining the functions of this FC Port. Bit Node Type --------- --------- All Others RESERVED 29 Control 30 Initiator 31 Target
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsNodeTypeId  

cIsnsRegFcPortFcNodeWwn 1.3.6.1.4.1.9.10.116.1.1.7.5.1.1.15
The FC Node WWN of the FC Node that has been associated with this FC Port as defined in the iSNS Specification [iSNS]. This managed object may contain the value of zero prior to a device registering this value with the iSNS Server.
Status: current Access: read-only
OBJECT-TYPE    
  FcNameIdOrZero  

cIsnsRegFcPortPpnWwn 1.3.6.1.4.1.9.10.116.1.1.7.5.1.1.16
The Permanent Port Name attribute is the FC Port Name WWPN of the first Storage Node registered in the iSNS Database that is associated with a particular FC Device (FC Node). The PPN of all subsequent Storage Node registrations that are associated with that FC Device (FC Node) SHALL be set to the FC Port Name WWPN of the first Storage Node, as defined in the iSNS Specification [iSNS]. This managed object may contain the value of zero prior to a device registering this value with the iSNS Server
Status: current Access: read-only
OBJECT-TYPE    
  FcNameIdOrZero  

cIsnsRegFcNodeInfo 1.3.6.1.4.1.9.10.116.1.1.7.6
OBJECT IDENTIFIER    

cIsnsRegFcNodeTable 1.3.6.1.4.1.9.10.116.1.1.7.6.1
A table containing the registered FC Nodes in the iSNS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsRegFcNodeEntry

cIsnsRegFcNodeEntry 1.3.6.1.4.1.9.10.116.1.1.7.6.1.1
Information on one registered FC node that has been registered in the iSNS.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsRegFcNodeEntry  

cIsnsRegFcNodeWwn 1.3.6.1.4.1.9.10.116.1.1.7.6.1.1.1
The FC Node World Wide Node Name as defined in the iSNS Specification [iSNS]. The value of zero is not valid for this managed object.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcNameIdOrZero  

cIsnsRegFcNodeSymName 1.3.6.1.4.1.9.10.116.1.1.7.6.1.1.2
The optional FC Node Symbolic Name of the node as defined in the iSNS Specification [iSNS]. This is a variable-length text-based description. If not provided then the string SHALL be zero length.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cIsnsRegFcNodeAddrType 1.3.6.1.4.1.9.10.116.1.1.7.6.1.1.3
The type of Internet address in cIsnsRegFcNodeAddr.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cIsnsRegFcNodeAddr 1.3.6.1.4.1.9.10.116.1.1.7.6.1.1.4
The FC Node Internet address of the node as defined in the iSNS Specification [iSNS].
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cIsnsRegFcNodeIPA 1.3.6.1.4.1.9.10.116.1.1.7.6.1.1.5
This managed object identifies the FC Initial Process Associator of the node as defined in the iSNS Specification [iSNS].
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

cIsnsRegFcNodeProxyIscsiName 1.3.6.1.4.1.9.10.116.1.1.7.6.1.1.6
The iSCSI Name used to represent the FC Node in the IP network. It is used as a pointer to the matching iSCSI Name entry in the iSNS Server. Its value is usually registered by an FC-iSCSI gateway connecting the IP network to the fabric containing the FC device.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..223)  

cIsnsRegFcNodeInfoTable 1.3.6.1.4.1.9.10.116.1.1.7.6.2
A table containing basic information on registered FC Nodes in the iSNS. The number of entries in the table is dependent on the number of FC Nodes registered in the iSNS.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsRegFcNodeInfoEntry

cIsnsRegFcNodeInfoEntry 1.3.6.1.4.1.9.10.116.1.1.7.6.2.1
Information on one FC Node that has been registered in the iSNS.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsRegFcNodeInfoEntry  

cIsnsRegFcNodeInfoNumFcPorts 1.3.6.1.4.1.9.10.116.1.1.7.6.2.1.1
The number of FC Ports associated with this FC Node.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cIsnsRegFcNodeFcPortTable 1.3.6.1.4.1.9.10.116.1.1.7.6.3
A table containing the mapping of registered FC Nodes to associated registered iFCP/FC Ports and registered Entity objects in the iSNS Server instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsRegFcNodeFcPortEntry

cIsnsRegFcNodeFcPortEntry 1.3.6.1.4.1.9.10.116.1.1.7.6.3.1
Information on one mapping from an FC Port and Entity to an FC node registered in the iSNS.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsRegFcNodeFcPortEntry  

cIsnsRegFcNodeFcPortEntityEIdx 1.3.6.1.4.1.9.10.116.1.1.7.6.3.1.1
The Entity Index for the registered Entity object associated with the FC Port and FC Node.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsEntityIndexId  

cIsnsClntInfo 1.3.6.1.4.1.9.10.116.1.2
OBJECT IDENTIFIER    

cIsnsClntInstTable 1.3.6.1.4.1.9.10.116.1.2.1
This table lists the iSNS Client instances managed through the same SNMP context.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsClntInstEntry

cIsnsClntInstEntry 1.3.6.1.4.1.9.10.116.1.2.1.1
An entry in the iSNS Client table. The number or rows in the table is dependent on the number of iSNS Client instances managed through the same SNMP context.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsClntInstEntry  

cIsnsClntInstIndex 1.3.6.1.4.1.9.10.116.1.2.1.1.1
The instance of this iSNS Client being managed. Each managed client is uniquely identified by the instance index in the MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cIsnsClntInstName 1.3.6.1.4.1.9.10.116.1.2.1.1.2
A name that can be assigned to the iSNS client instance. If not configured, the value is an empty string.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cIsnsClntInstIsnspVersion 1.3.6.1.4.1.9.10.116.1.2.1.1.3
The iSNSP version that this client will support. If all versions of iSNSP are supported, then the returned value can be 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

cIsnsClntInstDescription 1.3.6.1.4.1.9.10.116.1.2.1.1.4
This provides a description and detail information about this client. If this client instance is utilizing the product of a particular 'vendor' or 'open source', then this managed object contains that vendor's name and version, or open source name and version. Otherwise, it contains the empty string. The format of the string is as follows: 'Vendor/Open Source Name, Vendor/Open Source Version, Vendor/Open Source Defined Information'. Field Description --------- ---------------- Vendor/OS Name The name of the vendor or open source (if one exists) Vendor/OS Version The version of the vendor or open source product Vendor/OS Defined This follows the second comma in the string, if one exists, and is vendor or open source developer defined
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cIsnsClntInstAddressType 1.3.6.1.4.1.9.10.116.1.2.1.1.5
The type of Internet address in cIsnsClntInstAddress. If not set, then the value is unknown(0).
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

cIsnsClntInstAddress 1.3.6.1.4.1.9.10.116.1.2.1.1.6
Indicates the address this iSNS client is accepting iSNSP messages on. If not set, then the value is an empty string.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

cIsnsClntInstTcpPort 1.3.6.1.4.1.9.10.116.1.2.1.1.7
Indicates the TCP port this iSNS client is accepting iSNSP messages on, generally the iSNS well known port. Other TCP ports may be used by the iSNS client as well. The well known TCP port for iSNSP is 3205. If this client cannot currently receive iSNSP messages, then the value is 0.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

cIsnsClntInstUdpPort 1.3.6.1.4.1.9.10.116.1.2.1.1.8
Indicates the UDP port this iSNS instance is accepting iSNSP messages on, generally the iSNS well known port. Other UDP ports may be used by the iSNS client as well. The well known UDP port for iSNSP is 3205. If this client cannot currently receive iSNSP messages, or UDP is not supported by this client, then the value is 0.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..65535  

cIsnsClntInstUptime 1.3.6.1.4.1.9.10.116.1.2.1.1.9
The time that this iSNS client instance has been active. In other words, the time since last reinitialization.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cIsnsClntInstAvailDiscMthd 1.3.6.1.4.1.9.10.116.1.2.1.1.10
Indicates the available discovery methods for this client These are the discovery methods that can be configured in cIsnsClntInstPrmryDiscMthd and cIsnsClntInstScndryDiscMthd.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsSrvrDscvryMthdId  

cIsnsClntInstPrmryDiscMthd 1.3.6.1.4.1.9.10.116.1.2.1.1.11
Indicates the primary discovery process currently enabled on this iSNS Client instance. This allows the discovery process used by a client to be configured. Only one discovery method in the bitmap is allowed to be designated as the primary discovery method at any given time. If the primary discovery process is successful, then secondary discovery methods are not used.
Status: current Access: read-write
OBJECT-TYPE    
  CIsnsSrvrDscvryMthdId  

cIsnsClntInstScndryDiscMthd 1.3.6.1.4.1.9.10.116.1.2.1.1.12
Indicates the secondary discovery methods enabled on this iSNS Client instance. This allows secondary discovery methods, which are used by a client only if the primary method does not locate an iSNS Server, to be configured. For example, DHCP may be the primary discovery method, and configured-server-list may be a secondary discovery method. Multiple discovery methods in the bitmap may be designated as secondary discovery methods. If this is the case, then the order they are used is determined by the client. The primary discovery method should not be listed as a secondary discovery method. If no secondary discovery methods have been configured, then no bits are enabled. All secondary server methods will be attempted.
Status: current Access: read-write
OBJECT-TYPE    
  CIsnsSrvrDscvryMthdId  

cIsnsClntInstDiscMcGrpType 1.3.6.1.4.1.9.10.116.1.2.1.1.13
The type of Internet address in cIsnsClntInstDiscMcGrp. If not set, then the value is unknown(0).
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

cIsnsClntInstDiscMcGrp 1.3.6.1.4.1.9.10.116.1.2.1.1.14
The multicast group that iSNS Heartbeat messages are listened for, if multicast based discovery has been enabled for this client instance. If not configured, then the value is an empty string.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

cIsnsClntCfgSrvrTable 1.3.6.1.4.1.9.10.116.1.2.2
iSNS Address table for direct user configuration. If configured address server discovery is being used, defined as cIsnsClntInstPrmryDiscMthd or cIsnsClntInstScndryDiscMthd being set to 'cfgdServerList', this table provides the list of addresses to check for an iSNS Server. The number of rows is dependent on the number of addresses that the user configures.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsClntCfgSrvrEntry

cIsnsClntCfgSrvrEntry 1.3.6.1.4.1.9.10.116.1.2.2.1
An entry in the the configured server table. Entries can be added by specifying a configuration address, address type, and row status.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsClntCfgSrvrEntry  

cIsnsClntCfgSrvrIndex 1.3.6.1.4.1.9.10.116.1.2.2.1.1
This managed object identifies an iSNS server that has been configured for possible use by an iSNS client in the network. When the option for configured address server discovery is being used, each iSNS server for the configured network is placed in this table. The number of configured servers is limited to a maximum of 255. This managed object is not directly related to the managed object cIsnsSrvrInstIndex, which is the index for the table cIsnsSrvrInstTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..255  

cIsnsClntCfgSrvrAddrType 1.3.6.1.4.1.9.10.116.1.2.2.1.2
The type of Internet address in cIsnsClntCfgSrvrAddr.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cIsnsClntCfgSrvrAddr 1.3.6.1.4.1.9.10.116.1.2.2.1.3
Identifies the IP address of the configured iSNS server.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cIsnsClntCfgSrvrTcpPort 1.3.6.1.4.1.9.10.116.1.2.2.1.4
Indicates the TCP port the configured iSNS server uses. The well known TCP port for iSNSP is 3205. If the value is 0 then TCP is not supported by the server.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

cIsnsClntCfgSrvrUdpPort 1.3.6.1.4.1.9.10.116.1.2.2.1.5
Indicates the UDP port the configured iSNS server uses. The well known UDP port for iSNSP is 3205. If the value is 0 then UDP is not supported by the server.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

cIsnsClntCfgSrvrPriority 1.3.6.1.4.1.9.10.116.1.2.2.1.6
The priority of this entry in the table. The client should attempt to locate/register the highest priority entry first.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..100  

cIsnsClntCfgSrvrTimeout 1.3.6.1.4.1.9.10.116.1.2.2.1.7
The timeout value, in seconds, for attempting to register with this entry in the table. After a timeout, another retry is attempted until the number of retries as listed in the managed object cIsnsClntCfgSrvrRetries have been attempted.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..300  

cIsnsClntCfgSrvrRetries 1.3.6.1.4.1.9.10.116.1.2.2.1.8
The number of retries that should be used for attempting to register with this entry in the table.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..10  

cIsnsClntCfgSrvrRowStatus 1.3.6.1.4.1.9.10.116.1.2.2.1.9
This indicates the status of this entry in the table. This item can be used to determine if the entry is a valid value.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cIsnsClntDscvrdSrvrTable 1.3.6.1.4.1.9.10.116.1.2.3
This table lists the iSNS servers which have been discovered for a client instance. The discovery methods used for a client are specified using cIsnsClntInstPrmryDiscMthd and cIsnsClntInstScndryDiscMthd. If the primary discovery method is successful, then the secondary methods are not used. The discovery method used to find a specific entry is indicated in the cIsnsClntDscvrdSrvrDiscMthd managed object. Normally an iSNS Client will register storage nodes in one discovered iSNS server. However, it may sometimes be desired to register storage nodes in multiple iSNS servers. This table is read-only. The number of rows is dependent on the number of iSNS servers that are discovered for the managed iSNS clients. The entries in this table are updated after a discovery process is completed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsClntDscvrdSrvrEntry

cIsnsClntDscvrdSrvrEntry 1.3.6.1.4.1.9.10.116.1.2.3.1
An entry in the cIsnsClntDscvrdSrvrTable table providing information on a discovered iSNS server for a specified client.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsClntDscvrdSrvrEntry  

cIsnsClntDscvrdSrvrIndex 1.3.6.1.4.1.9.10.116.1.2.3.1.1
This managed object, in conjunction with cIsnsClntInstIndex, is the key that uniquely identifies each entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cIsnsClntDscvrdSrvrAddrType 1.3.6.1.4.1.9.10.116.1.2.3.1.2
The type of Internet address in cIsnsClntDscvrdSrvrAddr.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cIsnsClntDscvrdSrvrAddr 1.3.6.1.4.1.9.10.116.1.2.3.1.3
The address of the discovered iSNS server.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cIsnsClntDscvrdSrvrTcpPort 1.3.6.1.4.1.9.10.116.1.2.3.1.4
The TCP port of the discovered iSNS server. The well known TCP port for iSNSP is 3205.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

cIsnsClntDscvrdSrvrUdpPort 1.3.6.1.4.1.9.10.116.1.2.3.1.5
The UDP port of the discovered iSNS server. The well known UDP port for iSNSP is 3205.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

cIsnsClntDscvrdSrvrIsnsVersion 1.3.6.1.4.1.9.10.116.1.2.3.1.6
The iSNS version of the discovered version.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

cIsnsClntDscvrdSrvrDiscMthd 1.3.6.1.4.1.9.10.116.1.2.3.1.7
The discovery method used to find this iSNS server.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsSrvrDscvryMthdId  

cIsnsClntRegEntityTable 1.3.6.1.4.1.9.10.116.1.2.4
This table contains an entry for each Entity that has been registered by an iSNS Client instance managed by this SNMP agent. This provides a method to map between the iSNS Client and iSNS Server registration information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CIsnsClntRegEntityEntry

cIsnsClntRegEntityEntry 1.3.6.1.4.1.9.10.116.1.2.4.1
This represents an Entity supported by an iSNS Client instance managed by this SNMP agent. The number of rows in the table is dependent on the number of Entities supported by managed iSNS Client instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsClntRegEntityEntry  

cIsnsClntRegEntityIdx 1.3.6.1.4.1.9.10.116.1.2.4.1.1
This is a unique identifier to represent an Entity registered in an iSNS server. This is part of the index for the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  CIsnsEntityIndexId  

cIsnsClntRegEntityEID 1.3.6.1.4.1.9.10.116.1.2.4.1.2
The EID is a unique registered Entity object identifier, as specified in the iSNS Specification. This is the iSNS Entity Identifier for the Entity.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cIsnsClntRegEntityProtocol 1.3.6.1.4.1.9.10.116.1.2.4.1.3
The type of protocol that is supported by the Entity.
Status: current Access: read-only
OBJECT-TYPE    
  CIsnsEntityProtocolId  

cIsnsNotification 1.3.6.1.4.1.9.10.116.1.3
OBJECT IDENTIFIER    

cIsnsNotificationInfo 1.3.6.1.4.1.9.10.116.1.3.1
OBJECT IDENTIFIER    

cIsnsInstInfo 1.3.6.1.4.1.9.10.116.1.3.1.1
Textual information about the iSNS server or client notification. An example is: iSNS client started, or iSNS server started. This is information that would be included in the appropriate notification.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SnmpAdminString Size(0..80)  

cIsnsAddrTypeNotifctn 1.3.6.1.4.1.9.10.116.1.3.1.2
The type of Internet address in cIsnsSrvrAddrNotifctn.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

cIsnsAddrNotifctn 1.3.6.1.4.1.9.10.116.1.3.1.3
Identifies the address of the iSNS server.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress  

cIsnsTcpPortNotifctn 1.3.6.1.4.1.9.10.116.1.3.1.4
Indicates the TCP port the iSNS server is using, or 0 if TCP based registrations are not supported.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..65535  

cIsnsUdpPortNotifctn 1.3.6.1.4.1.9.10.116.1.3.1.5
Indicates the UDP port the iSNS server is using, or 0 if UDP based registrations are not supported.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 0..65535  

cIsnsNotificationPrefix 1.3.6.1.4.1.9.10.116.1.3.0
OBJECT IDENTIFIER    

cIsnsServerStart 1.3.6.1.4.1.9.10.116.1.3.0.1
This notification is sent when an iSNS Server begins operation. The notification provides the following: cIsnsInstInfo : iSNS Server textual information cIsnsAddrTypeNotifctn : iSNS Server address type cIsnsAddrNotifctn : iSNS Server address cIsnsTcpPortNotifctn : iSNS Server TCP Port cIsnsUdpPortNotifctn : iSNS Server UDP Port
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cIsnsServerShutdown 1.3.6.1.4.1.9.10.116.1.3.0.2
This notification is sent when an iSNS Server is shutdown. The notification provides the following: cIsnsInstInfo : iSNS Server textual information cIsnsAddrTypeNotifctn : iSNS Server address type cIsnsAddrNotifctn : iSNS Server address cIsnsTcpPortNotifctn : iSNS Server TCP Port cIsnsUdpPortNotifctn : iSNS Server UDP Port
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cIsnsClientStart 1.3.6.1.4.1.9.10.116.1.3.0.3
This notification is sent when an iSNS Client begins operation. The notification provides the following: cIsnsInstInfo : iSNS Client textual information cIsnsAddrTypeNotifctn : iSNS Client address type cIsnsAddrNotifctn : iSNS Client address cIsnsTcpPortNotifctn : iSNS Client TCP Port cIsnsUdpPortNotifctn : iSNS Client UDP Port
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cIsnsClientInitalRegistration 1.3.6.1.4.1.9.10.116.1.3.0.4
This notification is sent when an iSNS Client initially registers with a server. The notification provides the following: cIsnsInstInfo : iSNS Client textual information cIsnsAddrTypeNotifctn : iSNS Server address type cIsnsAddrNotifctn : iSNS Server address cIsnsTcpPortNotifctn : iSNS Server TCP Port (if used) cIsnsUdpPortNotifctn : iSNS Server UDP Port (if used)
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cIsnsClientLostConnection 1.3.6.1.4.1.9.10.116.1.3.0.5
This notification is sent when an iSNS Client loses connection with an iSNS Server. The notification provides the following: cIsnsInstInfo : iSNS Client textual information cIsnsAddrTypeNotifctn : iSNS Server address type cIsnsAddrNotifctn : iSNS Server address cIsnsTcpPortNotifctn : iSNS Server TCP Port (if used) cIsnsUdpPortNotifctn : iSNS Server UDP Port (if used)
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cIsnsClientNoServerDiscovered 1.3.6.1.4.1.9.10.116.1.3.0.6
This notification is sent when a server discovery process completes and no iSNS servers were found. The notification provides the following: cIsnsInstInfo : iSNS Client textual information
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

cIsnsGroups 1.3.6.1.4.1.9.10.116.2.1
OBJECT IDENTIFIER    

cIsnsServerAttributesGroup 1.3.6.1.4.1.9.10.116.2.1.1
iSNS Server attributes.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cIsnsServerNumObjGroup 1.3.6.1.4.1.9.10.116.2.1.2
Managed objects indicating the number of registered objects in an iSNS Server or the number of registered objects associated with a registered Entity. These managed objects are optional to implement.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cIsnsServerNextIdxGroup 1.3.6.1.4.1.9.10.116.2.1.3
Managed objects indicating the next available index for object types using indexes in iSNS Server instances.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cIsnsServerIscsiCntlNodeGroup 1.3.6.1.4.1.9.10.116.2.1.4
iSNS Server iSCSI control node managed objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cIsnsServerIfcpCntlNodeGroup 1.3.6.1.4.1.9.10.116.2.1.5
iSNS Server iFCP control node managed objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cIsnsServerIscsiDdsDdObjGroup 1.3.6.1.4.1.9.10.116.2.1.6
iSNS Server DDS and DD managed objects for iSCSI.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cIsnsServerIfcpDdsDdObjGroup 1.3.6.1.4.1.9.10.116.2.1.7
iSNS Server DDS and DD managed objects for iFCP.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cIsnsServerRegIscsiObjGroup 1.3.6.1.4.1.9.10.116.2.1.8
iSNS Server registered iSCSI managed objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cIsnsServerRegIfcpObjGroup 1.3.6.1.4.1.9.10.116.2.1.9
iSNS Server registered iFCP managed objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cIsnsClientAttributesGroup 1.3.6.1.4.1.9.10.116.2.1.10
iSNS Client attributes.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cIsnsNotificationObjGroup 1.3.6.1.4.1.9.10.116.2.1.11
iSNS Notification managed objects.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cIsnsServerNotificationGroup 1.3.6.1.4.1.9.10.116.2.1.12
iSNS Server Notification managed objects.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

cIsnsClientNotificationGroup 1.3.6.1.4.1.9.10.116.2.1.13
iSNS Client Notification managed objects.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

cIsnsCompliances 1.3.6.1.4.1.9.10.116.2.2
OBJECT IDENTIFIER    

cIsnsIscsiServerComplianceV1 1.3.6.1.4.1.9.10.116.2.2.1
Initial compliance statement for an iSNS Server providing support to iSCSI clients.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

cIsnsIscsiClientComplianceV1 1.3.6.1.4.1.9.10.116.2.2.2
Initial compliance statement for an iSNS Client supporting iSCSI devices.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

cIsnsIfcpServerComplianceV1 1.3.6.1.4.1.9.10.116.2.2.3
Initial compliance statement for an iSNS Server providing support to iFCP Clients.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

cIsnsIfcpClientComplianceV1 1.3.6.1.4.1.9.10.116.2.2.4
Initial compliance statement for an iSNS Client supporting iFCP gateways.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

cIsnsServerCountStatsCompliance 1.3.6.1.4.1.9.10.116.2.2.5
This set of groups is required for an implementation if it is desired to indicate that it keeps track of the number of registered objects in the iSNS Server instances over time.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE