T11-GS-SERVER-SESSION-MIB

File: T11-GS-SERVER-SESSION-MIB.mib (13421 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF FC-MGMT-MIB
T11-TC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE mib-2
MODULE-COMPLIANCE OBJECT-GROUP fcmInstanceIndex
fcmSwitchIndex T11FabricIndex

Defined Types

T11GssSessionEntry  
SEQUENCE    
  t11GssSessionFabricIndex T11FabricIndex
  t11GssSessionOwnerType INTEGER
  t11GssSessionOwner OCTET STRING
  t11GssSessionControl INTEGER
  t11GssSessionCommitResult INTEGER

Defined Values

t11GsServerSessionMIB 1.3.6.1.2.1.1
The MIB module for the management of Fibre Channel Server Sessions as defined generically in FC-GS-5 to represent a collection of one or more requests for the session's server. Such a session is started by a Server Session Begin (SSB) request and terminated by a Server Session End (SSE) request. In particular, GS-5 Server Sessions are used by Enhanced Zoning Management.
MODULE-IDENTITY    

t11GssMIBObjects 1.3.6.1.2.1.1.1
OBJECT IDENTIFIER    

t11GssMIBConformance 1.3.6.1.2.1.1.2
OBJECT IDENTIFIER    

t11GssMIBNotifications 1.3.6.1.2.1.1.0
OBJECT IDENTIFIER    

t11GssConfiguration 1.3.6.1.2.1.1.1.1
OBJECT IDENTIFIER    

t11GssSessionTable 1.3.6.1.2.1.1.1.1.1
A table containing information about the active GS-5 Server sessions on one or more switches on all fabrics known to those switches.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    T11GssSessionEntry

t11GssSessionEntry 1.3.6.1.2.1.1.1.1.1.1
Each entry contains information specific to a GS-5 Server session for a particular fabric on a particular switch (identified by values of fcmInstanceIndex and fcmSwitchIndex). Note that each switch can have at most one Server session per fabric. Several different types of Servers are defined in FC-GS-5. The behavior of a Server with respect to commands received within a Server session is specified for each type of Server. For some types, parameter changes can only be made within the context of a session. That is, some types of changes can only made while a session is established. So, in order to make such changes via an SNMP SetRequest, some types of Servers require that a corresponding entry in this table exist, and in such cases, the required entry in this table is created implicitly (by the agent on receipt of the SetRequest) as and when necessary, with t11GssSessionOwnerType having a value of 'snmp'.
Status: current Access: not-accessible
OBJECT-TYPE    
  T11GssSessionEntry  

t11GssSessionFabricIndex 1.3.6.1.2.1.1.1.1.1.1.1
A unique index value which uniquely identifies a particular fabric. In a fabric conformant to FC-SW-4, multiple Virtual Fabrics can operate within one (or more) physical infrastructures, and this index value is used to uniquely identify a particular (physical or virtual) fabric within a physical infrastructure. In a fabric conformant to versions earlier than FC-SW-4, only a single fabric could operate within a physical infrastructure, and thus, the value of this fabric index was defined to always be 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  T11FabricIndex  

t11GssSessionOwnerType 1.3.6.1.2.1.1.1.1.1.1.2
This object specifies the owner type for this session: other - none of the following. gsClient - a Fibre Channel Generic Services (e.g., GS-5) client. cli - Command Line Interface (CLI). snmp - this session was established due to an SNMP SetRequest.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), gsClient(2), cli(3), snmp(4)  

t11GssSessionOwner 1.3.6.1.2.1.1.1.1.1.1.3
This object specifies the owner for this session. If the value of the corresponding instance of t11GssSessionOwnerType is 'gs5Client', this object will contain the FC_ID of the GS-5 client which issued the Server Session Begin (SSB) which initiated this session. If the value of the corresponding instance of t11GssSessionOwnerType object is 'cli', this object will contain the user name of the CLI (Command Line Interface) user on whose behalf the session was setup. If the value of the corresponding instance of t11GssSessionOwnerType is 'snmp', this object will contain the source IP address of the SNMP SetRequests which initiated the setup of this session, in the form: for IPv4, n.n.n.n, or, for IPv6, in any of the three conventional forms listed in section 2.2 of RFC 3513.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..64)  

t11GssSessionControl 1.3.6.1.2.1.1.1.1.1.1.4
This object can not be modified unless the corresponding instance of t11GssSessionOwnerType has the value 'snmp', and even then, only by the SNMP entity identified by the value of t11GssSessionOwner. A particular Server may impose additional constraints, e.g., a Zone Server will reject a commit when it is operating in Basic mode. Setting the object requests an action: commitZoneChanges - requests that the changes made within this session to the Zone Set Database be committed. terminateSession - requests that the session be terminated, with any outstanding changes made within this session being discarded. noop - requests nothing. When read, the value is always 'noop'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER commitZoneChanges(1), terminateSession(2), noop(3)  

t11GssSessionCommitResult 1.3.6.1.2.1.1.1.1.1.1.5
This object indicates the current state/outcome of the most recent 'commitChanges' request which was invoked via the corresponding instance of t11GssSessionControl: 'commitSuccessful' -- commit successful, 'commitInProgress' -- commit still in progress, 'commitFailed' -- commit failed, 'none' -- no request has been invoked via the corresponding instance of t11GssSessionControl.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER commitSuccessful(1), commitInProgress(2), commitFailed(3), none(4)  

t11GssMIBCompliances 1.3.6.1.2.1.1.2.1
OBJECT IDENTIFIER    

t11GssMIBGroups 1.3.6.1.2.1.1.2.2
OBJECT IDENTIFIER    

t11GssMIBCompliance 1.3.6.1.2.1.1.2.1.1
The compliance statement for entities which support GS-5 Server sessions.
Status: current Access: read-only
MODULE-COMPLIANCE    

t11GssActiveGroup 1.3.6.1.2.1.1.2.2.1
A collection of objects containing information about active GS-5 Server sessions.
Status: current Access: read-only
OBJECT-GROUP