HPN-ICF-RCP-MIB

File: HPN-ICF-RCP-MIB.mib (11578 bytes)

Imported modules

HPN-ICF-OID-MIB SNMPv2-SMI SNMPv2-TC
INET-ADDRESS-MIB IF-MIB

Imported symbols

hpnicfRCP OBJECT-TYPE MODULE-IDENTITY
Integer32 DisplayString RowStatus
TruthValue InetAddressType InetAddress
InterfaceIndexOrZero

Defined Types

HpnicfRCPUserEntry  
SEQUENCE    
  hpnicfRCPUserName DisplayString
  hpnicfRCPUserPassword DisplayString
  hpnicfRCPUserRedirectInterface InterfaceIndexOrZero
  hpnicfRCPUserRedirectBalanceGroup Integer32
  hpnicfRCPUserRowStatus RowStatus

HpnicfRCPClientIPEntry  
SEQUENCE    
  hpnicfRCPClientIPType InetAddressType
  hpnicfRCPClientIP InetAddress
  hpnicfRCPClientIPRowStatus RowStatus

HpnicfRCPSessionEntry  
SEQUENCE    
  hpnicfRCPSessionId Integer32
  hpnicfRCPSessionClientIPType InetAddressType
  hpnicfRCPSessionClientIP InetAddress
  hpnicfRCPSessionRunningStatus INTEGER
  hpnicfRCPSessionUserName DisplayString

Defined Values

hpnicfRCPMIB 1.3.6.1.4.1.11.2.14.11.15.2.73.1
The MIB module is used for managing RCP protocol server.
MODULE-IDENTITY    

hpnicfRCPLeaf 1.3.6.1.4.1.11.2.14.11.15.2.73.1.1
OBJECT IDENTIFIER    

hpnicfRCPServerEnableStatus 1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.1
This attribute controls the system wide operation of RCP server. The value TRUE means that the RCP server is enabled. The value FALSE means that the RCP server is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hpnicfRCPConnTimeout 1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.2
Specifies the maximum time in seconds that a RCP client connection is idle.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfRCPRuleTimeout 1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.3
Specifies the time in seconds before a RCP rule is aged out. If its value is 0, it indicates RCP rule will not be aged out.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfRCPServerMaxConn 1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.4
Specifies the maximum number of clients that permitted to connect with RCP server at the same time.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hpnicfRCPServerCurConn 1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.5
The current actual number of clients that connecting with RCP server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfRCPConnTimeoutMaxValue 1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.6
Specifies the maximum value of hpnicfRCPConnTimeout.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfRCPRuleTimeoutMaxValue 1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.7
Specifies the maximum value of hpnicfRCPRuleTimeout.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfRCPServerMaxConnMaxValue 1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.8
Specifies the maximum value of hpnicfRCPServerMaxConn.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfRCPBalanceGroupIdMinValue 1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.9
Specifies the minimum value of balance group identity.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfRCPBalanceGroupIdMaxValue 1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.10
Specifies the maximum value of balance group identity.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfRCPTotalUsers 1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.11
Specifies the total number of RCP user.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfRCPTotalClientIPs 1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.12
Specifies the total number of RCP client IP.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hpnicfRCPTable 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2
OBJECT IDENTIFIER    

hpnicfRCPUserTable 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.1
RCP User Info Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfRCPUserEntry

hpnicfRCPUserEntry 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.1.1
The entry of hpnicfRCPUserTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfRCPUserEntry  

hpnicfRCPUserName 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.1.1.1
The name of RCP user.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..16)  

hpnicfRCPUserPassword 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.1.1.2
The password of RCP user. It is invisible to users and displayed as '***'.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..16)  

hpnicfRCPUserRedirectInterface 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.1.1.3
The redirect interface index of RCP user. The RCP rule assigned by the user can be associated with the redirect interface. If the redirect interface is invalid, its value is set to be 0.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

hpnicfRCPUserRedirectBalanceGroup 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.1.1.4
The redirect balance group identity of RCP user. The RCP rule assigned by the user can be associated with the redirect balance group. If the balance group is invalid, its value is set to be 0.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

hpnicfRCPUserRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.1.1.5
This manages the creation and deletion of rows, and shows the current status of the indexed user name. This object has the following values. active(1) The indexed user name is configured on the device. notInService(2) Not Supported. notReady(3) Not Supported. createAndGo(4) Create a new user. createAndWait(5) Not Supported. destroy(6) Delete this entry. The associated entry can be modified when the value of hpnicfRCPUserRowStatus is active(1). When deleting an inexistence entry, return noError.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfRCPClientIPTable 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.2
RCP Client IP Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfRCPClientIPEntry

hpnicfRCPClientIPEntry 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.2.1
The entry of hpnicfRCPClientIPTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfRCPClientIPEntry  

hpnicfRCPClientIPType 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.2.1.1
The IP address type (IPv4 or IPv6) of RCP client.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

hpnicfRCPClientIP 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.2.1.2
The IP address of RCP client.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

hpnicfRCPClientIPRowStatus 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.2.1.3
This manages the creation and deletion or rows, and shows the current status of the indexed client IP address. This object has the following values. active(1) The indexed client IP is configured on the device. notInService(2) Not Supported. notReady(3) Not Supported. createAndGo(4) Create a new client IP. createAndWait(5) Not Supported. destroy(6) Delete this entry. The associated entry can be modified when the value of hpnicfRCPClientIPRowStatus is active(1). When deleting an inexistence entry, return noError.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfRCPSessionTable 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.3
RCP session Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfRCPSessionEntry

hpnicfRCPSessionEntry 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.3.1
The entry of hpnicfRCPSessionTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfRCPSessionEntry  

hpnicfRCPSessionId 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.3.1.1
RCP session identity.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hpnicfRCPSessionClientIPType 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.3.1.2
The IP address type (IPv4 or IPv6) of RCP client.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

hpnicfRCPSessionClientIP 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.3.1.3
RCP client IP address.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

hpnicfRCPSessionRunningStatus 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.3.1.4
RCP server running status. It is one of the following status: connected: The connection is established and the RCP client is waiting for authentication. operational: The RCP client is authenticated and the server is ready for rule configuration request.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER connected(1), operational(2)  

hpnicfRCPSessionUserName 1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.3.1.5
RCP user name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString