WWP-LEOS-USER-MIB

File: WWP-LEOS-USER-MIB.mib (12082 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC WWP-SMI

Imported symbols

Integer32 Unsigned32 Counter32
OBJECT-TYPE MODULE-IDENTITY RowStatus
DisplayString TruthValue wwpModulesLeos

Defined Types

WwpLeosUserAuthProviderEntry  
SEQUENCE    
  wwpLeosUserAuthProviderPriority Integer32
  wwpLeosUserAuthProviderType INTEGER
  wwpLeosUserAuthProviderCalled Unsigned32
  wwpLeosUserAuthProviderSuccess Unsigned32
  wwpLeosUserAuthProviderFailure Unsigned32
  wwpLeosUserAuthProviderSkipped Unsigned32
  wwpLeosUserAuthProviderScope INTEGER

WwpLeosUserWhoEntry  
SEQUENCE    
  wwpLeosUserWhoPid Unsigned32
  wwpLeosUserWhoUser DisplayString
  wwpLeosUserWhoTerminal DisplayString
  wwpLeosUserWhoIdleTime Counter32
  wwpLeosUserWhoStatus RowStatus

WwpLeosUserEntry  
SEQUENCE    
  wwpLeosUserUid Unsigned32
  wwpLeosUserName DisplayString
  wwpLeosUserPassword DisplayString
  wwpLeosUserPrivLevel INTEGER
  wwpLeosUserIsDefault TruthValue
  wwpLeosUserIsEncrypted TruthValue
  wwpLeosUserIsModified TruthValue
  wwpLeosUserStatus RowStatus

Defined Values

wwpLeosUserMIB 1.3.6.1.4.1.6141.2.60.39
This MIB module defines the generic managed objects for User Information on WWP devices.
MODULE-IDENTITY    

wwpLeosUserMIBObjects 1.3.6.1.4.1.6141.2.60.39.1
OBJECT IDENTIFIER    

wwpLeosUser 1.3.6.1.4.1.6141.2.60.39.1.1
OBJECT IDENTIFIER    

wwpLeosUserMIBNotificationPrefix 1.3.6.1.4.1.6141.2.60.39.2
OBJECT IDENTIFIER    

wwpLeosUserMIBNotifications 1.3.6.1.4.1.6141.2.60.39.2.0
OBJECT IDENTIFIER    

wwpLeosUserMIBConformance 1.3.6.1.4.1.6141.2.60.39.3
OBJECT IDENTIFIER    

wwpLeosUserMIBCompliances 1.3.6.1.4.1.6141.2.60.39.3.1
OBJECT IDENTIFIER    

wwpLeosUserMIBGroups 1.3.6.1.4.1.6141.2.60.39.3.2
OBJECT IDENTIFIER    

wwpLeosUserAuthProviderTable 1.3.6.1.4.1.6141.2.60.39.1.1.1
Table of UserAuth Providers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosUserAuthProviderEntry

wwpLeosUserAuthProviderEntry 1.3.6.1.4.1.6141.2.60.39.1.1.1.1
An entry for each User Authorization Provider.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosUserAuthProviderEntry  

wwpLeosUserAuthProviderPriority 1.3.6.1.4.1.6141.2.60.39.1.1.1.1.1
The priority of this user authentication provider.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2  

wwpLeosUserAuthProviderType 1.3.6.1.4.1.6141.2.60.39.1.1.1.1.2
The type/method of this user authentication provider. At least one entry must be a provider other than 'none' and any given provider may not be used twice. When a provider is changed to 'none', lower priority providers will have their priority increased to close the gap.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), local(2), radius(3), tacacs(4)  

wwpLeosUserAuthProviderCalled 1.3.6.1.4.1.6141.2.60.39.1.1.1.1.3
The number of calls to this user authentication provider. The counter is cleared automatically when AuthProviderType is changed or may be cleared manually.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

wwpLeosUserAuthProviderSuccess 1.3.6.1.4.1.6141.2.60.39.1.1.1.1.4
The number of times this user authentication provider returned a Success response. The counter is cleared automatically when AuthProviderType is changed or may be cleared manually.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

wwpLeosUserAuthProviderFailure 1.3.6.1.4.1.6141.2.60.39.1.1.1.1.5
The number of times this user authentication provider returned a Failure response. The counter is cleared automatically when AuthProviderType is changed or may be cleared manually.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

wwpLeosUserAuthProviderSkipped 1.3.6.1.4.1.6141.2.60.39.1.1.1.1.6
The number of times this user authentication provider returned a Skip Me response. The counter is cleared automatically when AuthProviderType is changed or may be cleared manually.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

wwpLeosUserAuthProviderScope 1.3.6.1.4.1.6141.2.60.39.1.1.1.1.7
The scope to be used for each authentication method.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), serial(1), remote(2), all(3)  

wwpLeosUserWhoTable 1.3.6.1.4.1.6141.2.60.39.1.1.2
Table of logged in users.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosUserWhoEntry

wwpLeosUserWhoEntry 1.3.6.1.4.1.6141.2.60.39.1.1.2.1
An entry for each logged in user.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosUserWhoEntry  

wwpLeosUserWhoPid 1.3.6.1.4.1.6141.2.60.39.1.1.2.1.1
The pid of the users shell process.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

wwpLeosUserWhoUser 1.3.6.1.4.1.6141.2.60.39.1.1.2.1.2
The username used during login authentication.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

wwpLeosUserWhoTerminal 1.3.6.1.4.1.6141.2.60.39.1.1.2.1.3
The terminal the user logged in from.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

wwpLeosUserWhoIdleTime 1.3.6.1.4.1.6141.2.60.39.1.1.2.1.4
The users idle time in minutes. This counter is reset to zero when ever the shell process detects input from the user.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpLeosUserWhoStatus 1.3.6.1.4.1.6141.2.60.39.1.1.2.1.5
Status of the users shell process. To kill a users shell, set this object to 'Destroy'.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

wwpLeosUserTable 1.3.6.1.4.1.6141.2.60.39.1.1.3
Table of locally configured users.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosUserEntry

wwpLeosUserEntry 1.3.6.1.4.1.6141.2.60.39.1.1.3.1
An entry for each user in the local password file.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosUserEntry  

wwpLeosUserUid 1.3.6.1.4.1.6141.2.60.39.1.1.3.1.1
The numeric userid of the user. These numbers are generated by the device in order to making indexing the table easy, but they are not tied to specific user names during a reboot. When a new user is created, the userid must be an unused value.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

wwpLeosUserName 1.3.6.1.4.1.6141.2.60.39.1.1.3.1.2
The name of the user.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

wwpLeosUserPassword 1.3.6.1.4.1.6141.2.60.39.1.1.3.1.3
The users password in encrypted form. When setting this object you must set wwpLeosUserIsEncrypted at the same time in order to specify whether the password you are setting needs to be encrypted by the device or whether you have already encrypted it.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..34)  

wwpLeosUserPrivLevel 1.3.6.1.4.1.6141.2.60.39.1.1.3.1.4
The privilege level of the user.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(0), limited(1), admin(2), super(3), diag(4)  

wwpLeosUserIsDefault 1.3.6.1.4.1.6141.2.60.39.1.1.3.1.5
When this is set to True, the user is one of the default users created in the device at boot time.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

wwpLeosUserIsEncrypted 1.3.6.1.4.1.6141.2.60.39.1.1.3.1.6
This will always be True on a Get as the password is always stored locally on the device in encrypted form. During a Set, it is False if you are sending wwpLeosUserPassword in the clear so the device can encrypt it, or True if wwpLeosUserPassword is already in encrypted MD5 form.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

wwpLeosUserIsModified 1.3.6.1.4.1.6141.2.60.39.1.1.3.1.7
When this is set to True, the user is one of the default users created in the device, but one or more properties of the user account has been altered from the default values.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

wwpLeosUserStatus 1.3.6.1.4.1.6141.2.60.39.1.1.3.1.8
Use CreateAndGo to create a new user, Destroy to remove a user.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus