A3COM-HUAWEI-RCP-MIB

File: A3COM-HUAWEI-RCP-MIB.mib (11465 bytes)

Imported modules

A3COM-HUAWEI-OID-MIB SNMPv2-SMI SNMPv2-TC
INET-ADDRESS-MIB IF-MIB

Imported symbols

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

Defined Types

H3cRCPUserEntry  
SEQUENCE    
  h3cRCPUserName DisplayString
  h3cRCPUserPassword DisplayString
  h3cRCPUserRedirectInterface InterfaceIndexOrZero
  h3cRCPUserRedirectBalanceGroup Integer32
  h3cRCPUserRowStatus RowStatus

H3cRCPClientIPEntry  
SEQUENCE    
  h3cRCPClientIPType InetAddressType
  h3cRCPClientIP InetAddress
  h3cRCPClientIPRowStatus RowStatus

H3cRCPSessionEntry  
SEQUENCE    
  h3cRCPSessionId Integer32
  h3cRCPSessionClientIPType InetAddressType
  h3cRCPSessionClientIP InetAddress
  h3cRCPSessionRunningStatus INTEGER
  h3cRCPSessionUserName DisplayString

Defined Values

h3cRCPMIB 1.3.6.1.4.1.43.45.1.10.2.73.1
The MIB module is used for managing RCP protocol server.
MODULE-IDENTITY    

h3cRCPLeaf 1.3.6.1.4.1.43.45.1.10.2.73.1.1
OBJECT IDENTIFIER    

h3cRCPServerEnableStatus 1.3.6.1.4.1.43.45.1.10.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  

h3cRCPConnTimeout 1.3.6.1.4.1.43.45.1.10.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  

h3cRCPRuleTimeout 1.3.6.1.4.1.43.45.1.10.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  

h3cRCPServerMaxConn 1.3.6.1.4.1.43.45.1.10.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  

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

h3cRCPConnTimeoutMaxValue 1.3.6.1.4.1.43.45.1.10.2.73.1.1.6
Specifies the maximum value of h3cRCPConnTimeout.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cRCPRuleTimeoutMaxValue 1.3.6.1.4.1.43.45.1.10.2.73.1.1.7
Specifies the maximum value of h3cRCPRuleTimeout.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cRCPServerMaxConnMaxValue 1.3.6.1.4.1.43.45.1.10.2.73.1.1.8
Specifies the maximum value of h3cRCPServerMaxConn.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

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

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

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

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

h3cRCPTable 1.3.6.1.4.1.43.45.1.10.2.73.1.2
OBJECT IDENTIFIER    

h3cRCPUserTable 1.3.6.1.4.1.43.45.1.10.2.73.1.2.1
RCP User Info Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cRCPUserEntry

h3cRCPUserEntry 1.3.6.1.4.1.43.45.1.10.2.73.1.2.1.1
The entry of h3cRCPUserTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cRCPUserEntry  

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

h3cRCPUserPassword 1.3.6.1.4.1.43.45.1.10.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)  

h3cRCPUserRedirectInterface 1.3.6.1.4.1.43.45.1.10.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  

h3cRCPUserRedirectBalanceGroup 1.3.6.1.4.1.43.45.1.10.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  

h3cRCPUserRowStatus 1.3.6.1.4.1.43.45.1.10.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 h3cRCPUserRowStatus is active(1). When deleting an inexistence entry, return noError.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cRCPClientIPTable 1.3.6.1.4.1.43.45.1.10.2.73.1.2.2
RCP Client IP Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cRCPClientIPEntry

h3cRCPClientIPEntry 1.3.6.1.4.1.43.45.1.10.2.73.1.2.2.1
The entry of h3cRCPClientIPTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cRCPClientIPEntry  

h3cRCPClientIPType 1.3.6.1.4.1.43.45.1.10.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  

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

h3cRCPClientIPRowStatus 1.3.6.1.4.1.43.45.1.10.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 h3cRCPClientIPRowStatus is active(1). When deleting an inexistence entry, return noError.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cRCPSessionTable 1.3.6.1.4.1.43.45.1.10.2.73.1.2.3
RCP session Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cRCPSessionEntry

h3cRCPSessionEntry 1.3.6.1.4.1.43.45.1.10.2.73.1.2.3.1
The entry of h3cRCPSessionTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cRCPSessionEntry  

h3cRCPSessionId 1.3.6.1.4.1.43.45.1.10.2.73.1.2.3.1.1
RCP session identity.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

h3cRCPSessionClientIPType 1.3.6.1.4.1.43.45.1.10.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  

h3cRCPSessionClientIP 1.3.6.1.4.1.43.45.1.10.2.73.1.2.3.1.3
RCP client IP address.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

h3cRCPSessionRunningStatus 1.3.6.1.4.1.43.45.1.10.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)  

h3cRCPSessionUserName 1.3.6.1.4.1.43.45.1.10.2.73.1.2.3.1.5
RCP user name.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString