ALCATEL-IND1-SESSION-MGR-MIB

File: ALCATEL-IND1-SESSION-MGR-MIB.mib (16165 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
SNMPv2-CONF ALCATEL-IND1-BASE

Imported symbols

MODULE-IDENTITY OBJECT-IDENTITY OBJECT-TYPE
NOTIFICATION-TYPE IpAddress Integer32
RowStatus SnmpAdminString MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP softentIND1Sesmgr

Defined Types

SessionConfigEntry  
SEQUENCE    
  sessionType INTEGER
  sessionBannerFileName SnmpAdminString
  sessionInactivityTimerValue Integer32
  sessionDefaultPromptString SnmpAdminString

SessionActiveEntry  
SEQUENCE    
  sessionIndex Integer32
  sessionAccessType INTEGER
  sessionPhysicalPort INTEGER
  sessionUserName SnmpAdminString
  sessionUserReadPrivileges OCTET STRING
  sessionUserWritePrivileges OCTET STRING
  sessionUserProfileName SnmpAdminString
  sessionUserIpAddress IpAddress
  sessionRowStatus RowStatus

Defined Values

alcatelIND1SessionMgrMIB 1.3.6.1.4.1.6486.801.1.2.1.7.1
This module describes an authoritative enterprise-specific Simple Network Management Protocol (SNMP) Management Information Base (MIB): For the Birds Of Prey Product Line User Sessions Manager Subsystem. The right to make changes in specification and other information contained in this document without prior notice is reserved. No liability shall be assumed for any incidental, indirect, special, or consequential damages whatsoever arising from or related to this document or the information contained herein. Vendors, end-users, and other interested parties are granted non-exclusive license to use this specification in connection with management of the products for which it is intended to be used. Copyright (C) 1995-2007 Alcatel-Lucent ALL RIGHTS RESERVED WORLDWIDE
MODULE-IDENTITY    

alcatelIND1SessionMgrMIBNotifications 1.3.6.1.4.1.6486.801.1.2.1.7.1.0
Branch For Session manager MIB Subsystem Notifications.
Status: current Access: read-only
OBJECT-IDENTITY    

alcatelIND1SessionMgrMIBObjects 1.3.6.1.4.1.6486.801.1.2.1.7.1.1
Branch For Session Manager Subsystem Managed Objects.
Status: current Access: read-only
OBJECT-IDENTITY    

alcatelIND1SessionMgrMIBConformance 1.3.6.1.4.1.6486.801.1.2.1.7.1.2
Branch For Session Manager Subsystem Conformance Information.
Status: current Access: read-only
OBJECT-IDENTITY    

alcatelIND1SessionMgrMIBGroups 1.3.6.1.4.1.6486.801.1.2.1.7.1.2.1
Branch For Session Manager Subsystem Units Of Conformance.
Status: current Access: read-only
OBJECT-IDENTITY    

alcatelIND1SessionMgrMIBCompliances 1.3.6.1.4.1.6486.801.1.2.1.7.1.2.2
Branch For Session Manager Subsystem Compliance Statements.
Status: current Access: read-only
OBJECT-IDENTITY    

sessionMgr 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1
OBJECT IDENTIFIER    

sessionConfigTable 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.1
The configuration parameters of a user session.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SessionConfigEntry

sessionConfigEntry 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.1.1
An entry of the session configuration table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SessionConfigEntry  

sessionType 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.1.1.1
The type of the session interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER cli(1), http(2), ftp(3)  

sessionBannerFileName 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.1.1.2
Optional Banner File Name. For CLI, HTTP, and FTP sessions only.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

sessionInactivityTimerValue 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.1.1.3
The inactivity timer value for this type of session, in minutes.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..596523  

sessionDefaultPromptString 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.1.1.4
Prompt string. For CLI sessions only.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..31)  

sessionActiveTable 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.2
A list of active users sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SessionActiveEntry

sessionActiveEntry 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.2.1
An entry in the session active table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SessionActiveEntry  

sessionIndex 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.2.1.1
The index of the session.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..63  

sessionAccessType 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.2.1.2
The access type of the session.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER console(1), telnet(2), ftp(3), http(4), ssh(5), https(6)  

sessionPhysicalPort 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.2.1.3
The physical port type of the session. notSignificant : use for console port or when information is not available, local : a serial port (e.g. the CMM console), ether : an ethernet port (e.g. the EMP or NI)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notSignificant(0), local(1), ether(2)  

sessionUserName 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.2.1.4
The user name of the user logged-in.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..31)  

sessionUserReadPrivileges 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.2.1.5
The read privileges of the user logged-in. These privileges are stored as a bitmap. Each bit represents a command family. The number of families may go up to 64. Applied for functional authorization (partitioned management).
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

sessionUserWritePrivileges 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.2.1.6
The write privileges of the user logged-in. These privileges are stored as a bitmap. Each bit represents a command family. The number of families may go up to 64. Applied for functional authorization (partitioned management).
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(8)  

sessionUserProfileName 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.2.1.7
The profile name of the logged-in user. Applied for the end-user partitioned management.
Status: obsolete Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..31)  

sessionUserIpAddress 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.2.1.8
The IP address of the user logged-in.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sessionRowStatus 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.2.1.9
The status of this table entry. An entry in this table is dynamically created when a user connects to the switch (through console, telnet, ftp or http). The only value supported for set is destroy(6), to kill a user session.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

sessionLoginTimeout 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.3
At login time, it is the time in seconds to get the password, after the username has been keyed in.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 5..600  

sessionLoginAttempt 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.4
The maximum number of login attempts for one session.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10  

sessionCliCommandLogEnable 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.5
CLI command logging status. Enable(1) will save all CLI set command activilies on flash memory. Disable(2) will stop the record
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

sessionXonXoffEnable 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.6
Enable or disable xon-xoff flow control on console port
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

switchMgtTrapsObj 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.7
OBJECT IDENTIFIER    

sessionAuthenticationTrap 1.3.6.1.4.1.6486.801.1.2.1.7.1.0.1
Authentication Failure Trap is sent each time a user authentication is refused.
Status: current Access: read-write
NOTIFICATION-TYPE    

sessionAuthFailure 1.3.6.1.4.1.6486.801.1.2.1.7.1.1.1.7.1
The reason why the user authentication failed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknownUser(1)  

alcatelIND1SessionMgrMIBCompliance 1.3.6.1.4.1.6486.801.1.2.1.7.1.2.2.1
Compliance statement for Session Manager Subsystem.
Status: current Access: read-only
MODULE-COMPLIANCE    

sessionConfigGroup 1.3.6.1.4.1.6486.801.1.2.1.7.1.2.1.1
Collection of objects for management of Session Manager.
Status: current Access: read-only
OBJECT-GROUP    

sessionActiveGroup 1.3.6.1.4.1.6486.801.1.2.1.7.1.2.1.2
Collection of objects for management of users sessions.
Status: current Access: read-only
OBJECT-GROUP    

sessionTrapsGroup 1.3.6.1.4.1.6486.801.1.2.1.7.1.2.1.3
Collection of Traps for management of users sessions.
Status: current Access: read-only
NOTIFICATION-GROUP    

sessionObjectGroup 1.3.6.1.4.1.6486.801.1.2.1.7.1.2.1.4
Collection of objects used in sessions.
Status: current Access: read-only
OBJECT-GROUP