MIBs Depot

HPN-ICF-RCP-MIB

Registered at
1.3.6.1.4.1.11.2.14.11.15.2.73.1
Last updated
2006-09-20 00:00
Revisions
2006-09-20 00:00
Namespace
hp
Source file
HPN-ICF-RCP-MIB
Digest
sha256:7afdd9e706228bb94e393b82e67ee343e57af07ebe9a9b4790e194808beea679

Description

The MIB module is used for managing RCP protocol server.

Imports

FromSymbols
HPN-ICF-OID-MIBhpnicfRCP
IF-MIBInterfaceIndexOrZero
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

HPN-ICF-OID-MIB
HPN-ICF-RCP-MIB
IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
hpnicfRCPLeaf
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.15.2.73.1.1
hpnicfRCPServerEnableStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.1TruthValueread-writecurrent
hpnicfRCPConnTimeout
OBJECT-TYPE
Specifies the maximum time in seconds that a RCP client connection is idle.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.2Integer32read-writecurrent
hpnicfRCPRuleTimeout
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.3Integer32read-writecurrent
hpnicfRCPServerMaxConn
OBJECT-TYPE
Specifies the maximum number of clients that permitted to connect with RCP server at the same time.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.4Integer32read-writecurrent
hpnicfRCPServerCurConn
OBJECT-TYPE
The current actual number of clients that connecting with RCP server.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.5Integer32read-onlycurrent
hpnicfRCPConnTimeoutMaxValue
OBJECT-TYPE
Specifies the maximum value of hpnicfRCPConnTimeout.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.6Integer32read-onlycurrent
hpnicfRCPRuleTimeoutMaxValue
OBJECT-TYPE
Specifies the maximum value of hpnicfRCPRuleTimeout.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.7Integer32read-onlycurrent
hpnicfRCPServerMaxConnMaxValue
OBJECT-TYPE
Specifies the maximum value of hpnicfRCPServerMaxConn.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.8Integer32read-onlycurrent
hpnicfRCPBalanceGroupIdMinValue
OBJECT-TYPE
Specifies the minimum value of balance group identity.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.9Integer32read-onlycurrent
hpnicfRCPBalanceGroupIdMaxValue
OBJECT-TYPE
Specifies the maximum value of balance group identity.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.10Integer32read-onlycurrent
hpnicfRCPTotalUsers
OBJECT-TYPE
Specifies the total number of RCP user.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.11Integer32read-onlycurrent
hpnicfRCPTotalClientIPs
OBJECT-TYPE
Specifies the total number of RCP client IP.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.1.12Integer32read-onlycurrent
hpnicfRCPTable
OBJECT-IDENTITY
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2
hpnicfRCPUserTable
OBJECT-TYPE
RCP User Info Table.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.1not-accessiblecurrent
hpnicfRCPUserEntry
OBJECT-TYPE
The entry of hpnicfRCPUserTable.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.1.1not-accessiblecurrent
hpnicfRCPUserName
OBJECT-TYPE
The name of RCP user.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.1.1.1DisplayString (SIZE(1..16))not-accessiblecurrent
hpnicfRCPUserPassword
OBJECT-TYPE
The password of RCP user. It is invisible to users and displayed as '***'.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.1.1.2DisplayString (SIZE(1..16))read-createcurrent
hpnicfRCPUserRedirectInterface
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.1.1.3InterfaceIndexOrZeroread-createcurrent
hpnicfRCPUserRedirectBalanceGroup
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.1.1.4Integer32read-createcurrent
hpnicfRCPUserRowStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.1.1.5RowStatusread-createcurrent
hpnicfRCPClientIPTable
OBJECT-TYPE
RCP Client IP Table.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.2not-accessiblecurrent
hpnicfRCPClientIPEntry
OBJECT-TYPE
The entry of hpnicfRCPClientIPTable.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.2.1not-accessiblecurrent
hpnicfRCPClientIPType
OBJECT-TYPE
The IP address type (IPv4 or IPv6) of RCP client.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.2.1.1InetAddressTypenot-accessiblecurrent
hpnicfRCPClientIP
OBJECT-TYPE
The IP address of RCP client.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.2.1.2InetAddressnot-accessiblecurrent
hpnicfRCPClientIPRowStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.2.1.3RowStatusread-createcurrent
hpnicfRCPSessionTable
OBJECT-TYPE
RCP session Table.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.3not-accessiblecurrent
hpnicfRCPSessionEntry
OBJECT-TYPE
The entry of hpnicfRCPSessionTable.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.3.1not-accessiblecurrent
hpnicfRCPSessionId
OBJECT-TYPE
RCP session identity.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.3.1.1Integer32not-accessiblecurrent
hpnicfRCPSessionClientIPType
OBJECT-TYPE
The IP address type (IPv4 or IPv6) of RCP client.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.3.1.2InetAddressTyperead-onlycurrent
hpnicfRCPSessionClientIP
OBJECT-TYPE
RCP client IP address.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.3.1.3InetAddressread-onlycurrent
hpnicfRCPSessionRunningStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.3.1.4INTEGER {connected(1), operational(2)}read-onlycurrent
hpnicfRCPSessionUserName
OBJECT-TYPE
RCP user name.
1.3.6.1.4.1.11.2.14.11.15.2.73.1.2.3.1.5DisplayStringread-onlycurrent