Wellfleet-USER-MIB

File: Wellfleet-USER-MIB.mib (21718 bytes)

Imported modules

RFC-1212 RFC1155-SMI RFC1213-MIB
Wellfleet-COMMON-MIB

Imported symbols

OBJECT-TYPE IpAddress Counter
DisplayString wfUserServicesGroup

Defined Types

WfUserAccessNameEntry  
SEQUENCE    
  wfUserAccessNameDelete INTEGER
  wfUserAccessNameDisable INTEGER
  wfUserAccessNameId DisplayString
  wfUserAccessNameName DisplayString
  wfUserAccessNamePasswd DisplayString
  wfUserAccessNameGroups INTEGER
  wfUserAccessNameAudit INTEGER
  wfUserAccessNameScript DisplayString

WfUserAccessActiveEntry  
SEQUENCE    
  wfUserAccessActiveDelete INTEGER
  wfUserAccessActiveDisable INTEGER
  wfUserAccessActiveId DisplayString
  wfUserAccessActiveLoginAddress IpAddress
  wfUserAccessActivePort INTEGER
  wfUserAccessActiveState INTEGER
  wfUserAccessActiveCmd DisplayString
  wfUserAccessActiveLastCmdTime INTEGER
  wfUserAccessActiveLoginTime Counter
  wfUserAccessActiveAcctInOctets Counter
  wfUserAccessActiveAcctOutOctets Counter
  wfUserAccessActiveAcctAccessType INTEGER
  wfUserAccessActiveAcctTermCause INTEGER
  wfUserAccessActiveAcctServiceType INTEGER
  wfUserAccessActiveAcctNasPortType INTEGER
  wfUserAccessActiveAcctPriv INTEGER

WfUserAccessGroupEntry  
SEQUENCE    
  wfUserAccessGroupDelete INTEGER
  wfUserAccessGroupDisable INTEGER
  wfUserAccessGroupNumber INTEGER
  wfUserAccessGroupName DisplayString
  wfUserAccessGroupPriv INTEGER
  wfUserAccessGroupAudit INTEGER

Defined Values

wfUserAccess 1.3.6.1.4.1.18.3.3.2.22.1
OBJECT IDENTIFIER    

wfUserAccessDelete 1.3.6.1.4.1.18.3.3.2.22.1.1
Indication to create or delete User Access record.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfUserAccessConfig 1.3.6.1.4.1.18.3.3.2.22.1.2
Indicates local password (configuration file ) information is to be used
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfUserAccessRadius 1.3.6.1.4.1.18.3.3.2.22.1.3
Indicates radius authentication server is to be used
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfUserAccessMaxLogin 1.3.6.1.4.1.18.3.3.2.22.1.4
This the maximum allowed login name, in the range 1 to 16
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..16  

wfUserAccessMinLogin 1.3.6.1.4.1.18.3.3.2.22.1.5
This the minimum allowed login name, in the range 1 to 16
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..16  

wfUserAccessMaxGroup 1.3.6.1.4.1.18.3.3.2.22.1.6
This the maximum allowed Group name, in the range 1 to 16
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..16  

wfUserAccessMinGroup 1.3.6.1.4.1.18.3.3.2.22.1.7
This the minimum allowed Group name, in the range 1 to 16
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..16  

wfUserAccessMaxPassword 1.3.6.1.4.1.18.3.3.2.22.1.8
This the maximum allowed Password , in the range 1 to 16
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..16  

wfUserAccessMinPassword 1.3.6.1.4.1.18.3.3.2.22.1.9
This the minimum allowed Password, in the range 0 to 16
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..16  

wfUserManagerLock 1.3.6.1.4.1.18.3.3.2.22.1.10
When enabled Manager and user are not usable
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2), serverwait(3)  

wfUserAccessRadiusAcctEnable 1.3.6.1.4.1.18.3.3.2.22.1.11
When enabled Radius Accouting is performed for Login Access
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfUserAccessNameTable 1.3.6.1.4.1.18.3.3.2.22.2
A table to contain user information to be searched on the router
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfUserAccessNameEntry

wfUserAccessNameEntry 1.3.6.1.4.1.18.3.3.2.22.2.1
The attributes for individual User account
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfUserAccessNameEntry  

wfUserAccessNameDelete 1.3.6.1.4.1.18.3.3.2.22.2.1.1
Indication to create or delete a user record
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfUserAccessNameDisable 1.3.6.1.4.1.18.3.3.2.22.2.1.2
enable/disable this user login
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfUserAccessNameId 1.3.6.1.4.1.18.3.3.2.22.2.1.3
Login name of the user
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

wfUserAccessNameName 1.3.6.1.4.1.18.3.3.2.22.2.1.4
True name of the user
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

wfUserAccessNamePasswd 1.3.6.1.4.1.18.3.3.2.22.2.1.5
Encripted user password
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

wfUserAccessNameGroups 1.3.6.1.4.1.18.3.3.2.22.2.1.6
Bit Field of the groups the user belongs to
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfUserAccessNameAudit 1.3.6.1.4.1.18.3.3.2.22.2.1.7
Audit level for this user 0 No Audit Bit 1 Manager Bit 2 User Bit 3 Operator All Bits Anything user typed All others RFU
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfUserAccessNameScript 1.3.6.1.4.1.18.3.3.2.22.2.1.8
User specified BCC startup script
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

wfUserAccessActiveTable 1.3.6.1.4.1.18.3.3.2.22.3
Group access table definition
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfUserAccessActiveEntry

wfUserAccessActiveEntry 1.3.6.1.4.1.18.3.3.2.22.3.1
records indicating active users
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfUserAccessActiveEntry  

wfUserAccessActiveDelete 1.3.6.1.4.1.18.3.3.2.22.3.1.1
Indication ot create/delete a active user record
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfUserAccessActiveDisable 1.3.6.1.4.1.18.3.3.2.22.3.1.2
Enable/disable this record
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfUserAccessActiveId 1.3.6.1.4.1.18.3.3.2.22.3.1.3
Login name of the login
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

wfUserAccessActiveLoginAddress 1.3.6.1.4.1.18.3.3.2.22.3.1.4
Indicated the IP address this user is logged in from. zero indidates the console. This is undefined when the users state is logout
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

wfUserAccessActivePort 1.3.6.1.4.1.18.3.3.2.22.3.1.5
Port number this user is logged in on ( identifies multiple logins from the same ip address
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfUserAccessActiveState 1.3.6.1.4.1.18.3.3.2.22.3.1.6
Current State ofthis login
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER active(1), config(2), ftp(3)  

wfUserAccessActiveCmd 1.3.6.1.4.1.18.3.3.2.22.3.1.7
Last Command Issued by the user
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

wfUserAccessActiveLastCmdTime 1.3.6.1.4.1.18.3.3.2.22.3.1.8
Time last command issued
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfUserAccessActiveLoginTime 1.3.6.1.4.1.18.3.3.2.22.3.1.9
Time user logged in
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfUserAccessActiveAcctInOctets 1.3.6.1.4.1.18.3.3.2.22.3.1.10
Number of Octets Received
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfUserAccessActiveAcctOutOctets 1.3.6.1.4.1.18.3.3.2.22.3.1.11
Number of Octets Sent
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

wfUserAccessActiveAcctAccessType 1.3.6.1.4.1.18.3.3.2.22.3.1.12
Type of login access
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER console(1), telnet(2), ftp(3)  

wfUserAccessActiveAcctTermCause 1.3.6.1.4.1.18.3.3.2.22.3.1.13
Reason for ACCT session termination
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfUserAccessActiveAcctServiceType 1.3.6.1.4.1.18.3.3.2.22.3.1.14
Accounting Service Type
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfUserAccessActiveAcctNasPortType 1.3.6.1.4.1.18.3.3.2.22.3.1.15
NAS Port type
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfUserAccessActiveAcctPriv 1.3.6.1.4.1.18.3.3.2.22.3.1.16
Access Privilege for account
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfUserAccessGroupTable 1.3.6.1.4.1.18.3.3.2.22.4
Group access table definition
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WfUserAccessGroupEntry

wfUserAccessGroupEntry 1.3.6.1.4.1.18.3.3.2.22.4.1
Group Names
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  WfUserAccessGroupEntry  

wfUserAccessGroupDelete 1.3.6.1.4.1.18.3.3.2.22.4.1.1
Indication of create/delete a group record
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfUserAccessGroupDisable 1.3.6.1.4.1.18.3.3.2.22.4.1.2
Enable/disable this group
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfUserAccessGroupNumber 1.3.6.1.4.1.18.3.3.2.22.4.1.3
Number of this group
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

wfUserAccessGroupName 1.3.6.1.4.1.18.3.3.2.22.4.1.4
Name of this group
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

wfUserAccessGroupPriv 1.3.6.1.4.1.18.3.3.2.22.4.1.5
Bit field of priveledge classes for this group Bit 1 Manager Bit 2 User Bit 3 Operator All others RFU
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfUserAccessGroupAudit 1.3.6.1.4.1.18.3.3.2.22.4.1.6
Bit field matching the group priveledge levels indicating what should or should not be logged 0 No audit Bit 1 Manager Bit 2 User Bit 3 Operator All bits Anything user typed All others RFU
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfUserAudit 1.3.6.1.4.1.18.3.3.2.22.5
OBJECT IDENTIFIER    

wfUserAuditDelete 1.3.6.1.4.1.18.3.3.2.22.5.1
Indication to create or delete Audit record.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfUserAuditDisable 1.3.6.1.4.1.18.3.3.2.22.5.2
Indication to enable/disable Audit subsystem.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wfUserAuditlevel 1.3.6.1.4.1.18.3.3.2.22.5.3
A bit field priveledge levels to audit log. This field is global, groups may override this system default 0 No audit Bit 1 Manager Bit 2 User Bit 3 Operator All bits Anything user typed All others RFU
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfUserBccLock 1.3.6.1.4.1.18.3.3.2.22.6
OBJECT IDENTIFIER    

wfUserBccLockDelete 1.3.6.1.4.1.18.3.3.2.22.6.1
Indication to create or delete BCC lock record.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfUserBccLockId 1.3.6.1.4.1.18.3.3.2.22.6.2
Indicates which BCC/TI user has a configuration mode lock
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfUserBccLockTimer 1.3.6.1.4.1.18.3.3.2.22.6.3
Indicated last time config changed
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfUserBccLockAddress 1.3.6.1.4.1.18.3.3.2.22.6.4
IP address of the User holding the lock, used to access wfUserAccessActiveTable see below
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfUserBccLockPort 1.3.6.1.4.1.18.3.3.2.22.6.5
IP port of the User holding the lock, used to access wfUserAccessActiveTable
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

wfUserBccConfig 1.3.6.1.4.1.18.3.3.2.22.7
OBJECT IDENTIFIER    

wfUserBccConfigDelete 1.3.6.1.4.1.18.3.3.2.22.7.1
Indication to create or delete BCC configuration record.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER created(1), deleted(2)  

wfUserBccConfigDefaultShell 1.3.6.1.4.1.18.3.3.2.22.7.2
Should BCC be started as the default shell, if resources are avaliable. if disabled, TI is the default shell
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)