-- extracted from draft-ietf-ips-isns-mib-10.txt -- at Sat Oct 21 06:07:19 2006 ISNS-MIB DEFINITIONS ::= BEGIN IMPORTS -- From RFC2578 MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, Integer32, Unsigned32, mib-2 FROM SNMPv2-SMI -- From RFC2579 TEXTUAL-CONVENTION, TimeStamp, TruthValue FROM SNMPv2-TC -- From RFC2580 OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP FROM SNMPv2-CONF -- From RFC3411 SnmpAdminString FROM SNMP-FRAMEWORK-MIB -- From RFC4001 InetAddressType, InetAddress, InetPortNumber FROM INET-ADDRESS-MIB -- From RFC4044 FcNameIdOrZero, FcAddressIdOrZero FROM FC-MGMT-MIB -- From RFC4133 PhysicalIndex Gibbons Expires April 2007 7 Internet Draft iSNS MIB October 2006 FROM ENTITY-MIB ; isnsMIB MODULE-IDENTITY LAST-UPDATED "200610110000Z" ORGANIZATION "IETF IPS Working Group" CONTACT-INFO " Attn: Kevin Gibbons McDATA Corporation 4555 Great America Pkwy Santa Clara, CA 95054-1208 USA Tel: +1 408-567-5765 Fax: +1 408-567-0063 Email: kevin.gibbons@mcdata.com G.D. Ramkumar McDATA Corporation 4555 Great America Pkwy Santa Clara, CA 95054-1208 USA Tel: +1 408-567-5614 Fax: +1 408-567-0063 Email: gramkumar@stanfordalumni.org Scott Kipp McDATA Corporation 4 McDATA Pkwy Broomfield, CO 80021 USA Tel: +1 720-558-3452 Fax: +1 720-558-8999 Email: scott.kipp@mcdata.com " DESCRIPTION "This module defines management information specific to internet Storage Name Service (iSNS) management. Copyright (C) The Internet Society 2006. This version of this MIB module is part of RFC XXXX; see the RFC itself for full legal notices." REVISION "200610110000Z" DESCRIPTION "Initial version of iSNS Management Module. This MIB published as RFC XXXX." -- RFC Ed.: replace XXXX with RFC number assigned to Gibbons Expires April 2007 8 Internet Draft iSNS MIB October 2006 -- this document ::= { mib-2 YYYY } -- RFC Ed.: enter the IANA assigned number to this MIB -- for YYYY -- -- Textual Conventions -- IsnsDiscoveryDomainSetId ::= TEXTUAL-CONVENTION DISPLAY-HINT "d" STATUS current DESCRIPTION "The unique Discovery Domain Set Identifier associated with a Discovery Domain Set (DDS)." REFERENCE "RFC4171, Section 6.11.1.1" SYNTAX Unsigned32 ( 1 .. 4294967295 ) IsnsDdsStatusType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The status of a Discovery Domain Set (DDS) registered in the iSNS. The initially assigned values are below: Bit Status --------- --------- 1 DDS Enabled All others RESERVED Setting a bit to 1 indicates the feature is enabled. Otherwise it is disabled. The future assignment of any of the reserved values will be documented in a revision of RFC4171." REFERENCE "RFC4171, Section 6.11.1.3" SYNTAX BITS { reserved0(0), reserved1(1), reserved2(2), reserved3(3), reserved4(4), reserved5(5), reserved6(6), reserved7(7), reserved8(8), reserved9(9), reserved10(10), reserved11(11), reserved12(12), reserved13(13), reserved14(14), reserved15(15), reserved16(16), reserved17(17), reserved18(18), reserved19(19), reserved20(20), reserved21(21), reserved22(22), reserved23(23), reserved24(24), reserved25(25), reserved26(26), reserved27(27), reserved28(28), reserved29(29), reserved30(30), ddsEnabled (31) } IsnsDiscoveryDomainId ::= TEXTUAL-CONVENTION DISPLAY-HINT "d" STATUS current DESCRIPTION Gibbons Expires April 2007 9 Internet Draft iSNS MIB October 2006 "The unique Discovery Domain Identifier (DD_ID) associated with each Discovery Domain (DD). This is used to uniquely index and reference a DD." REFERENCE "RFC4171, Section 6" SYNTAX Unsigned32 ( 1 .. 4294967295 ) IsnsDdFeatureType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This type defines the features that each Discovery Domain (DD) has. Bit Status --------- --------- 31 Boot List All others RESERVED Boot List: this feature indicates that the targets in this DD provide boot capabilities for the member initiators. Setting a bit to 1 indicates the feature is enabled. Otherwise it is disabled. The future assignment of any of the reserved values will be documented in a revision of RFC4171." REFERENCE "RFC4171, Section 6.11.2.9" SYNTAX BITS { reserved0(0), reserved1(1), reserved2(2), reserved3(3), reserved4(4), reserved5(5), reserved6(6), reserved7(7), reserved8(8), reserved9(9), reserved10(10), reserved11(11), reserved12(12), reserved13(13), reserved14(14), reserved15(15), reserved16(16), reserved17(17), reserved18(18), reserved19(19), reserved20(20), reserved21(21), reserved22(22), reserved23(23), reserved24(24), reserved25(25), reserved26(26), reserved27(27), reserved28(28), reserved29(29), reserved30(30), bootlist(31) } IsnsDdDdsModificationType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The methods that can be used to modify the Discovery Domain and Discovery Domain Sets in an iSNS Server instance. Although this MIB does not allow modification of DD's and DDS's, SNMP may be used to modify them via another MIB. Bit Flag Description --------- ------------------------------------ 0 SNMP protocol is allowed to modify DD's/DDS's Gibbons Expires April 2007 10 Internet Draft iSNS MIB October 2006 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 1 indicates the feature is enabled. Otherwise it is disabled." REFERENCE "RFC4171, Section 2.4" SYNTAX BITS { snmpEnabled(0), controlNode(1), targetIscsiNode(2), initiatorIscsiNode(3), targetIfcpNode(4), initiatorIfcpNode(5) } IsnsEntityIndexId ::= TEXTUAL-CONVENTION DISPLAY-HINT "d" STATUS current DESCRIPTION "The identifer for the unique integer Entity Index associated with an iSNS registered Entity object." REFERENCE "RFC4171, Section 6" SYNTAX Unsigned32 ( 1 .. 4294967295 ) IsnsPortalGroupIndexId ::= TEXTUAL-CONVENTION DISPLAY-HINT "d" STATUS current DESCRIPTION "The identifier for the unique integer Portal Group Index associated with an iSNS registered Portal Group object." REFERENCE "RFC4171, Section 6" SYNTAX Unsigned32 ( 1 .. 4294967295 ) IsnsPortalIndexId ::= TEXTUAL-CONVENTION DISPLAY-HINT "d" STATUS current DESCRIPTION "The identifier for the unique integer Portal Index associated with an iSNS registered Portal object." REFERENCE "RFC4171, Section 6" SYNTAX Unsigned32 ( 1 .. 4294967295 ) IsnsPortalPortTypeId ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The UDP or TCP port type being used by a Portal for an Entity." REFERENCE "RFC4171, Section 6.3.2" SYNTAX INTEGER { udp(1), tcp(2) } Gibbons Expires April 2007 11 Internet Draft iSNS MIB October 2006 IsnsPortalGroupTagIdOrNull ::= TEXTUAL-CONVENTION DISPLAY-HINT "d" STATUS current DESCRIPTION "The Portal Group Tag (PGT) represents an association between a Portal and iSCSI Node using the value range 0 to 65535. A PGT with no association is a NULL value. The value of -1 indicates a NULL value." REFERENCE "RFC4171, Section 6.5.4, and RFC3720" SYNTAX Integer32 ( -1 .. 65535 ) IsnsPortalSecurityType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Indicates security attribute settings for a Portal that is registered in the iSNS server. The bitmapVALID field must be set in order for the contents to be considered valid information. The definitions of the bit fields are based on RFC4171. The initial representation of each bit setting (0 or 1) is indicated below. Bit Flag Description --------- ------------------------------------ 25 1 = Tunnel Mode Preferred; 0 = No Preference 26 1 = Transport Mode Preferred; 0 = No Preference 27 1 = PFS Enabled; 0 = PFS Disabled 28 1 = Aggressive Mode Enabled; 0 = Disabled 29 1 = Main Mode Enabled; 0 = MM Disabled 30 1 = IKE/IPSec Enabled; 0 = IKE/IPSec Disabled 31 1 = Bitmap VALID; 0 = INVALID All others RESERVED The future assignment of any of the reserved values will be documented in a revision of RFC4171." REFERENCE "RFC4171, Section 6.3.9" SYNTAX BITS { reserved0(0), reserved1(1), reserved2(2), reserved3(3), reserved4(4), reserved5(5), reserved6(6), reserved7(7), reserved8(8), reserved9(9), reserved10(10), reserved11(11), reserved12(12), reserved13(13), reserved14(14), reserved15(15), reserved16(16), reserved17(17), reserved18(18), reserved19(19), reserved20(20), reserved21(21), reserved22(22), reserved23(23), reserved24(24), tunnelModePreferred(25), transportModePreferred(26), pfsEnabled(27), agressiveModeEnabled(28), mainModeEnabled(29), Gibbons Expires April 2007 12 Internet Draft iSNS MIB October 2006 ikeIpsecEnabled(30), bitmapVALID(31) } IsnsNodeIndexId ::= TEXTUAL-CONVENTION DISPLAY-HINT "d" STATUS current DESCRIPTION "The identifier for the unique integer Node Index associated with a storage node. In order to support objects that have key identifiers whose maximum length is longer than the maximum SNMP supported length, the iSNS server provides secondary non-zero integer index identifiers. These indexes SHALL be persistent for as long as the server is active. Furthermore, index values for recently deregistered objects SHOULD NOT be reused in the short term." REFERENCE "RFC4171, Section 6.4.5" SYNTAX Unsigned32 ( 1 .. 4294967295 ) IsnsNodeIndexIdOrZero ::= TEXTUAL-CONVENTION DISPLAY-HINT "d" STATUS current DESCRIPTION "This textual convention is an extension of the IsnsNodeIndexId textual convention, which defines a greater than zero value used to identify an IsnsNode. This extension permits the additional value of zero. The value zero is object-specific and MUST therefore be defined as part of the description of any object which uses this syntax. Examples of the usage of zero might include situations where the IsnsNode was unknown, or when none or all IsnsNodes need to be referenced." REFERENCE "RFC4171, Section 6.4.5" SYNTAX Unsigned32 ( 0 .. 4294967295 ) IsnsIscsiNodeType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The iSCSI Node Type defines the functions of the registered object. The definitiions of each setting are defined in RFC4171. Bit Node Type --------- --------- 29 Control 30 Initiator 31 Target All others RESERVED Setting a bit to 1 indicates the node has the corresponding characteristics. The future assignment of any of the reserved values will be documented in a revision of RFC4171." REFERENCE "RFC4171, Section 6.4.2" Gibbons Expires April 2007 13 Internet Draft iSNS MIB October 2006 SYNTAX BITS { reserved0(0), reserved1(1), reserved2(2), reserved3(3), reserved4(4), reserved5(5), reserved6(6), reserved7(7), reserved8(8), reserved9(9), reserved10(10), reserved11(11), reserved12(12), reserved13(13), reserved14(14), reserved15(15), reserved16(16), reserved17(17), reserved18(18), reserved19(19), reserved20(20), reserved21(21), reserved22(22), reserved23(23), reserved24(24), reserved25(25), reserved26(26), reserved27(27), reserved28(28), control(29), initiator(30), target(31) } IsnsFcClassOfServiceType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "This defines the Fibre Channel Class of Service types that are supported by the registered port. The definitions are as defined in RFC4171. Bit FC COS Type --------- ---------------- 28 Fibre Channel Class 3 Supported 29 Fibre Channel Class 2 Supported All others RESERVED Setting a bit to 1 indicates the class of service is supported. The future assignment of any of the reserved values will be documented in a revision of RFC4171." REFERENCE "RFC4171, Section 6.6.8" SYNTAX BITS { reserved0(0), reserved1(1), reserved2(2), reserved3(3), reserved4(4), reserved5(5), reserved6(6), reserved7(7), reserved8(8), reserved9(9), reserved10(10), reserved11(11), reserved12(12), reserved13(13), reserved14(14), reserved15(15), reserved16(16), reserved17(17), reserved18(18), reserved19(19), reserved20(20), reserved21(21), reserved22(22), reserved23(23), reserved24(24), reserved25(25), reserved26(26), reserved27(27), class3(28), class2(29) } IsnsIscsiScnType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The iSCSI Node State Change Notification (SCN) values Gibbons Expires April 2007 14 Internet Draft iSNS MIB October 2006 for a node as defined in RFC4171. Bit Description ------------ ---------------- 24 INITIATOR AND SELF INFORMATION ONLY 25 TARGET AND SELF INFORMATION ONLY 26 MANAGEMENT REGISTRATION/SCN 27 OBJECT REMOVED 28 OBJECT ADDED 29 OBJECT UPDATED 30 DD/DDS MEMBER REMOVED (Mgmt Reg/SCN only) 31 (Lsb) DD/DDS MEMBER ADDED (Mgmt Reg/SCN only) All others RESERVED Setting a bit to 1 indicates that type of SCN is enabled. The future assignment of any of the reserved values will be documented in a revision of RFC4171." REFERENCE "RFC4171, Section 6.4.4" SYNTAX BITS { reserved0(0), reserved1(1), reserved2(2), reserved3(3), reserved4(4), reserved5(5), reserved6(6), reserved7(7), reserved8(8), reserved9(9), reserved10(10), reserved11(11), reserved12(12), reserved13(13), reserved14(14), reserved15(15), reserved16(16), reserved17(17), reserved18(18), reserved19(19), reserved20(20), reserved21(21), reserved22(22), reserved23(23), initiatorAndSelfOnly(24), targetAndSelfOnly(25), managementRegistrationScn(26), objectRemoved(27), objectAdded(28), objectUpdated(29), ddOrDdsMemberRemoved(30), ddOrDdsMemberAdded(31) } IsnsIfcpScnType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The iFCP State Change Notification (SCN) values for an iFCP object as defined in RFC4171. Bit Description ------------ ---------------- 24 INITIATOR AND SELF INFORMATION ONLY 25 TARGET AND SELF INFORMATION ONLY 26 MANAGEMENT REGISTRATION/SCN 27 OBJECT REMOVED 28 OBJECT ADDED 29 OBJECT UPDATED 30 DD/DDS MEMBER REMOVED (Mgmt Reg/SCN Gibbons Expires April 2007 15 Internet Draft iSNS MIB October 2006 only) 31 (Lsb) DD/DDS MEMBER ADDED (Mgmt Reg/SCN only) All others RESERVED Setting a bit to 1 indicates that type of SCN is enabled. The future assignment of any of the reserved values will be documented in a revision of RFC4171." REFERENCE "RFC4171, Section 6.6.12" SYNTAX BITS { reserved0(0), reserved1(1), reserved2(2), reserved3(3), reserved4(4), reserved5(5), reserved6(6), reserved7(7), reserved8(8), reserved9(9), reserved10(10), reserved11(11), reserved12(12), reserved13(13), reserved14(14), reserved15(15), reserved16(16), reserved17(17), reserved18(18), reserved19(19), reserved20(20), reserved21(21), reserved22(22), reserved23(23), initiatorAndSelfOnly(24), targetAndSelfOnly(25), managementRegistrationScn(26), objectRemoved(27), objectAdded(28), objectUpdated(29), ddOrDdsMemberRemoved(30), ddOrDdsMemberAdded(31) } IsnsFcPortRoleType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The FC Port Role defines the functions of the registered object. The definitiions of each setting are defined in RFC4171. Bit Port Role --------- --------- 29 Control 30 FCP Initiator 31 FCP Target All others RESERVED Setting a bit to 1 indicates the port has the corresponding characteristics. The future assignment of any of the reserved values will be documented in a revision of RFC4171." REFERENCE "RFC4171, Section 6.6.13" SYNTAX BITS { reserved0(0), reserved1(1), reserved2(2), reserved3(3), reserved4(4), reserved5(5), reserved6(6), reserved7(7), reserved8(8), reserved9(9), reserved10(10), reserved11(11), reserved12(12), reserved13(13), reserved14(14), Gibbons Expires April 2007 16 Internet Draft iSNS MIB October 2006 reserved15(15), reserved16(16), reserved17(17), reserved18(18), reserved19(19), reserved20(20), reserved21(21), reserved22(22), reserved23(23), reserved24(24), reserved25(25), reserved26(26), reserved27(27), reserved28(28), control(29), initiator(30), target(31) } IsnsSrvrDiscoveryMethodsType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The types of iSNS Server discovery methods that are 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 support additional discovery methods not indicated." REFERENCE "RFC4171, Section 2.5" SYNTAX BITS { dhcp(0), slp(1), multicastGroupHb(2), broadcastHb(3), cfgdServerList(4), other(5) } -- -- Internet Storage Name Service Management -- isnsNotifications OBJECT IDENTIFIER ::= { isnsMIB 0 } isnsObjects OBJECT IDENTIFIER ::= { isnsMIB 1 } isnsConformance OBJECT IDENTIFIER ::= { isnsMIB 2 } -- -- iSNS Server instance managed objects -------------------- -- isnsServerInfo OBJECT IDENTIFIER ::= { isnsObjects 1 } isnsServerTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsServerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table provides a list of the iSNS Server instances Gibbons Expires April 2007 17 Internet Draft iSNS MIB October 2006 that are managed through the same SNMP context." ::= { isnsServerInfo 1 } isnsServerEntry OBJECT-TYPE SYNTAX IsnsServerEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." INDEX { isnsServerIndex } ::= { isnsServerTable 1 } IsnsServerEntry ::= SEQUENCE { isnsServerIndex Unsigned32, isnsServerName SnmpAdminString, isnsServerIsnsVersion Unsigned32, isnsServerVendorInfo SnmpAdminString, isnsServerPhysicalIndex PhysicalIndex, isnsServerTcpPort InetPortNumber, isnsServerUdpPort InetPortNumber, isnsServerDiscontinuityTime TimeStamp, isnsServerRole INTEGER, isnsServerDiscoveryMethodsEnabled IsnsSrvrDiscoveryMethodsType, isnsServerDiscoveryMcGroupType InetAddressType, isnsServerDiscoveryMcGroupAddress InetAddress, isnsServerEsiNonResponseThreshold Unsigned32, isnsServerEnableControlNodeMgtScn TruthValue, isnsServerDefaultDdDdsStatus INTEGER, isnsServerUpdateDdDdsSupported IsnsDdDdsModificationType, isnsServerUpdateDdDdsEnabled IsnsDdDdsModificationType } isnsServerIndex OBJECT-TYPE SYNTAX Unsigned32 ( 1 .. 4294967295 ) MAX-ACCESS not-accessible STATUS current DESCRIPTION "This 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 Gibbons Expires April 2007 18 Internet Draft iSNS MIB October 2006 managed. The value of this object is used elsewhere in the MIB to reference specific iSNS Servers." ::= { isnsServerEntry 1 } isnsServerName OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "A non-unique name that can be assigned to the iSNS Server instance. If not configured, then the string SHALL be zero-length." ::= { isnsServerEntry 2 } isnsServerIsnsVersion OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 65535 ) MAX-ACCESS read-only STATUS current DESCRIPTION "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." REFERENCE "RFC4171" DEFVAL { 1 } ::= { isnsServerEntry 3 } isnsServerVendorInfo OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "If this server instance is utilizing the product of a particular 'vendor', then this managed object contains that vendor's name and version. Otherwise, then the string SHALL be zero-length. The format of the string is as follows: Vendor Name, Vendor Version, Vendor Defined Information. Field Description --------- ---------------- Vendor Name The name of the vendor (if one exists) Vendor Version The version of the vendor product Vendor Defined This follows the second comma in the string, if one exists, and is vendor defined " ::= { isnsServerEntry 4 } isnsServerPhysicalIndex OBJECT-TYPE SYNTAX PhysicalIndex MAX-ACCESS read-only Gibbons Expires April 2007 19 Internet Draft iSNS MIB October 2006 STATUS current DESCRIPTION "An index identifying the network interface for this iSNS Server within a network entity. This index maps to the entPhysicalIndex of entPhysicalTable table in RFC4133. The entPhysicalClass value for the table row must be 'port' as the interface must be able to send and receive data." REFERENCE "RFC4133, RFC4171, Section 2.5 - 2.8" ::= { isnsServerEntry 5 } isnsServerTcpPort OBJECT-TYPE SYNTAX InetPortNumber MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { isnsServerEntry 6 } isnsServerUdpPort OBJECT-TYPE SYNTAX InetPortNumber MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { isnsServerEntry 7 } isnsServerDiscontinuityTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime on the most recent occasion that this iSNS server became active or suffered a discontinuity." ::= { isnsServerEntry 8 } isnsServerRole OBJECT-TYPE SYNTAX INTEGER { notSet(1), server(2), backupServer(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "The current operational mode of this iSNS Server instance. Gibbons Expires April 2007 20 Internet Draft iSNS MIB October 2006 Value Description --------- ---------------- notSet The iSNS Server role is not configured. server The iSNS Server instance is an operational iSNS Server. backupServer The iSNS Server instance is currently acting as a backup." REFERENCE "RFC4171, Section 2.7 - 2.8" ::= { isnsServerEntry 9 } isnsServerDiscoveryMethodsEnabled OBJECT-TYPE SYNTAX IsnsSrvrDiscoveryMethodsType MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates the discovery methods currently enabled for this iSNS Server instance. This allows a client to determine what discovery methods that can be used for this iSNS Server. Additional methods of discovery may also be supported." ::= { isnsServerEntry 10 } isnsServerDiscoveryMcGroupType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS read-only STATUS current DESCRIPTION "The type of Internet address in isnsServerDiscoveryMcGroupAddress. If the address is specified, then it must be a valid multicast address and the value of this object must be ipv4(1), ipv6(2), ipv4z(3), or ipv6z(4); otherwise, then the value of this object is unknown(0), and the value of isnsServerDiscoveryMcGroupAddress is the zero-length string." ::= { isnsServerEntry 11 } isnsServerDiscoveryMcGroupAddress OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS read-only STATUS current DESCRIPTION "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 string SHALL be zero-length. The format of this object is specified by isnsServerDiscoveryMcGroupType." ::= { isnsServerEntry 12 } isnsServerEsiNonResponseThreshold OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 65535 ) Gibbons Expires April 2007 21 Internet Draft iSNS MIB October 2006 MAX-ACCESS read-only STATUS current DESCRIPTION "ESI Non-Response Threshold - the number of ESI messages that will be sent without receiving a response before an entity is deregistered from the iSNS database. If 0 then Entities will never be deregistered due to non-receipt of ESI messages." REFERENCE "RFC4171, Section 2.4" DEFVAL { 3 } ::= { isnsServerEntry 13 } isnsServerEnableControlNodeMgtScn OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates if option for Management SCNs for Nodes is enabled. This is the option for a control node to register for and receive Management SCNs sent by this server." REFERENCE "RFC4171, Section 2.4" DEFVAL { true } ::= { isnsServerEntry 14 } isnsServerDefaultDdDdsStatus OBJECT-TYPE SYNTAX INTEGER { inNoDomain(1), inDefaultDdAndDds(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates the Discovery Domain (DD) and Discovery Domain Set (DDS) membership status for a new device when registerd 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." REFERENCE "RFC4171, Section 2.4" DEFVAL { inNoDomain } ::= { isnsServerEntry 16 } isnsServerUpdateDdDdsSupported OBJECT-TYPE SYNTAX IsnsDdDdsModificationType MAX-ACCESS read-only STATUS current DESCRIPTION "The methods that this iSNS Server instance supports to modify Discovery Domains and Discovery Domain Sets." REFERENCE "RFC4171, Section 2.4" ::= { isnsServerEntry 17 } isnsServerUpdateDdDdsEnabled OBJECT-TYPE Gibbons Expires April 2007 22 Internet Draft iSNS MIB October 2006 SYNTAX IsnsDdDdsModificationType MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates the methods this server instance currently allows for modifying Discovery Domains and Discovery Domain Sets." REFERENCE "RFC4171, Sec 2.2.2 and 2.4" ::= { isnsServerEntry 18 } -- -- Count of objects currently registered in a server instance -- isnsNumObjectsTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsNumObjectsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." ::= { isnsServerInfo 2 } isnsNumObjectsEntry OBJECT-TYPE SYNTAX IsnsNumObjectsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of an iSNS Server instance." AUGMENTS { isnsServerEntry } ::= { isnsNumObjectsTable 1 } IsnsNumObjectsEntry ::= SEQUENCE { isnsNumDds Unsigned32, isnsNumDd Unsigned32, isnsNumEntities Unsigned32, isnsNumPortals Unsigned32, isnsNumPortalGroups Unsigned32, isnsNumIscsiNodes Unsigned32, isnsNumFcPorts Unsigned32, isnsNumFcNodes Unsigned32 } isnsNumDds OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 4294967295 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The current total number of Discovery Domain Sets Gibbons Expires April 2007 23 Internet Draft iSNS MIB October 2006 in this iSNS instance. This is the number of rows in the isnsDdsTable." ::= { isnsNumObjectsEntry 1 } isnsNumDd OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 4294967295 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The current total number of Discovery Domains in this iSNS instance. This is the number of rows in the isnsDdTable." ::= { isnsNumObjectsEntry 2 } isnsNumEntities OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 4294967295 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The current number of Entities registered in this iSNS Server instance. This is the number of rows in the isnsRegEntityTable for this instance." ::= { isnsNumObjectsEntry 3 } isnsNumPortals OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 4294967295 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The current total number of Portals registered in iSNS. This is the number of rows in isnsRegPortalTable." ::= { isnsNumObjectsEntry 4 } isnsNumPortalGroups OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 4294967295 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The current total number of Portal Groups registered in iSNS. This is the number of rows in isnsRegPgTable." ::= { isnsNumObjectsEntry 5 } isnsNumIscsiNodes OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 4294967295 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The current total number of iSCSI node entries registered in the iSNS. This is the number rows in isnsRegIscsiNodeTable." ::= { isnsNumObjectsEntry 6 } Gibbons Expires April 2007 24 Internet Draft iSNS MIB October 2006 isnsNumFcPorts OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 4294967295 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The current total number of FC Port entries registered in the iSNS. This is the number of rows in isnsRegFcPortTable." ::= { isnsNumObjectsEntry 7 } isnsNumFcNodes OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 4294967295 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The current total number of FC node entries registered in the iSNS. This is the number of rows in isnsRegFcNodeTable." ::= { isnsNumObjectsEntry 8 } -- -- Control node information -- isnsControlNodeInfo OBJECT IDENTIFIER ::= { isnsServerInfo 3 } -- -- Specific iSCSI Nodes authorized to register as Control -- Nodes -- isnsControlNodeIscsiTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsControlNodeIscsiEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Specified iSCSI Nodes that can register or are registered as control nodes. The number of rows is dependent on the number of iSCSI Control Nodes." ::= { isnsControlNodeInfo 1 } isnsControlNodeIscsiEntry OBJECT-TYPE SYNTAX IsnsControlNodeIscsiEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This is an iSCSI Control Node entry for a specific iSNS server instance." INDEX { isnsServerIndex, isnsControlNodeIscsiNodeIndex } Gibbons Expires April 2007 25 Internet Draft iSNS MIB October 2006 ::= { isnsControlNodeIscsiTable 1 } IsnsControlNodeIscsiEntry ::= SEQUENCE { isnsControlNodeIscsiNodeIndex IsnsNodeIndexId, isnsControlNodeIscsiNodeName SnmpAdminString, isnsControlNodeIscsiIsRegistered TruthValue } isnsControlNodeIscsiNodeIndex OBJECT-TYPE SYNTAX IsnsNodeIndexId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The iSCSI Index for the storage node authorized to act as a control node." ::= { isnsControlNodeIscsiEntry 1 } isnsControlNodeIscsiNodeName OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..223)) MAX-ACCESS read-only STATUS current DESCRIPTION "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 and/or acting as a control node." ::= { isnsControlNodeIscsiEntry 2 } isnsControlNodeIscsiIsRegistered OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates whether the control node is currently registered in the iSNS Server instance." ::= { isnsControlNodeIscsiEntry 3 } -- -- Specific FC Ports authorized to register as Control -- Nodes -- isnsControlNodeFcPortTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsControlNodeFcPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Specified FC Ports that can register or are registered as control nodes. The number of rows is dependent on the Gibbons Expires April 2007 26 Internet Draft iSNS MIB October 2006 number of FC Port Control Nodes." ::= { isnsControlNodeInfo 2 } isnsControlNodeFcPortEntry OBJECT-TYPE SYNTAX IsnsControlNodeFcPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "FC Port control node entry." INDEX { isnsServerIndex, isnsControlNodeFcPortName } ::= { isnsControlNodeFcPortTable 1 } IsnsControlNodeFcPortEntry ::= SEQUENCE { isnsControlNodeFcPortName FcNameIdOrZero, isnsControlNodeFcPortIsRegistered TruthValue } isnsControlNodeFcPortName OBJECT-TYPE SYNTAX FcNameIdOrZero MAX-ACCESS not-accessible STATUS current DESCRIPTION "The FC Port WWN that can and/or is acting as a control node for the specified iSNS Server. Zero is not a valid value for this managed object. This managed object, combined with the isnsServerIndex, is the key for this table." ::= { isnsControlNodeFcPortEntry 1 } isnsControlNodeFcPortIsRegistered OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates whether the control node is currently registered in the iSNS Server instance." ::= { isnsControlNodeFcPortEntry 2 } -- -- Discovery Domain Set information -- isnsDdsInfo OBJECT IDENTIFIER ::= { isnsServerInfo 4 } -- -- Discovery Domain Set Registrations ----------------- -- isnsDdsTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsDdsEntry MAX-ACCESS not-accessible Gibbons Expires April 2007 27 Internet Draft iSNS MIB October 2006 STATUS current DESCRIPTION "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." ::= { isnsDdsInfo 1 } isnsDdsEntry OBJECT-TYPE SYNTAX IsnsDdsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information on one Discovery Domain Set (DDS) registered in the iSNS Server instance." INDEX { isnsServerIndex, isnsDdsId} ::= { isnsDdsTable 1 } IsnsDdsEntry ::= SEQUENCE { isnsDdsId IsnsDiscoveryDomainSetId, isnsDdsSymbolicName SnmpAdminString, isnsDdsStatus IsnsDdsStatusType } isnsDdsId OBJECT-TYPE SYNTAX IsnsDiscoveryDomainSetId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The ID that refers to this Discovery Domain Set and index to the table." ::= { isnsDdsEntry 1 } isnsDdsSymbolicName OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "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." REFERENCE "RFC4171, Section 6" ::= { isnsDdsEntry 2 } isnsDdsStatus OBJECT-TYPE SYNTAX IsnsDdsStatusType MAX-ACCESS read-only STATUS current Gibbons Expires April 2007 28 Internet Draft iSNS MIB October 2006 DESCRIPTION "The status of this Discovery Domain Set (DDS)." REFERENCE "RFC4171, Section 6.11.1.3" ::= { isnsDdsEntry 3 } -- -- Discovery Domain Set Members -------------------- -- -- -- DDS Membership Assignment -- isnsDdsMemberTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsDdsMemberEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." ::= { isnsDdsInfo 2 } isnsDdsMemberEntry OBJECT-TYPE SYNTAX IsnsDdsMemberEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The mapping of one Discovery Domain (DD) to a Discovery Domain Set (DDS). This indicates the DD is a member of the DDS." INDEX { isnsServerIndex, isnsDdsId, isnsDdsMemberDdId } ::= { isnsDdsMemberTable 1 } IsnsDdsMemberEntry ::= SEQUENCE { isnsDdsMemberDdId IsnsDiscoveryDomainId, isnsDdsMemberSymbolicName SnmpAdminString } isnsDdsMemberDdId OBJECT-TYPE SYNTAX IsnsDiscoveryDomainId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The ID that identifies the Discovery Domain which is a member of the Discovery Domain Set." ::= { isnsDdsMemberEntry 1 } Gibbons Expires April 2007 29 Internet Draft iSNS MIB October 2006 isnsDdsMemberSymbolicName OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "The Symbolic Name of the Discovery Domain that is a member of this DDS. This value SHALL be identical to the object isnsDdSymbolicName for the associated DD ID." REFERENCE "RFC4171, Section 6" ::= { isnsDdsMemberEntry 2 } -- -- Discovery Domain information -- isnsDdInfo OBJECT IDENTIFIER ::= { isnsServerInfo 5 } -- -- Discovery Domain Registrations ------------------------ -- isnsDdTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsDdEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." ::= { isnsDdInfo 1 } isnsDdEntry OBJECT-TYPE SYNTAX IsnsDdEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information on a Discovery Domain (DD) registered in the iSNS Server instance." INDEX { isnsServerIndex, isnsDdId} ::= { isnsDdTable 1 } IsnsDdEntry::= SEQUENCE { isnsDdId IsnsDiscoveryDomainId, isnsDdSymbolicName SnmpAdminString, isnsDdFeatures IsnsDdFeatureType } isnsDdId OBJECT-TYPE SYNTAX IsnsDiscoveryDomainId Gibbons Expires April 2007 30 Internet Draft iSNS MIB October 2006 MAX-ACCESS not-accessible STATUS current DESCRIPTION "The ID that refers to this Discovery Domain, and the index to the table." REFERENCE "RFC4171, Section 6" ::= { isnsDdEntry 1 } isnsDdSymbolicName OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "The Discovery Domain Symbolic Name field contains a unique variable-length description (up to 255 bytes) that is associated with the DD." REFERENCE "RFC4171, Section 6" ::= { isnsDdEntry 2 } isnsDdFeatures OBJECT-TYPE SYNTAX IsnsDdFeatureType MAX-ACCESS read-only STATUS current DESCRIPTION "This defines the features the Discovery Domain has." REFERENCE "RFC4171, Section 6.11.2.9" ::= { isnsDdEntry 3 } -- -- Discovery Domain Members -------------------- -- -- -- DD iSCSI Node Membership Assignment -- isnsDdIscsiMemberTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsDdIscsiMemberEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." ::= { isnsDdInfo 2 } isnsDdIscsiMemberEntry OBJECT-TYPE SYNTAX IsnsDdIscsiMemberEntry MAX-ACCESS not-accessible Gibbons Expires April 2007 31 Internet Draft iSNS MIB October 2006 STATUS current DESCRIPTION "The mapping of one iSCSI Node to a Discovery Domain to indicate membership in the DD. The indexes are the iSNS server instance, the DD ID of the Discovery Domain, and the iSCSI Node Index of the iSCSI Node." INDEX { isnsServerIndex, isnsDdId, isnsDdMemberIscsiIndex } ::= { isnsDdIscsiMemberTable 1 } IsnsDdIscsiMemberEntry::= SEQUENCE { isnsDdMemberIscsiIndex IsnsNodeIndexId, isnsDdMemberIscsiName SnmpAdminString, isnsDdMemberIsRegistered TruthValue } isnsDdMemberIscsiIndex OBJECT-TYPE SYNTAX IsnsNodeIndexId MAX-ACCESS not-accessible STATUS current DESCRIPTION "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 a node name. 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 indentical in all DDs, and is persistent across server reinitializations when the iSCSI node is a member of a Discovery Domain (DD)." REFERENCE "RFC4171, Section 6" ::= { isnsDdIscsiMemberEntry 1 } isnsDdMemberIscsiName OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..223)) MAX-ACCESS read-only STATUS current DESCRIPTION "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 isnsDdMemberIscsiIndex 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 Gibbons Expires April 2007 32 Internet Draft iSNS MIB October 2006 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." REFERENCE "RFC4171, Section 6" ::= { isnsDdIscsiMemberEntry 2 } isnsDdMemberIsRegistered OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "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." REFERENCE "RFC4171, Section 6.11" ::= { isnsDdIscsiMemberEntry 3 } -- -- DD Portal Membership Assignment -- isnsDdPortalMemberTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsDdPortalMemberEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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 prefered 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." REFERENCE "RFC4171, Section 6" ::= { isnsDdInfo 3 } isnsDdPortalMemberEntry OBJECT-TYPE SYNTAX IsnsDdPortalMemberEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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 Gibbons Expires April 2007 33 Internet Draft iSNS MIB October 2006 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." INDEX { isnsServerIndex, isnsDdId, isnsDdMemberPortalIndex } ::= { isnsDdPortalMemberTable 1 } IsnsDdPortalMemberEntry ::= SEQUENCE { isnsDdMemberPortalIndex IsnsPortalIndexId, isnsDdMemberPortalAddressType InetAddressType, isnsDdMemberPortalAddress InetAddress, isnsDdMemberPortalPortType IsnsPortalPortTypeId, isnsDdMemberPortalPort InetPortNumber, isnsDdMemberPortalIsRegistered TruthValue } isnsDdMemberPortalIndex OBJECT-TYPE SYNTAX IsnsPortalIndexId MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." REFERENCE "RFC4171, Section 6" ::= { isnsDdPortalMemberEntry 1 } isnsDdMemberPortalAddressType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS read-only STATUS current DESCRIPTION "The type of Inet address in isnsDdMemberPortalAddress." ::= { isnsDdPortalMemberEntry 2 } isnsDdMemberPortalAddress OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS read-only Gibbons Expires April 2007 34 Internet Draft iSNS MIB October 2006 STATUS current DESCRIPTION "The Inet Address for the portal." REFERENCE "RFC4171, Section 6" ::= { isnsDdPortalMemberEntry 3 } isnsDdMemberPortalPortType OBJECT-TYPE SYNTAX IsnsPortalPortTypeId MAX-ACCESS read-only STATUS current DESCRIPTION "The port type for the portal, either UDP or TCP." REFERENCE "RFC4171, Section 6" ::= { isnsDdPortalMemberEntry 4 } isnsDdMemberPortalPort OBJECT-TYPE SYNTAX InetPortNumber MAX-ACCESS read-only STATUS current DESCRIPTION "The port number for the portal. Whether the portal type is TCP or UDP is indicated by isnsDdPortalPortType." REFERENCE "RFC4171, Section 6" ::= { isnsDdPortalMemberEntry 5 } isnsDdMemberPortalIsRegistered OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "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." REFERENCE "RFC4171, Section 6.11" ::= { isnsDdPortalMemberEntry 6 } -- -- DD FC Port Membership Assignment -- isnsDdFcPortMemberTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsDdFcPortMemberEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." ::= { isnsDdInfo 4 } Gibbons Expires April 2007 35 Internet Draft iSNS MIB October 2006 isnsDdFcPortMemberEntry OBJECT-TYPE SYNTAX IsnsDdFcPortMemberEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." INDEX { isnsServerIndex, isnsDdId, isnsDdMemberFcPortName } ::= { isnsDdFcPortMemberTable 1 } IsnsDdFcPortMemberEntry ::= SEQUENCE { isnsDdMemberFcPortName FcNameIdOrZero, isnsDdMemberFcIsRegistered TruthValue } isnsDdMemberFcPortName OBJECT-TYPE SYNTAX FcNameIdOrZero MAX-ACCESS not-accessible STATUS current DESCRIPTION "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 isnsServerIndex and isnsDdId are the key for this table. Zero is not a valid value for this managed object." REFERENCE "RFC4171, Section 6" ::= { isnsDdFcPortMemberEntry 1 } isnsDdMemberFcIsRegistered OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates whether this member of the DD is currently registered in the iSNS Server instance." REFERENCE "RFC4171, Section 6.11" ::= { isnsDdFcPortMemberEntry 2 } -- -- Registered Device Information -- isnsReg OBJECT IDENTIFIER ::= { isnsServerInfo 6 } isnsRegEntityInfo OBJECT IDENTIFIER ::= { isnsReg 1 } Gibbons Expires April 2007 36 Internet Draft iSNS MIB October 2006 -- -- iSNS Registered Entities Table -- isnsRegEntityTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsRegEntityEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." ::= { isnsRegEntityInfo 1 } isnsRegEntityEntry OBJECT-TYPE SYNTAX IsnsRegEntityEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information on one registered Entity object in an iSNS server instance." INDEX { isnsServerIndex, isnsRegEntityIndex } ::= { isnsRegEntityTable 1 } IsnsRegEntityEntry ::= SEQUENCE { isnsRegEntityIndex IsnsEntityIndexId, isnsRegEntityEID SnmpAdminString, isnsRegEntityProtocol Unsigned32, isnsRegEntityManagementAddressType InetAddressType, isnsRegEntityManagementAddress InetAddress, isnsRegEntityTimestamp TimeStamp, isnsRegEntityVersionMin Unsigned32, isnsRegEntityVersionMax Unsigned32, isnsRegEntityRegistrationPeriod Unsigned32 } isnsRegEntityIndex OBJECT-TYPE SYNTAX IsnsEntityIndexId MAX-ACCESS not-accessible STATUS current DESCRIPTION "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 Gibbons Expires April 2007 37 Internet Draft iSNS MIB October 2006 registered Entity object in situations where the Entity EID would be too long/unwieldy." REFERENCE "RFC4171, Section 6" ::= { isnsRegEntityEntry 1 } isnsRegEntityEID OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "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." REFERENCE "RFC4171, Section 6" ::= { isnsRegEntityEntry 2 } isnsRegEntityProtocol OBJECT-TYPE SYNTAX Unsigned32 ( 1 .. 4294967295 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The block storage protocol supported by this entity, as defined in the iSNS Specification, Section 6.2.2. The following values are initially assigned. Type Value Entity Type ---------- ----------- 1 No Protocol 2 iSCSI 3 iFCP All Others As assigned by IANA The full set of current Block Storage Protocols are specified in the IANA-maintained registry of assigned values for the ISNS protocol. Please refer to RFC4171 and iSNS parameters maintained at IANA." REFERENCE "RFC4171, Section 6.2.2, and www.iana.org/assignments/isns-parameters" ::= { isnsRegEntityEntry 3 } isnsRegEntityManagementAddressType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS read-only STATUS current DESCRIPTION "The type of Inet address in isnsRegEntityManagementAddress." ::= { isnsRegEntityEntry 4 } isnsRegEntityManagementAddress OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS read-only STATUS current Gibbons Expires April 2007 38 Internet Draft iSNS MIB October 2006 DESCRIPTION "The iSNS Management IP Address for the registred Entity object." REFERENCE "RFC4171, Section 6" ::= { isnsRegEntityEntry 5 } isnsRegEntityTimestamp OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The iSNS Entity Registration Timestamp for the registred 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." REFERENCE "RFC4171, Section 6" ::= { isnsRegEntityEntry 6 } isnsRegEntityVersionMin OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 65535 ) MAX-ACCESS read-only STATUS current DESCRIPTION "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 isnsRegEntityProtocol set to No Protocol always have a minimum version of 0." REFERENCE "RFC4171, Section 6" ::= { isnsRegEntityEntry 7 } isnsRegEntityVersionMax OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 65535 ) MAX-ACCESS read-only STATUS current DESCRIPTION "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 isnsRegEntityProtocol set to No Protocol always have a maximum version of 0." REFERENCE "RFC4171, Section 6" ::= { isnsRegEntityEntry 8 } isnsRegEntityRegistrationPeriod OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 4294967295 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The iSNS Entity Status Inquiry (ESI) registration period which indicates the maximum time, in seconds, that the Gibbons Expires April 2007 39 Internet Draft iSNS MIB October 2006 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." REFERENCE "RFC4171, Section 6" ::= { isnsRegEntityEntry 9 } -- -- Registered Objects Associated With an Entity Information -- isnsRegEntityNumObjectsTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsRegEntityNumObjectsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." ::= { isnsRegEntityInfo 2 } isnsRegEntityNumObjectsEntry OBJECT-TYPE SYNTAX IsnsRegEntityNumObjectsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information on the number of registered objects associated with a registered Entity object in an iSNS Server instance." INDEX { isnsServerIndex, isnsRegEntityIndex } ::= { isnsRegEntityNumObjectsTable 1 } IsnsRegEntityNumObjectsEntry ::= SEQUENCE { isnsRegEntityInfoNumPortals Unsigned32, isnsRegEntityInfoNumPortalGroups Unsigned32, isnsRegEntityInfoNumIscsiNodes Unsigned32, isnsRegEntityInfoNumFcPorts Unsigned32, isnsRegEntityInfoNumFcNodes Unsigned32 } isnsRegEntityInfoNumPortals OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 4294967295 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Portals associated with this Entity." ::= { isnsRegEntityNumObjectsEntry 1 } Gibbons Expires April 2007 40 Internet Draft iSNS MIB October 2006 isnsRegEntityInfoNumPortalGroups OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 4294967295 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Portal Groups associated with this Entity." ::= { isnsRegEntityNumObjectsEntry 2 } isnsRegEntityInfoNumIscsiNodes OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 4294967295 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of iSCSI Storage Nodes associated with this Entity." ::= { isnsRegEntityNumObjectsEntry 3 } isnsRegEntityInfoNumFcPorts OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 4294967295 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of FC Ports associated with this Entity." ::= { isnsRegEntityNumObjectsEntry 4 } isnsRegEntityInfoNumFcNodes OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 4294967295 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of FC Nodes associated with this Entity." ::= { isnsRegEntityNumObjectsEntry 5 } -- -- iSNS Registered Portal Information -- isnsRegPortalInfo OBJECT IDENTIFIER ::= { isnsReg 2 } -- -- iSNS Registered Portal Table -- isnsRegPortalTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsRegPortalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing the registered Portals in the iSNS. The number of entries is dependent on the number of Portals registered in the iSNS." Gibbons Expires April 2007 41 Internet Draft iSNS MIB October 2006 ::= { isnsRegPortalInfo 1 } isnsRegPortalEntry OBJECT-TYPE SYNTAX IsnsRegPortalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." INDEX { isnsServerIndex, isnsRegEntityIndex, isnsRegPortalPortalIndex } ::= { isnsRegPortalTable 1 } IsnsRegPortalEntry ::= SEQUENCE { isnsRegPortalPortalIndex IsnsPortalIndexId, isnsRegPortalAddressType InetAddressType, isnsRegPortalAddress InetAddress, isnsRegPortalPortType IsnsPortalPortTypeId, isnsRegPortalPort InetPortNumber, isnsRegPortalSymbolicName SnmpAdminString, isnsRegPortalEsiInterval Unsigned32, isnsRegPortalEsiPortType IsnsPortalPortTypeId, isnsRegPortalEsiPort InetPortNumber, isnsRegPortalScnPortType IsnsPortalPortTypeId, isnsRegPortalScnPort InetPortNumber, isnsRegPortalSecurityInfo IsnsPortalSecurityType } isnsRegPortalPortalIndex OBJECT-TYPE SYNTAX IsnsPortalIndexId MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." REFERENCE "RFC4171, Section 6" ::= { isnsRegPortalEntry 1 } isnsRegPortalAddressType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS read-only STATUS current DESCRIPTION Gibbons Expires April 2007 42 Internet Draft iSNS MIB October 2006 "The type of Inet address in isnsRegPortalAddress." ::= { isnsRegPortalEntry 2 } isnsRegPortalAddress OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The Inet Address for this Portal as defined in the iSNS Specification, RFC4171." REFERENCE "RFC4171, Section 6" ::= { isnsRegPortalEntry 3 } isnsRegPortalPortType OBJECT-TYPE SYNTAX IsnsPortalPortTypeId MAX-ACCESS read-only STATUS current DESCRIPTION "The port type for this Portal, either UDP or TCP, as defined in the iSNS Specification, RFC4171." REFERENCE "RFC4171, Section 6" ::= { isnsRegPortalEntry 4 } isnsRegPortalPort OBJECT-TYPE SYNTAX InetPortNumber MAX-ACCESS read-only STATUS current DESCRIPTION "The port number for this Portal as defined in the iSNS Specification, RFC4171. Whether the Portal type is TCP or UDP is indicated by isnsRegPortalPortType." REFERENCE "RFC4171, Section 6" ::= { isnsRegPortalEntry 5 } isnsRegPortalSymbolicName OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "The optional Symbolic Name for this Portal as defined in the iSNS Specification, RFC4171. If not provided then the string SHALL be zero-length." REFERENCE "RFC4171, Section 6" ::= { isnsRegPortalEntry 6 } isnsRegPortalEsiInterval OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 4294967295 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The Entity Status Inquiry (ESI) Interval for this Portal as defined in the iSNS Specification, RFC4171." Gibbons Expires April 2007 43 Internet Draft iSNS MIB October 2006 REFERENCE "RFC4171, Section 6" ::= { isnsRegPortalEntry 7 } isnsRegPortalEsiPortType OBJECT-TYPE SYNTAX IsnsPortalPortTypeId MAX-ACCESS read-only STATUS current DESCRIPTION "The port type for the ESI Port, either UDP or TCP, as defined in the iSNS Specification, RFC4171." REFERENCE "RFC4171, Section 6" ::= { isnsRegPortalEntry 8 } isnsRegPortalEsiPort OBJECT-TYPE SYNTAX InetPortNumber MAX-ACCESS read-only STATUS current DESCRIPTION "The TCP or UDP port number used for ESI monitoring. Whether the port type is TCP or UDP is indicated by isnsRegPortalEsiPortType." REFERENCE "RFC4171, Section 6" ::= { isnsRegPortalEntry 9 } isnsRegPortalScnPortType OBJECT-TYPE SYNTAX IsnsPortalPortTypeId MAX-ACCESS read-only STATUS current DESCRIPTION "The port type for the SCN Port, either UDP or TCP, as defined in the iSNS Specification, RFC4171." REFERENCE "RFC4171, Section 6" ::= { isnsRegPortalEntry 10 } isnsRegPortalScnPort OBJECT-TYPE SYNTAX InetPortNumber MAX-ACCESS read-only STATUS current DESCRIPTION "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 isnsRegPortalScnPortType." REFERENCE "RFC4171, Section 6" ::= { isnsRegPortalEntry 11 } isnsRegPortalSecurityInfo OBJECT-TYPE SYNTAX IsnsPortalSecurityType MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates security attribute settings for the Portal as registered in iSNS server. The bit for bitmapVALID must Gibbons Expires April 2007 44 Internet Draft iSNS MIB October 2006 be set in order for this attribute to contain valid information. Setting a bit to 1 indicates the feature is enabled." REFERENCE "RFC4171, Section 6.3.9" ::= { isnsRegPortalEntry 12 } -- -- iSNS Registered Portal Group Information -- isnsRegPortalGroupInfo OBJECT IDENTIFIER ::= { isnsReg 3 } -- -- iSNS Registered Portal Group (PG) Table -- isnsRegPgTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsRegPgEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." ::= { isnsRegPortalGroupInfo 1 } isnsRegPgEntry OBJECT-TYPE SYNTAX IsnsRegPgEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." INDEX { isnsServerIndex, isnsRegEntityIndex, isnsRegPgIndex } ::= { isnsRegPgTable 1 } IsnsRegPgEntry ::= SEQUENCE { isnsRegPgIndex IsnsPortalGroupIndexId, isnsRegPgIscsiNodeIndex IsnsNodeIndexId, isnsRegPgIscsiName SnmpAdminString, isnsRegPgPortalPortalIndex IsnsPortalIndexId, isnsRegPgPortalAddressType InetAddressType, isnsRegPgPortalAddress InetAddress, isnsRegPgPortalPortType IsnsPortalPortTypeId, isnsRegPgPortalPort InetPortNumber, Gibbons Expires April 2007 45 Internet Draft iSNS MIB October 2006 isnsRegPgPGT IsnsPortalGroupTagIdOrNull } isnsRegPgIndex OBJECT-TYPE SYNTAX IsnsPortalGroupIndexId MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." REFERENCE "RFC4171, Section 6" ::= { isnsRegPgEntry 1 } isnsRegPgIscsiNodeIndex OBJECT-TYPE SYNTAX IsnsNodeIndexId MAX-ACCESS read-only STATUS current DESCRIPTION "The iSCSI Node Index for the node associated with this PG. This index can be used to reference the isnsRegIscsiNodeTable." REFERENCE "RFC4171, Section 6" ::= { isnsRegPgEntry 2 } isnsRegPgIscsiName OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..223)) MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { isnsRegPgEntry 3 } isnsRegPgPortalPortalIndex OBJECT-TYPE SYNTAX IsnsPortalIndexId MAX-ACCESS read-only STATUS current DESCRIPTION "The Portal Index for the Portal associated with this PG. This index can be used to reference the isnsRegPortalTable." ::= { isnsRegPgEntry 4 } isnsRegPgPortalAddressType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS read-only Gibbons Expires April 2007 46 Internet Draft iSNS MIB October 2006 STATUS current DESCRIPTION "The type of Inet address in isnsRegPgPortalAddress." ::= { isnsRegPgEntry 5 } isnsRegPgPortalAddress OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The Inet Address for the Portal that is associated with the PG." REFERENCE "RFC4171, Section 6" ::= { isnsRegPgEntry 6 } isnsRegPgPortalPortType OBJECT-TYPE SYNTAX IsnsPortalPortTypeId MAX-ACCESS read-only STATUS current DESCRIPTION "The port type, either UDP or TCP, for the Portal that is associated with this registered PG object." REFERENCE "RFC4171, Section 6" ::= { isnsRegPgEntry 7 } isnsRegPgPortalPort OBJECT-TYPE SYNTAX InetPortNumber MAX-ACCESS read-only STATUS current DESCRIPTION "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 isnsRegPgPortalPortType." REFERENCE "RFC4171, Section 6" ::= { isnsRegPgEntry 8 } isnsRegPgPGT OBJECT-TYPE SYNTAX IsnsPortalGroupTagIdOrNull MAX-ACCESS read-only STATUS current DESCRIPTION "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, RFC3720. A PGT with no association is a NULL value. The value of -1 indicates a NULL value." REFERENCE "RFC4171, Section 6, and RFC3720" ::= { isnsRegPgEntry 9 } -- Gibbons Expires April 2007 47 Internet Draft iSNS MIB October 2006 -- iSNS Registered iSCSI Node Information -- isnsRegIscsiNodeInfo OBJECT IDENTIFIER ::= { isnsReg 4 } -- -- iSNS Registered iSCSI Node Table -- isnsRegIscsiNodeTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsRegIscsiNodeEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." ::= { isnsRegIscsiNodeInfo 1 } isnsRegIscsiNodeEntry OBJECT-TYPE SYNTAX IsnsRegIscsiNodeEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information on one iSCSI node that has been registered in the iSNS Server instance. New rows cannot be added using SNMP." INDEX { isnsServerIndex, isnsRegEntityIndex, isnsRegIscsiNodeIndex } ::= { isnsRegIscsiNodeTable 1 } IsnsRegIscsiNodeEntry ::= SEQUENCE { isnsRegIscsiNodeIndex IsnsNodeIndexId, isnsRegIscsiNodeName SnmpAdminString, isnsRegIscsiNodeType IsnsIscsiNodeType, isnsRegIscsiNodeAlias SnmpAdminString, isnsRegIscsiNodeScnTypes IsnsIscsiScnType, isnsRegIscsiNodeWwnToken FcNameIdOrZero, isnsRegIscsiNodeAuthMethod SnmpAdminString } isnsRegIscsiNodeIndex OBJECT-TYPE SYNTAX IsnsNodeIndexId MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Node Index for this node. The index is created by the iSNS Server for mapping between registered objects. The Gibbons Expires April 2007 48 Internet Draft iSNS MIB October 2006 index used for a specific node name is only persistent across reboots for nodes that have been registered in a Discovery Domain (DD). If a node is not registered in any DD, then the index used for a node can change after a server reinitialization." REFERENCE "RFC4171, Section 6" ::= { isnsRegIscsiNodeEntry 1 } isnsRegIscsiNodeName OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..223)) MAX-ACCESS read-only STATUS current DESCRIPTION "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." REFERENCE "RFC4171, Section 6" ::= { isnsRegIscsiNodeEntry 2 } isnsRegIscsiNodeType OBJECT-TYPE SYNTAX IsnsIscsiNodeType MAX-ACCESS read-only STATUS current DESCRIPTION "The Node Type defining the functions of this iSCSI node." ::= { isnsRegIscsiNodeEntry 3 } isnsRegIscsiNodeAlias OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "The Alias name of the iSCSI node. This is a variable-length text-based description of up to 255 bytes." REFERENCE "RFC4171, Section 6" ::= { isnsRegIscsiNodeEntry 4 } isnsRegIscsiNodeScnTypes OBJECT-TYPE SYNTAX IsnsIscsiScnType MAX-ACCESS read-only STATUS current DESCRIPTION "The State Change Notification (SCN) types enabled for this iSCSI node." REFERENCE "RFC4171, Section 6.4.4" ::= { isnsRegIscsiNodeEntry 5 } isnsRegIscsiNodeWwnToken OBJECT-TYPE SYNTAX FcNameIdOrZero Gibbons Expires April 2007 49 Internet Draft iSNS MIB October 2006 MAX-ACCESS read-only STATUS current DESCRIPTION "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 RFC4171. The value of zero for this managed object indicates that a Node WWN token has not been assigned." REFERENCE "RFC4171, Section 6" ::= { isnsRegIscsiNodeEntry 6 } isnsRegIscsiNodeAuthMethod OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "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 RFC3720 - iSCSI. Additional vendor-specific text values are also possible." REFERENCE "RFC4171, Section 6, and RFC3720" ::= { isnsRegIscsiNodeEntry 7 } -- -- iSNS Registered FC Port Information -- isnsRegFcPortInfo OBJECT IDENTIFIER ::= { isnsReg 5 } -- -- iSNS Registered FC Port Table -- isnsRegFcPortTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsRegFcPortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information on registered FC N_Ports in the iSNS. This supports iFCP as defined in RFC4172." REFERENCE "RFC4172, Section 4" ::= { isnsRegFcPortInfo 1 } isnsRegFcPortEntry OBJECT-TYPE SYNTAX IsnsRegFcPortEntry Gibbons Expires April 2007 50 Internet Draft iSNS MIB October 2006 MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information on one FC Port that has been registered in iSNS." REFERENCE "RFC4172, Section 4" INDEX { isnsServerIndex, isnsRegEntityIndex, isnsRegFcPortWwpn } ::= { isnsRegFcPortTable 1 } IsnsRegFcPortEntry ::= SEQUENCE { isnsRegFcPortWwpn FcNameIdOrZero, isnsRegFcPortID FcAddressIdOrZero, isnsRegFcPortType Unsigned32, isnsRegFcPortSymbolicName SnmpAdminString, isnsRegFcPortFabricPortWwn FcNameIdOrZero, isnsRegFcPortHA FcAddressIdOrZero, isnsRegFcPortAddressType InetAddressType, isnsRegFcPortAddress InetAddress, isnsRegFcPortFcCos IsnsFcClassOfServiceType, isnsRegFcPortFc4Types OCTET STRING, isnsRegFcPortFc4Descr OCTET STRING, isnsRegFcPortFc4Features OCTET STRING, isnsRegFcPortScnTypes IsnsIfcpScnType, isnsRegFcPortRole IsnsFcPortRoleType, isnsRegFcPortFcNodeWwn FcNameIdOrZero, isnsRegFcPortPpnWwn FcNameIdOrZero } isnsRegFcPortWwpn OBJECT-TYPE SYNTAX FcNameIdOrZero MAX-ACCESS not-accessible STATUS current DESCRIPTION "The FC Port's World Wide Port Name as defined in the iSNS Specification, RFC4171. The value of zero is not valid for this managed object." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcPortEntry 1 } isnsRegFcPortID OBJECT-TYPE SYNTAX FcAddressIdOrZero MAX-ACCESS read-only STATUS current DESCRIPTION "The FC Port's Port ID as defined in the iSNS Specification, RFC4171." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcPortEntry 2 } isnsRegFcPortType OBJECT-TYPE Gibbons Expires April 2007 51 Internet Draft iSNS MIB October 2006 SYNTAX Unsigned32 ( 0 .. 65535 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The FC Port Port Type as defined in the iSNS Specification, RFC4171, and the Fibre Channel Generic Services 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) The future assignment of any additional values will be documented in a revision of RFC4171." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcPortEntry 3 } isnsRegFcPortSymbolicName OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "The optional FC Port Port Symbolic Name as defined in the iSNS Specification, RFC4171. If not provided then the string SHALL be zero-length." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcPortEntry 4 } isnsRegFcPortFabricPortWwn OBJECT-TYPE SYNTAX FcNameIdOrZero MAX-ACCESS read-only STATUS current DESCRIPTION "The Fabric Port WWN for this entry as defined in the iSNS Specification, RFC4171. 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." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcPortEntry 5 } isnsRegFcPortHA OBJECT-TYPE SYNTAX FcAddressIdOrZero MAX-ACCESS read-only STATUS current DESCRIPTION "The FC Port Hard Address as defined in the iSNS Gibbons Expires April 2007 52 Internet Draft iSNS MIB October 2006 Specification, RFC4171." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcPortEntry 6 } isnsRegFcPortAddressType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS read-only STATUS current DESCRIPTION "The type of Inet address in the isnsRegFcPortAddress." ::= { isnsRegFcPortEntry 7 } isnsRegFcPortAddress OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The FC Port Inet Address as defined in the iSNS Specification, RFC4171." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcPortEntry 8 } isnsRegFcPortFcCos OBJECT-TYPE SYNTAX IsnsFcClassOfServiceType MAX-ACCESS read-only STATUS current DESCRIPTION "The FC Port Class of Service as defined in the iSNS Specification, RFC4171." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcPortEntry 9 } isnsRegFcPortFc4Types OBJECT-TYPE SYNTAX OCTET STRING (SIZE (32)) MAX-ACCESS read-only STATUS current DESCRIPTION "The FC Port FC-4 Types as defined in the iSNS Specification, RFC4171." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcPortEntry 10 } isnsRegFcPortFc4Descr OBJECT-TYPE SYNTAX OCTET STRING(SIZE(0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "The FC Port FC-4 Descriptors as defined in the iSNS Specification, RFC4171." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcPortEntry 11 } Gibbons Expires April 2007 53 Internet Draft iSNS MIB October 2006 isnsRegFcPortFc4Features OBJECT-TYPE SYNTAX OCTET STRING (SIZE (128)) MAX-ACCESS read-only STATUS current DESCRIPTION "The FC Port FC-4 Features as defined in the iSNS Specification, RFC4171." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcPortEntry 12 } isnsRegFcPortScnTypes OBJECT-TYPE SYNTAX IsnsIfcpScnType MAX-ACCESS read-only STATUS current DESCRIPTION "The iFCP State Change Notification (SCN) types enabled for the registered object." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcPortEntry 13 } isnsRegFcPortRole OBJECT-TYPE SYNTAX IsnsFcPortRoleType MAX-ACCESS read-only STATUS current DESCRIPTION "The FC Port Role defines the role of the registered object." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcPortEntry 14 } isnsRegFcPortFcNodeWwn OBJECT-TYPE SYNTAX FcNameIdOrZero MAX-ACCESS read-only STATUS current DESCRIPTION "The FC Node WWN of the FC Node that has been associated with this FC Port as defined in the iSNS Specification, RFC4171. This managed object may contain the value of zero prior to a device registering this value with the iSNS Server." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcPortEntry 15 } isnsRegFcPortPpnWwn OBJECT-TYPE SYNTAX FcNameIdOrZero MAX-ACCESS read-only STATUS current DESCRIPTION "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 Gibbons Expires April 2007 54 Internet Draft iSNS MIB October 2006 to the FC Port Name WWPN of the first Storage Node, as defined in the iSNS Specification, RFC4171. This managed object may contain the value of zero prior to a device registering this value with the iSNS Server" REFERENCE "RFC4171, Section 6" ::= { isnsRegFcPortEntry 16 } -- -- iSNS Registered FC Node Information -- isnsRegFcNodeInfo OBJECT IDENTIFIER ::= { isnsReg 6 } -- -- iSNS Registered FC Node Table -- isnsRegFcNodeTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsRegFcNodeEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing the registered FC Nodes in the iSNS." ::= { isnsRegFcNodeInfo 1 } isnsRegFcNodeEntry OBJECT-TYPE SYNTAX IsnsRegFcNodeEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information on one registered FC node that has been regisered in the iSNS." INDEX { isnsServerIndex, isnsRegFcNodeWwn } ::= { isnsRegFcNodeTable 1 } IsnsRegFcNodeEntry ::= SEQUENCE { isnsRegFcNodeWwn FcNameIdOrZero, isnsRegFcNodeSymbolicName SnmpAdminString, isnsRegFcNodeAddressType InetAddressType, isnsRegFcNodeAddress InetAddress, isnsRegFcNodeIPA OCTET STRING, isnsRegFcNodeProxyIscsiName SnmpAdminString } isnsRegFcNodeWwn OBJECT-TYPE SYNTAX FcNameIdOrZero MAX-ACCESS not-accessible STATUS current DESCRIPTION "The FC Node World Wide Node Name as defined in the iSNS Specification, RFC4171. The value of zero is not valid for Gibbons Expires April 2007 55 Internet Draft iSNS MIB October 2006 this managed object." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcNodeEntry 1 } isnsRegFcNodeSymbolicName OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "The optional FC Node Symbolic Name of the node as defined in the iSNS Specification, RFC4171. This is a variable-length text-based description. If not provided then the string SHALL be zero-length." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcNodeEntry 2 } isnsRegFcNodeAddressType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS read-only STATUS current DESCRIPTION "The type of Inet address in isnsRegFcNodeAddress." ::= { isnsRegFcNodeEntry 3 } isnsRegFcNodeAddress OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The FC Node Inet address of the node as defined in the iSNS Specification, RFC4171." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcNodeEntry 4 } isnsRegFcNodeIPA OBJECT-TYPE SYNTAX OCTET STRING (SIZE(8)) MAX-ACCESS read-only STATUS current DESCRIPTION "This managed object identifies the FC Initial Process Associator of the node as defined in the iSNS Specification, RFC4171." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcNodeEntry 5 } isnsRegFcNodeProxyIscsiName OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..223)) MAX-ACCESS read-only STATUS current DESCRIPTION "The iSCSI Name used to represent the FC Node in the IP network. It is used as a pointer to the matching iSCSI Name Gibbons Expires April 2007 56 Internet Draft iSNS MIB October 2006 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." REFERENCE "RFC4171, Section 6" ::= { isnsRegFcNodeEntry 6 } -- -- Basic information for the registered FC Node object -- isnsRegFcNodeInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF IsnsRegFcNodeInfoEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." REFERENCE "RFC4172, Section 4" ::= { isnsRegFcNodeInfo 2 } isnsRegFcNodeInfoEntry OBJECT-TYPE SYNTAX IsnsRegFcNodeInfoEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information on one FC Node that has been registered in the iSNS." INDEX { isnsServerIndex, isnsRegFcNodeWwn } ::= { isnsRegFcNodeInfoTable 1 } IsnsRegFcNodeInfoEntry ::= SEQUENCE { isnsRegFcNodeInfoNumFcPorts Unsigned32 } isnsRegFcNodeInfoNumFcPorts OBJECT-TYPE SYNTAX Unsigned32 ( 0 .. 4294967295 ) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of FC Ports associated with this FC Node." ::= { isnsRegFcNodeInfoEntry 1 } -- -- Mapping from FC Node to Entity - FC Port -- isnsRegFcNodePortTable OBJECT-TYPE Gibbons Expires April 2007 57 Internet Draft iSNS MIB October 2006 SYNTAX SEQUENCE OF IsnsRegFcNodePortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing the mapping of registered FC Nodes to associated registered iFCP Ports and registered Entity objects in the iSNS Server instance." ::= { isnsRegFcNodeInfo 3 } isnsRegFcNodePortEntry OBJECT-TYPE SYNTAX IsnsRegFcNodePortEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Information on one mapping from an FC Port and Entity to an FC node registered in the iSNS." INDEX { isnsServerIndex, isnsRegFcNodeWwn, isnsRegFcPortWwpn } ::= { isnsRegFcNodePortTable 1 } IsnsRegFcNodePortEntry ::= SEQUENCE { isnsRegFcNodePortEntityIndex IsnsEntityIndexId } isnsRegFcNodePortEntityIndex OBJECT-TYPE SYNTAX IsnsEntityIndexId MAX-ACCESS read-only STATUS current DESCRIPTION "The Entity Index for the registered Entity object associated with the FC Port and FC Node." ::= { isnsRegFcNodePortEntry 1 } -- -- iSNS Notifications Information ----------------- -- isnsNotificationsInfo OBJECT IDENTIFIER ::= { isnsObjects 2 } isnsInstanceInfo OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..80)) MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Textual information about the notification event and the iSNS Server generating the notification. An example is: iSNS Server Started." ::= { isnsNotificationsInfo 1 } Gibbons Expires April 2007 58 Internet Draft iSNS MIB October 2006 isnsAddressTypeNotification OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "The type of Inet address in isnsAddressNotification." ::= { isnsNotificationsInfo 2 } isnsAddressNotification OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Identifies the IP address of the iSNS Server." ::= { isnsNotificationsInfo 3 } isnsTcpPortNotification OBJECT-TYPE SYNTAX InetPortNumber MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Indicates the TCP port the iSNS Server is using, or 0 if TCP based registrations are not supported." ::= { isnsNotificationsInfo 4 } isnsUdpPortNotification OBJECT-TYPE SYNTAX InetPortNumber MAX-ACCESS accessible-for-notify STATUS current DESCRIPTION "Indicates the UDP port the iSNS Server is using, or 0 if UDP based registrations are not supported." ::= { isnsNotificationsInfo 5 } -- -- iSNS Notification Block ----------------- -- isnsServerStart NOTIFICATION-TYPE OBJECTS { isnsInstanceInfo, isnsAddressTypeNotification, isnsAddressNotification, isnsTcpPortNotification, isnsUdpPortNotification } STATUS current DESCRIPTION "This notification is sent when an iSNS Server begins operation. The notification provides the following: isnsInstanceInfo : iSNS Server textual information isnsAddressTypeNotification : iSNS Server address type Gibbons Expires April 2007 59 Internet Draft iSNS MIB October 2006 isnsAddressNotification : iSNS Server address isnsTcpPortNotification : iSNS Server TCP Port isnsUdpPortNotification : iSNS Server UDP Port " ::= { isnsNotifications 1 } isnsServerShutdown NOTIFICATION-TYPE OBJECTS { isnsInstanceInfo, isnsAddressTypeNotification, isnsAddressNotification, isnsTcpPortNotification, isnsUdpPortNotification } STATUS current DESCRIPTION "This notification is sent when an iSNS Server is shutdown. The notification provides the following: isnsInstanceInfo : iSNS Server textual information isnsAddressTypeNotification : iSNS Server address type isnsAddressNotification : iSNS Server address isnsTcpPortNotification : iSNS Server TCP Port isnsUdpPortNotification : iSNS Server UDP Port " ::= { isnsNotifications 2 } ------------------------------------------------------------ -- -- Compliance Information -- isnsCompliances OBJECT IDENTIFIER ::= { isnsConformance 1 } isnsIscsiServerCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "Initial compliance statement for an iSNS Server providing support to iSCSI clients." MODULE -- this module MANDATORY-GROUPS { isnsServerAttributesGroup, isnsServerIscsiControlNodeGroup, isnsServerIscsiDdsDdObjGroup, isnsServerRegIscsiObjGroup, isnsServerNumObjectsGroup, isnsNotificationsObjGroup, isnsServerNotificationGroup } ::= { isnsCompliances 1 } isnsIfcpServerCompliance MODULE-COMPLIANCE STATUS current Gibbons Expires April 2007 60 Internet Draft iSNS MIB October 2006 DESCRIPTION "Initial compliance statement for an iSNS Server providing support to iFCP Clients." MODULE -- this module MANDATORY-GROUPS { isnsServerAttributesGroup, isnsServerIfcpPortControlNodeGroup, isnsServerIfcpDdsDdObjGroup, isnsServerRegIfcpObjGroup, isnsServerNumObjectsGroup, isnsNotificationsObjGroup, isnsServerNotificationGroup } ::= { isnsCompliances 2 } isnsGroups OBJECT IDENTIFIER ::= { isnsConformance 2 } isnsServerAttributesGroup OBJECT-GROUP OBJECTS { isnsServerName, isnsServerIsnsVersion, isnsServerVendorInfo, isnsServerPhysicalIndex, isnsServerTcpPort, isnsServerUdpPort, isnsServerDiscontinuityTime, isnsServerRole, isnsServerDiscoveryMethodsEnabled, isnsServerDiscoveryMcGroupType, isnsServerDiscoveryMcGroupAddress, isnsServerEsiNonResponseThreshold, isnsServerEnableControlNodeMgtScn, isnsServerDefaultDdDdsStatus, isnsServerUpdateDdDdsSupported, isnsServerUpdateDdDdsEnabled } STATUS current DESCRIPTION "iSNS Server attributes." ::= { isnsGroups 1 } isnsServerNumObjectsGroup OBJECT-GROUP OBJECTS { isnsNumDds, isnsNumDd, isnsNumEntities, isnsNumPortals, isnsNumPortalGroups, isnsNumIscsiNodes, isnsNumFcPorts, isnsNumFcNodes, isnsRegEntityInfoNumPortals, Gibbons Expires April 2007 61 Internet Draft iSNS MIB October 2006 isnsRegEntityInfoNumPortalGroups, isnsRegEntityInfoNumIscsiNodes, isnsRegEntityInfoNumFcPorts, isnsRegEntityInfoNumFcNodes, isnsRegFcNodeInfoNumFcPorts } STATUS current DESCRIPTION "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." ::= { isnsGroups 2 } isnsServerIscsiControlNodeGroup OBJECT-GROUP OBJECTS { isnsControlNodeIscsiNodeName, isnsControlNodeIscsiIsRegistered } STATUS current DESCRIPTION "iSNS Server iSCSI control node managed objects." ::= { isnsGroups 3 } isnsServerIfcpPortControlNodeGroup OBJECT-GROUP OBJECTS { isnsControlNodeFcPortIsRegistered } STATUS current DESCRIPTION "iSNS Server iFCP Port control node managed objects." ::= { isnsGroups 4 } isnsServerIscsiDdsDdObjGroup OBJECT-GROUP OBJECTS { isnsDdsSymbolicName, isnsDdsStatus, isnsDdsMemberSymbolicName, isnsDdSymbolicName, isnsDdFeatures, isnsDdMemberIscsiName, isnsDdMemberIsRegistered, isnsDdMemberPortalAddressType, isnsDdMemberPortalAddress, isnsDdMemberPortalPortType, isnsDdMemberPortalPort, isnsDdMemberPortalIsRegistered } STATUS current DESCRIPTION "iSNS Server DDS and DD managed objects for iSCSI." ::= { isnsGroups 5 } Gibbons Expires April 2007 62 Internet Draft iSNS MIB October 2006 isnsServerIfcpDdsDdObjGroup OBJECT-GROUP OBJECTS { isnsDdsSymbolicName, isnsDdsStatus, isnsDdSymbolicName, isnsDdFeatures, isnsDdMemberPortalAddressType, isnsDdMemberPortalAddress, isnsDdMemberPortalPortType, isnsDdMemberPortalPort, isnsDdMemberPortalIsRegistered, isnsDdMemberFcIsRegistered } STATUS current DESCRIPTION "iSNS Server DDS and DD managed objects for iFCP." ::= { isnsGroups 6 } isnsServerRegIscsiObjGroup OBJECT-GROUP OBJECTS { isnsRegEntityEID, isnsRegEntityProtocol, isnsRegEntityManagementAddressType, isnsRegEntityManagementAddress, isnsRegEntityTimestamp, isnsRegEntityVersionMin, isnsRegEntityVersionMax, isnsRegEntityRegistrationPeriod, isnsRegEntityInfoNumPortals, isnsRegEntityInfoNumPortalGroups, isnsRegEntityInfoNumIscsiNodes, isnsRegEntityInfoNumFcPorts, isnsRegEntityInfoNumFcNodes, isnsRegPortalAddressType, isnsRegPortalAddress, isnsRegPortalPortType, isnsRegPortalPort, isnsRegPortalSymbolicName, isnsRegPortalEsiInterval, isnsRegPortalEsiPortType, isnsRegPortalEsiPort, isnsRegPortalScnPortType, isnsRegPortalScnPort, isnsRegPortalSecurityInfo, isnsRegPgIscsiNodeIndex, isnsRegPgIscsiName, isnsRegPgPortalPortalIndex, isnsRegPgPortalAddressType, isnsRegPgPortalAddress, isnsRegPgPortalPortType, isnsRegPgPortalPort, Gibbons Expires April 2007 63 Internet Draft iSNS MIB October 2006 isnsRegPgPGT, isnsRegIscsiNodeName, isnsRegIscsiNodeType, isnsRegIscsiNodeAlias, isnsRegIscsiNodeScnTypes, isnsRegIscsiNodeWwnToken, isnsRegIscsiNodeAuthMethod } STATUS current DESCRIPTION "iSNS Server registered iSCSI managed objects." ::= { isnsGroups 7 } isnsServerRegIfcpObjGroup OBJECT-GROUP OBJECTS { isnsRegEntityEID, isnsRegEntityProtocol, isnsRegEntityManagementAddressType, isnsRegEntityManagementAddress, isnsRegEntityTimestamp, isnsRegEntityVersionMin, isnsRegEntityVersionMax, isnsRegEntityRegistrationPeriod, isnsRegEntityInfoNumPortals, isnsRegEntityInfoNumPortalGroups, isnsRegEntityInfoNumIscsiNodes, isnsRegEntityInfoNumFcPorts, isnsRegEntityInfoNumFcNodes, isnsRegPortalAddressType, isnsRegPortalAddress, isnsRegPortalPortType, isnsRegPortalPort, isnsRegPortalSymbolicName, isnsRegPortalEsiInterval, isnsRegPortalEsiPortType, isnsRegPortalEsiPort, isnsRegPortalScnPortType, isnsRegPortalScnPort, isnsRegPortalSecurityInfo, isnsRegFcPortID, isnsRegFcPortType, isnsRegFcPortSymbolicName, isnsRegFcPortFabricPortWwn, isnsRegFcPortHA, isnsRegFcPortAddressType, isnsRegFcPortAddress, isnsRegFcPortFcCos, isnsRegFcPortFc4Types, isnsRegFcPortFc4Descr, isnsRegFcPortFc4Features, isnsRegFcPortScnTypes, isnsRegFcPortRole, Gibbons Expires April 2007 64 Internet Draft iSNS MIB October 2006 isnsRegFcPortFcNodeWwn, isnsRegFcPortPpnWwn, isnsRegFcNodeSymbolicName, isnsRegFcNodeAddressType, isnsRegFcNodeAddress, isnsRegFcNodeIPA, isnsRegFcNodeProxyIscsiName, isnsRegFcNodePortEntityIndex } STATUS current DESCRIPTION "iSNS Server registered iFCP managed objects." ::= { isnsGroups 8 } isnsNotificationsObjGroup OBJECT-GROUP OBJECTS { isnsInstanceInfo, isnsAddressTypeNotification, isnsAddressNotification, isnsTcpPortNotification, isnsUdpPortNotification } STATUS current DESCRIPTION "iSNS Notification managed objects." ::= { isnsGroups 9 } isnsServerNotificationGroup NOTIFICATION-GROUP NOTIFICATIONS { isnsServerStart, isnsServerShutdown } STATUS current DESCRIPTION "iSNS Server Notification managed objects." ::= { isnsGroups 10 } END -- -- Copyright (C) The Internet Society (2006). -- -- This document is subject to the rights, licenses and restrictions -- contained in BCP 78, and except as set forth therein, the authors -- retain all their rights. -- -- Disclaimer of Validity -- -- This document and the information contained herein are provided on -- an "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE -- REPRESENTS OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE -- INTERNET ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR -- IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF -- THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED -- WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. -- -- Acknowledgment -- -- -- Gibbons Expires April 2007 69 -- Internet Draft iSNS MIB October 2006 -- -- Funding for the RFC Editor function is currently provided by the -- Internet Society. -- -- Expiration Notice -- This Internet-Draft expires in April 2007. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Gibbons Expires April 2007 70