H3C-RCP-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: H3C-RCP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 h3cRCPMIB 1.3.6.1.4.1.2011.10.2.73.1
The MIB module is used for managing RCP protocol server.
     h3cRCPLeaf 1.3.6.1.4.1.2011.10.2.73.1.1
         h3cRCPServerEnableStatus 1.3.6.1.4.1.2011.10.2.73.1.1.1 truthvalue read-write
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.
         h3cRCPConnTimeout 1.3.6.1.4.1.2011.10.2.73.1.1.2 integer32 read-write
Specifies the maximum time in seconds that a RCP client connection is idle.
         h3cRCPRuleTimeout 1.3.6.1.4.1.2011.10.2.73.1.1.3 integer32 read-write
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.
         h3cRCPServerMaxConn 1.3.6.1.4.1.2011.10.2.73.1.1.4 integer32 read-write
Specifies the maximum number of clients that permitted to connect with RCP server at the same time.
         h3cRCPServerCurConn 1.3.6.1.4.1.2011.10.2.73.1.1.5 integer32 read-only
The current actual number of clients that connecting with RCP server.
         h3cRCPConnTimeoutMaxValue 1.3.6.1.4.1.2011.10.2.73.1.1.6 integer32 read-only
Specifies the maximum value of h3cRCPConnTimeout.
         h3cRCPRuleTimeoutMaxValue 1.3.6.1.4.1.2011.10.2.73.1.1.7 integer32 read-only
Specifies the maximum value of h3cRCPRuleTimeout.
         h3cRCPServerMaxConnMaxValue 1.3.6.1.4.1.2011.10.2.73.1.1.8 integer32 read-only
Specifies the maximum value of h3cRCPServerMaxConn.
         h3cRCPBalanceGroupIdMinValue 1.3.6.1.4.1.2011.10.2.73.1.1.9 integer32 read-only
Specifies the minimum value of balance group identity.
         h3cRCPBalanceGroupIdMaxValue 1.3.6.1.4.1.2011.10.2.73.1.1.10 integer32 read-only
Specifies the maximum value of balance group identity.
         h3cRCPTotalUsers 1.3.6.1.4.1.2011.10.2.73.1.1.11 integer32 read-only
Specifies the total number of RCP user.
         h3cRCPTotalClientIPs 1.3.6.1.4.1.2011.10.2.73.1.1.12 integer32 read-only
Specifies the total number of RCP client IP.
     h3cRCPTable 1.3.6.1.4.1.2011.10.2.73.1.2
         h3cRCPUserTable 1.3.6.1.4.1.2011.10.2.73.1.2.1 no-access
RCP User Info Table.
             h3cRCPUserEntry 1.3.6.1.4.1.2011.10.2.73.1.2.1.1 no-access
The entry of h3cRCPUserTable.
                 h3cRCPUserName 1.3.6.1.4.1.2011.10.2.73.1.2.1.1.1 displaystring no-access
The name of RCP user.
                 h3cRCPUserPassword 1.3.6.1.4.1.2011.10.2.73.1.2.1.1.2 displaystring read-only
The password of RCP user. It is invisible to users and displayed as '***'.
                 h3cRCPUserRedirectInterface 1.3.6.1.4.1.2011.10.2.73.1.2.1.1.3 interfaceindexorzero read-only
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.
                 h3cRCPUserRedirectBalanceGroup 1.3.6.1.4.1.2011.10.2.73.1.2.1.1.4 integer32 read-only
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.
                 h3cRCPUserRowStatus 1.3.6.1.4.1.2011.10.2.73.1.2.1.1.5 rowstatus read-only
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.
         h3cRCPClientIPTable 1.3.6.1.4.1.2011.10.2.73.1.2.2 no-access
RCP Client IP Table.
             h3cRCPClientIPEntry 1.3.6.1.4.1.2011.10.2.73.1.2.2.1 no-access
The entry of h3cRCPClientIPTable.
                 h3cRCPClientIPType 1.3.6.1.4.1.2011.10.2.73.1.2.2.1.1 inetaddresstype no-access
The IP address type (IPv4 or IPv6) of RCP client.
                 h3cRCPClientIP 1.3.6.1.4.1.2011.10.2.73.1.2.2.1.2 inetaddress no-access
The IP address of RCP client.
                 h3cRCPClientIPRowStatus 1.3.6.1.4.1.2011.10.2.73.1.2.2.1.3 rowstatus read-only
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.
         h3cRCPSessionTable 1.3.6.1.4.1.2011.10.2.73.1.2.3 no-access
RCP session Table.
             h3cRCPSessionEntry 1.3.6.1.4.1.2011.10.2.73.1.2.3.1 no-access
The entry of h3cRCPSessionTable.
                 h3cRCPSessionId 1.3.6.1.4.1.2011.10.2.73.1.2.3.1.1 integer32 no-access
RCP session identity.
                 h3cRCPSessionClientIPType 1.3.6.1.4.1.2011.10.2.73.1.2.3.1.2 inetaddresstype read-only
The IP address type (IPv4 or IPv6) of RCP client.
                 h3cRCPSessionClientIP 1.3.6.1.4.1.2011.10.2.73.1.2.3.1.3 inetaddress read-only
RCP client IP address.
                 h3cRCPSessionRunningStatus 1.3.6.1.4.1.2011.10.2.73.1.2.3.1.4 integer read-only
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. Enumeration: 'connected': 1, 'operational': 2.
                 h3cRCPSessionUserName 1.3.6.1.4.1.2011.10.2.73.1.2.3.1.5 displaystring read-only
RCP user name.