HPN-ICF-USER-MIB

File: HPN-ICF-USER-MIB.mib (23614 bytes)

Imported modules

HPN-ICF-OID-MIB SNMPv2-TC SNMPv2-SMI

Imported symbols

hpnicfCommon RowStatus MacAddress
TEXTUAL-CONVENTION DateAndTime DisplayString
IpAddress Integer32 OBJECT-TYPE
MODULE-IDENTITY

Defined Types

ServiceType  
enable (1) disable (2)
TEXTUAL-CONVENTION    
  INTEGER enable(1), disable(2)  

HpnicfUserInfoEntry  
SEQUENCE    
  hpnicfUserName DisplayString
  hpnicfUserPassword DisplayString
  hpnicfAuthMode Integer32
  hpnicfUserLevel Integer32
  hpnicfUserState INTEGER
  hpnicfUserInfoRowStatus RowStatus
  hpnicfUserIndex Integer32

HpnicfUserAttributeEntry  
SEQUENCE    
  hpnicfAccessLimit Integer32
  hpnicfIdleCut Integer32
  hpnicfIPAddress IpAddress
  hpnicfNasIPAddress IpAddress
  hpnicfSlotNum Integer32
  hpnicfSubSlotNum Integer32
  hpnicfPortNum Integer32
  hpnicfMacAddress MacAddress
  hpnicfVlan Integer32
  hpnicfFtpService ServiceType
  hpnicfFtpDirectory OCTET STRING
  hpnicfLanAccessService ServiceType
  hpnicfSshService ServiceType
  hpnicfTelnetService ServiceType
  hpnicfTerminalService ServiceType
  hpnicfExpirationDate DateAndTime
  hpnicfUserGroup DisplayString
  hpnicfPortalService ServiceType
  hpnicfPPPService ServiceType
  hpnicfHttpService ServiceType
  hpnicfHttpsService ServiceType
  hpnicfUserIfIndex Integer32

HpnicfUserRoleEntry  
SEQUENCE    
  hpnicfUserRole DisplayString
  hpnicfUserRoleStatus RowStatus

HpnicfUserGroupInfoEntry  
SEQUENCE    
  hpnicfUserGroupName DisplayString
  hpnicfUserGroupInfoRowStatus RowStatus

Defined Values

hpnicfUser 1.3.6.1.4.1.11.2.14.11.15.2.12
This MIB contains objects to Manage configuration and Monitor running state for userlog feature.
MODULE-IDENTITY    

hpnicfUserObjects 1.3.6.1.4.1.11.2.14.11.15.2.12.1
OBJECT IDENTIFIER    

hpnicfUserInfoTable 1.3.6.1.4.1.11.2.14.11.15.2.12.1.1
Local User Info Table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfUserInfoEntry

hpnicfUserInfoEntry 1.3.6.1.4.1.11.2.14.11.15.2.12.1.1.1
The entry of hpnicfUserInfoTable
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfUserInfoEntry  

hpnicfUserName 1.3.6.1.4.1.11.2.14.11.15.2.12.1.1.1.1
The name of local user, it must be unique.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

hpnicfUserPassword 1.3.6.1.4.1.11.2.14.11.15.2.12.1.1.1.2
The password of local user, default is null. When read, hpnicfUserPassword always returns an Octet String of length zero.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

hpnicfAuthMode 1.3.6.1.4.1.11.2.14.11.15.2.12.1.1.1.3
The encrypting type of password: 0 : password simple, means password is entered in clean text and saved in cipher text. 1 : password hash simple, means password is entered in clean text and saved in hash value. 7 : password cipher, means password is entered and saved in cipher text. 8 : password hash cipher, means password is entered and saved in hash value. default is 0.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfUserLevel 1.3.6.1.4.1.11.2.14.11.15.2.12.1.1.1.4
The privilege of local user the value range is from 0 to 3, and 0 is minimum, 3 is maximum. default is 0.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfUserState 1.3.6.1.4.1.11.2.14.11.15.2.12.1.1.1.5
The state of local user 0: active, means local user can execute any operations that he has privilege to do. 1: block, means local user can not execute any operations. default is active.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER active(0), block(1)  

hpnicfUserInfoRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.12.1.1.1.6
The status of this conceptual row. Now only support CreateAndGo and Destroy and Active.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfUserIndex 1.3.6.1.4.1.11.2.14.11.15.2.12.1.1.1.7
The index of local user
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..2147483646  

hpnicfUserAttributeTable 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2
Local User Attribute Table. if there are data in hpnicfUserInfoTable, this table should have the relevant data. this table only support query and modify, but not support create and delete operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfUserAttributeEntry

hpnicfUserAttributeEntry 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1
The entry of hpnicfUserAttributeTable
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfUserAttributeEntry  

hpnicfAccessLimit 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.1
The maximum user number of current user who can access devices. default is 0, means no limit.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfIdleCut 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.2
Valid idle time out(second), default is 0, means disable idle time out.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfIPAddress 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.3
Set local user's ip address. default is 0.0.0.0
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

hpnicfNasIPAddress 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.4
Set local user's ip address of network access server. default is 127.0.0.1, means local machine.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

hpnicfSlotNum 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.5
Set local user's slot. default is 0.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfSubSlotNum 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.6
Set local user's sub-slot. default is 0.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfPortNum 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.7
Set local user's port number. 0 is an insignificant value for initial status.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfMacAddress 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.8
Set local user's mac address. default is 0-0-0, means the local user do not bind any mac address.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

hpnicfVlan 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.9
Set local user's vlan id. the value range is from 0 to 4094. default is 0, means the local user is not in any vlan.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..4094  

hpnicfFtpService 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.10
FTP service: enable Setting this object to the value enable has the effect of enabling the FTP service for the corresponding entry in the hpnicfUserAttributeTable. disable Setting this object to the value disable has the effect of disabling the FTP service for the corresponding entry in the hpnicfUserAttributeTable. The default value is disable.
Status: current Access: read-write
OBJECT-TYPE    
  ServiceType  

hpnicfFtpDirectory 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.11
Directory of FTP user. default is null, means if local user has the privilege of ftp service.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

hpnicfLanAccessService 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.12
Lan Access service: enable Setting this object to the value enable has the effect of enabling the lan access service for the corresponding entry in the hpnicfUserAttributeTable. disable Setting this object to the value disable has the effect of disabling the lan access service for the corresponding entry in the hpnicfUserAttributeTable. The default value is disable.
Status: current Access: read-write
OBJECT-TYPE    
  ServiceType  

hpnicfSshService 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.13
SSH service: enable Setting this object to the value enable has the effect of enabling the SSH service for the corresponding entry in the hpnicfUserAttributeTable. disable Setting this object to the value disable has the effect of disabling the SSH service for the corresponding entry in the hpnicfUserAttributeTable. The default value is disable.
Status: current Access: read-write
OBJECT-TYPE    
  ServiceType  

hpnicfTelnetService 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.14
Telnet service: enable Setting this object to the value enable has the effect of enabling the TELNET service for the corresponding entry in the hpnicfUserAttributeTable. disable Setting this object to the value disable has the effect of disabling the TELNET service for the corresponding entry in the hpnicfUserAttributeTable. The default value is disable.
Status: current Access: read-write
OBJECT-TYPE    
  ServiceType  

hpnicfTerminalService 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.15
Terminal service: enable Setting this object to the value enable has the effect of enabling the terminal service for the corresponding entry in the hpnicfUserAttributeTable. disable Setting this object to the value disable has the effect of disabling the terminal service for the corresponding entry in the hpnicfUserAttributeTable. The default value is disable.
Status: current Access: read-write
OBJECT-TYPE    
  ServiceType  

hpnicfExpirationDate 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.16
Expired date of user. The default value is 0-0-0,0:0:0.0, and means it doesn't expire for ever.
Status: current Access: read-write
OBJECT-TYPE    
  DateAndTime Size(8)  

hpnicfUserGroup 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.17
The user group that user belongs to. Any user must belong to a user group. The default group is the 'system' group. The maximum length of the group name is 80.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

hpnicfPortalService 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.18
Portal service: enable Setting this object to the value enable has the effect of enabling the portal service for the corresponding entry in the hpnicfUserAttributeTable. disable Setting this object to the value disable has the effect of disabling the portal service for the corresponding entry in the hpnicfUserAttributeTable. The default value is disable.
Status: current Access: read-write
OBJECT-TYPE    
  ServiceType  

hpnicfPPPService 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.19
PPP service: enable Setting this object to the value enable has the effect of enabling the PPP service for the corresponding entry in the hpnicfUserAttributeTable. disable Setting this object to the value disable has the effect of disabling the PPP service for the corresponding entry in the hpnicfUserAttributeTable. The default value is disable.
Status: current Access: read-write
OBJECT-TYPE    
  ServiceType  

hpnicfHttpService 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.20
Http service: enable Setting this object to the value enable has the effect of enabling the Web service for the corresponding entry in the hpnicfUserAttributeTable. disable Setting this object to the value disable has the effect of disabling the Web service for the corresponding entry in the hpnicfUserAttributeTable. The default value is disable.
Status: current Access: read-write
OBJECT-TYPE    
  ServiceType  

hpnicfHttpsService 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.21
Https service: enable Setting this object to the value enable has the effect of enabling the Web service for the corresponding entry in the hpnicfUserAttributeTable. disable Setting this object to the value disable has the effect of disabling the Web service for the corresponding entry in the hpnicfUserAttributeTable. The default value is disable.
Status: current Access: read-write
OBJECT-TYPE    
  ServiceType  

hpnicfUserIfIndex 1.3.6.1.4.1.11.2.14.11.15.2.12.1.2.1.22
Set local user's interface index. A value of 0 means that the interface index has not been assigned or the interface assigned not exist. The default value is 0.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfUserMaxNum 1.3.6.1.4.1.11.2.14.11.15.2.12.1.3
This object contains the maximum number of local users.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfUserCurrNum 1.3.6.1.4.1.11.2.14.11.15.2.12.1.4
This object contains the current number of local users.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfUserIndexIndicator 1.3.6.1.4.1.11.2.14.11.15.2.12.1.5
This object contains an appropriate value to be used for hpnicfUserIndex when creating entries in the hpnicfUserInfoTable. The value 0 indicates that no unassigned entries are available. To obtain the hpnicfUserIndex value for a new entry, the manager issues a management protocol retrieval operation to obtain the current value of this object. After each retrieval, the agent should modify the value to the next unassigned index. After a manager retrieves a value the agent will determine through its local policy when this index value will be made available for reuse.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfUserRoleTable 1.3.6.1.4.1.11.2.14.11.15.2.12.1.6
Local User Role Table. If there is data in hpnicfUserInfoTable, this table should has the relevant data.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfUserRoleEntry

hpnicfUserRoleEntry 1.3.6.1.4.1.11.2.14.11.15.2.12.1.6.1
The entry of hpnicfUserRoleTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfUserRoleEntry  

hpnicfUserRole 1.3.6.1.4.1.11.2.14.11.15.2.12.1.6.1.1
The user's role determines the user's privilege. The user must be authorized one role at least. The default user role for a local user created by a network-admin user is network-operator, and the default user role for a local user created by an mdc-admin or level-15 user is mdc-operator.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..63)  

hpnicfUserRoleStatus 1.3.6.1.4.1.11.2.14.11.15.2.12.1.6.1.2
This object is responsible for managing the creation, deletion and modification of rows, which support active status and CreateAndGo, Destroy operation. To create a new row, hpnicfUserIndex must be specified. The number of rows with same hpnicfUserIndex cann't be more than 64. If the the number of rows with a hpnicfUserIndex is 1, this row cann't be destroyed.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfUserGroupObjects 1.3.6.1.4.1.11.2.14.11.15.2.12.2
OBJECT IDENTIFIER    

hpnicfUserGroupInfoTable 1.3.6.1.4.1.11.2.14.11.15.2.12.2.1
User group information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfUserGroupInfoEntry

hpnicfUserGroupInfoEntry 1.3.6.1.4.1.11.2.14.11.15.2.12.2.1.1
The entry of hpnicfUserGroupInfoTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfUserGroupInfoEntry  

hpnicfUserGroupName 1.3.6.1.4.1.11.2.14.11.15.2.12.2.1.1.1
The index of user group.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..80)  

hpnicfUserGroupInfoRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.12.2.1.1.2
The status of this conceptual row. Only support createAndGo, destroy and active.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus