MIBs Depot

HH3C-RCR-MIB

Registered at
1.3.6.1.4.1.25506.2.48
Last updated
2005-06-28 19:36
Organization
New H3C Tech. Co., Ltd.
Revisions
2005-06-28 19:36
Namespace
comware
Source file
HH3C-RCR-MIB
Digest
sha256:e438070b4d11ef2cc83593fce16c21f6c6f7b07b77d33a2b1209171ac8b16468

Description

This MIB is applicable to router-devices. It's made for RCR (Resilient Controllable Routing). RCR provides an effective resolution which can dynamically auto-adjust outbound traffic to the optimal external interface by monitoring the performance and traffic load of each external interface. It provides the functions of intelligentized traffic load distribution and the optimal external interface selection. This can optimally utilize the external interfaces. Furthermore, RCR realized the function which can select the optimal external interface based on different classes of operation flow.

Contact

Platform Team New H3C Tech. Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip:100085

Imports

FromSymbols
HH3C-OID-MIBhh3cCommon
IF-MIBInterfaceIndex
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

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

HH3C-OID-MIB
HH3C-RCR-MIB
IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
hh3cRcrMR
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.48.1
hh3cRcrMRGroup
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.48.1.1
hh3cRcrMRAllMaxUsedBandRate
OBJECT-TYPE
The max used band rate of all external interfaces on member router-devices(MRs) which are controlled by RCR.
1.3.6.1.4.1.25506.2.48.1.1.1Integer32 (1..100)read-writecurrent
hh3cRcrMRAllMinUsedBandRate
OBJECT-TYPE
The min used band rate of all external interfaces on MRs which are controlled by RCR.
1.3.6.1.4.1.25506.2.48.1.1.2Integer32 (0..100)read-writecurrent
hh3cRcrMRListenTime
OBJECT-TYPE
The persistent time of a probe on member router-device(MR) which is controlled by RCR.
1.3.6.1.4.1.25506.2.48.1.1.3Integer32 (1..1440)read-writecurrent
hh3cRcrMRStateTable
OBJECT-TYPE
This table contains state information of each MR which is controlled by RCR.
1.3.6.1.4.1.25506.2.48.1.2not-accessiblecurrent
hh3cRcrMRStateEntry
OBJECT-TYPE
Entry items
1.3.6.1.4.1.25506.2.48.1.2.1not-accessiblecurrent
hh3cRcrMRName
OBJECT-TYPE
The name of MR which is controlled by RCR.
1.3.6.1.4.1.25506.2.48.1.2.1.1OCTET STRING (SIZE(1..32))not-accessiblecurrent
hh3cRcrMRState
OBJECT-TYPE
The state of MR where identified on the controller router-device(CR). down: The MR has been enabled but has not connected to the CR with TCP connection. up: The MR has already successfully connected to the CR but has not been ready for adjusting route. controlled: The MR has already passed the consultation with the CR and could be controlled by it.
1.3.6.1.4.1.25506.2.48.1.2.1.2INTEGER {down(1), up(2), controlled(3)}read-onlycurrent
hh3cRcrMRAuthType
OBJECT-TYPE
The authentication type of communication packet between CR and MR.
1.3.6.1.4.1.25506.2.48.1.2.1.3INTEGER {simple(1), md5(2)}read-writecurrent
hh3cRcrMRAuthPwd
OBJECT-TYPE
The authentication password of communication packet between CR and MR. Reading this object always results in an OCTET STRING of length zero; authentication may not be bypassed by reading the MIB object.
1.3.6.1.4.1.25506.2.48.1.2.1.4OCTET STRINGread-writecurrent
hh3cRcrMROutIfStateTable
OBJECT-TYPE
This table contains the external interface states of each MR which is controlled by RCR.
1.3.6.1.4.1.25506.2.48.1.3not-accessiblecurrent
hh3cRcrMROutIfStateEntry
OBJECT-TYPE
Entry items
1.3.6.1.4.1.25506.2.48.1.3.1not-accessiblecurrent
hh3cRcrMROutIfName
OBJECT-TYPE
The name of external interface on each MR.
1.3.6.1.4.1.25506.2.48.1.3.1.1OCTET STRING (SIZE(1..48))not-accessiblecurrent
hh3cRcrMROutIfState
OBJECT-TYPE
The state of external interface on each MR.
1.3.6.1.4.1.25506.2.48.1.3.1.2INTEGER {down(1), up(2), notExist(3)}read-onlycurrent
hh3cRcrMROutIfMaxUsedBandRate
OBJECT-TYPE
The max spendable bandwidth rate on external interface.
1.3.6.1.4.1.25506.2.48.1.3.1.3Integer32 (1..100)read-writecurrent
hh3cRcrMROutIfMinUsedBandRate
OBJECT-TYPE
The min spendable bandwidth rate on external interface.
1.3.6.1.4.1.25506.2.48.1.3.1.4Integer32 (0..100)read-writecurrent
hh3cRcrMROutIfUsedBandRate
OBJECT-TYPE
The used bandwidth rate on external interface.
1.3.6.1.4.1.25506.2.48.1.3.1.5Integer32 (0..100)read-onlycurrent
hh3cRcrCR
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.48.2
hh3cRcrCRGroup
OBJECT-IDENTITY
1.3.6.1.4.1.25506.2.48.2.1
hh3cRcrCRState
OBJECT-TYPE
The state of the CR which is controlled by RCR. down: The CR has been enabled but has not started a TCP connection server. init: The CR has started a TCP connection server and has been waiting for MR connection, but has not been ready for adjusting route. active: The CR is ready for adjusting route.
1.3.6.1.4.1.25506.2.48.2.1.1INTEGER {down(1), init(2), active(3)}read-onlycurrent
hh3cRcrCRPortNum
OBJECT-TYPE
The communication port number between CR and MR.
1.3.6.1.4.1.25506.2.48.2.1.2Integer32read-writecurrent
hh3cRcrCRCtrlMode
OBJECT-TYPE
The observe mode or control mode is configured to operate in the CR. observe: The CR monitors prefixes and external interfaces based on default and user-defined policies and then reports the status of the network and the decisions that should be made but does not implement any changes. controlled: The CR monitors prefixes and external interfaces based on default and user-defined policies and then reports the status of the network and the decisions that should be made and implement any changes.
1.3.6.1.4.1.25506.2.48.2.1.3INTEGER {control(1), observe(2)}read-writecurrent
hh3cRcrCRChooseMode
OBJECT-TYPE
The algorithm used to choose an alternative external interface for a prefix. good: The first external interface that conforms to the policy is selected as the new external interface. best: Information is collected from all external interfaces and the best one is selected even though the best external interface may not be in-policy.
1.3.6.1.4.1.25506.2.48.2.1.4INTEGER {good(1), best(2)}read-writecurrent
hh3cRcrCRKeepaliveTime
OBJECT-TYPE
The interval time of the transmission of the keepalive communication packet between CR and MR.
1.3.6.1.4.1.25506.2.48.2.1.5Integer32 (1..1000)read-writecurrent
hh3cRcrCRPolicyMode
OBJECT-TYPE
The chosen policy mode which decides to change what prefix. prefix: An RCR policy is designed to select IP prefixes or to select RCR learn policies using a match clause and then to apply RCR policy configurations using a set clause. operation: To deside to adjusted prefixes based on operation which user configured. study: To learn and optimize prefixes based on the highest throughput or the highest delay.
1.3.6.1.4.1.25506.2.48.2.1.6INTEGER {prefix(1), operation(2), study(3)}read-writecurrent
hh3cRcrCRStudyMode
OBJECT-TYPE
The mode of collecting prefix in studying configuration mode. It's to collect either the prefix of max thoughtout or the prefix of max delay time. It doesn't have a value when CR isn't in studying configuration mode.
1.3.6.1.4.1.25506.2.48.2.1.7INTEGER {maxThoughout(1), maxDelay(2)}read-writecurrent
hh3cRcrCRStudyIpPrefixNum
OBJECT-TYPE
The max number of collecting prefix in studying configuration mode.
1.3.6.1.4.1.25506.2.48.2.1.8Integer32 (1..2500)read-writecurrent
hh3cRcrCRIpPrefixLen
OBJECT-TYPE
The mask length of collecting prefix in configuration mode.
1.3.6.1.4.1.25506.2.48.2.1.9Integer32 (1..32)read-writecurrent
hh3cRcrCRRcrPolicyTable
OBJECT-TYPE
This table contains objects to get statistic information of interfaces on a device.
1.3.6.1.4.1.25506.2.48.2.2not-accessiblecurrent
hh3cRcrCRRcrPolicyEntry
OBJECT-TYPE
Entry items
1.3.6.1.4.1.25506.2.48.2.2.1not-accessiblecurrent
hh3cRcrCRRcrPlyID
OBJECT-TYPE
The ID of RCR policy which the user has configured.
1.3.6.1.4.1.25506.2.48.2.2.1.1Integer32not-accessiblecurrent
hh3cRcrCRRcrPlyMatchIPListName
OBJECT-TYPE
The matched IP prefix list name of RCR policy which the user has configured.
1.3.6.1.4.1.25506.2.48.2.2.1.2OCTET STRING (SIZE(1..19))read-writecurrent
hh3cRcrCRRcrPlyMatchStudyEnable
OBJECT-TYPE
Whether the RCR policy which the user has configured is matched for studying prefix mode.
1.3.6.1.4.1.25506.2.48.2.2.1.3INTEGER {disable(1), enable(2)}read-writecurrent
hh3cRcrCRRcrPlyMatchOperPlyName
OBJECT-TYPE
The matched operation policy name of RCR policy which the user has configured.
1.3.6.1.4.1.25506.2.48.2.2.1.4OCTET STRING (SIZE(1..19))read-writecurrent
hh3cRcrCRRcrAclNumber
OBJECT-TYPE
The matched acl number of RCR operation policy which the user has configured.
1.3.6.1.4.1.25506.2.48.2.2.1.5Integer32 (3000..3999)read-writecurrent
hh3cRcrCRRcrPlyDelayTime
OBJECT-TYPE
The absolute maximum delay time. The range of values that can be configured is from 1 to 10000.
1.3.6.1.4.1.25506.2.48.2.2.1.6Integer32 (1..10000)read-writecurrent
hh3cRcrCRRcrPlyLossRate
OBJECT-TYPE
The packet loss percent of prefix which the CR concerns.
1.3.6.1.4.1.25506.2.48.2.2.1.7Integer32 (1..100)read-writecurrent
hh3cRcrCRMatPrefixPerfTable
OBJECT-TYPE
This table contains the matched prefix performance information.
1.3.6.1.4.1.25506.2.48.2.3not-accessiblecurrent
hh3cRcrCRMatPrefixPerfEntry
OBJECT-TYPE
Entry items
1.3.6.1.4.1.25506.2.48.2.3.1not-accessiblecurrent
hh3cRcrCRMatPrefPerfAddrType
OBJECT-TYPE
The destination IP addresses type of matched prefix which the CR wants (IPv4 or IPv6).
1.3.6.1.4.1.25506.2.48.2.3.1.1InetAddressTypenot-accessiblecurrent
hh3cRcrCRMatPrefPerfDestIPAddr
OBJECT-TYPE
The destination IP address of matched prefix which the CR wants.
1.3.6.1.4.1.25506.2.48.2.3.1.2InetAddressnot-accessiblecurrent
hh3cRcrCRMatPrefPerfDestMaskLen
OBJECT-TYPE
The destination IP address mask length of matched prefix which the CR wants.
1.3.6.1.4.1.25506.2.48.2.3.1.3Integer32 (0..32)not-accessiblecurrent
hh3cRcrCRMatPrefPerfDelayTime
OBJECT-TYPE
The absolute maximum delay time of prefix which the CR has configured.
1.3.6.1.4.1.25506.2.48.2.3.1.4Integer32 (1..10000)read-onlycurrent
hh3cRcrCRMatPrefPerfLossRate
OBJECT-TYPE
The packet loss percent of prefix which the CR has configured.
1.3.6.1.4.1.25506.2.48.2.3.1.5Integer32 (1..100)read-onlycurrent
hh3cRcrCRMatPrefPerfThroughput
OBJECT-TYPE
The bandwidth of prefix which the CR has monitored.
1.3.6.1.4.1.25506.2.48.2.3.1.6Integer32read-onlycurrent
hh3cRcrCRAdjustPrefixTable
OBJECT-TYPE
This table contains objects to get adjusted prefix information which the CR controlled.
1.3.6.1.4.1.25506.2.48.2.4not-accessiblecurrent
hh3cRcrCRAdjustPrefixEntry
OBJECT-TYPE
Entry items
1.3.6.1.4.1.25506.2.48.2.4.1not-accessiblecurrent
hh3cRcrCRAdjuPrefDestAddrType
OBJECT-TYPE
The IP address type of the adjusted prefix which CR controlled (IPv4 or IPv6).
1.3.6.1.4.1.25506.2.48.2.4.1.1InetAddressTypenot-accessiblecurrent
hh3cRcrCRAdjuPrefDestAddr
OBJECT-TYPE
The IP address of the adjusted prefix which CR controlled.
1.3.6.1.4.1.25506.2.48.2.4.1.2InetAddressnot-accessiblecurrent
hh3cRcrCRAdjuPrefMaskLen
OBJECT-TYPE
The IP address mask length of the adjusted prefix which CR controlled.
1.3.6.1.4.1.25506.2.48.2.4.1.3Integer32 (0..32)not-accessiblecurrent
hh3cRcrCRAdjuPrefPreMRName
OBJECT-TYPE
The name of the MR which the previous outbound traffic flows through.
1.3.6.1.4.1.25506.2.48.2.4.1.4OCTET STRING (SIZE(1..32))not-accessiblecurrent
hh3cRcrCRAdjuPrefPreOutIfName
OBJECT-TYPE
The name of the external interface on the MR which the previous outbound traffic flows through.
1.3.6.1.4.1.25506.2.48.2.4.1.5OCTET STRING (SIZE(1..48))not-accessiblecurrent
hh3cRcrCRAdjuPrefCurMRName
OBJECT-TYPE
The name of the MR which the current outbound traffic flows through.
1.3.6.1.4.1.25506.2.48.2.4.1.6OCTET STRING (SIZE(1..32))read-onlycurrent
hh3cRcrCRAdjuPrefCurOutIfName
OBJECT-TYPE
The name of the external interface on the MR which the current outbound traffic flows through.
1.3.6.1.4.1.25506.2.48.2.4.1.7OCTET STRINGread-onlycurrent
hh3cRcrCRAdjuPrefPersistTime
OBJECT-TYPE
The persisting time from the time which the adjusted outbound traffic has been adjusted by CR to now.
1.3.6.1.4.1.25506.2.48.2.4.1.8Integer32read-onlycurrent
hh3cRcrCRAdjuPrefAgeTime
OBJECT-TYPE
The time which the adjusted prefix remains.
1.3.6.1.4.1.25506.2.48.2.4.1.9Integer32read-onlycurrent