HH3C-RCR-MIB

File: HH3C-RCR-MIB.mib (24551 bytes)

Imported modules

HH3C-OID-MIB IF-MIB INET-ADDRESS-MIB
SNMPv2-SMI

Imported symbols

hh3cCommon InterfaceIndex InetAddressType
InetAddress Integer32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE

Defined Types

Hh3cRcrMRStateEntry  
SEQUENCE    
  hh3cRcrMRName OCTET STRING
  hh3cRcrMRState INTEGER
  hh3cRcrMRAuthType INTEGER
  hh3cRcrMRAuthPwd OCTET STRING

Hh3cRcrMROutIfStateEntry  
SEQUENCE    
  hh3cRcrMROutIfName OCTET STRING
  hh3cRcrMROutIfState INTEGER
  hh3cRcrMROutIfMaxUsedBandRate Integer32
  hh3cRcrMROutIfMinUsedBandRate Integer32
  hh3cRcrMROutIfUsedBandRate Integer32

Hh3cRcrCRRcrPolicyEntry  
SEQUENCE    
  hh3cRcrCRRcrPlyID Integer32
  hh3cRcrCRRcrPlyMatchIPListName OCTET STRING
  hh3cRcrCRRcrPlyMatchStudyEnable INTEGER
  hh3cRcrCRRcrPlyMatchOperPlyName OCTET STRING
  hh3cRcrCRRcrAclNumber Integer32
  hh3cRcrCRRcrPlyDelayTime Integer32
  hh3cRcrCRRcrPlyLossRate Integer32

Hh3cRcrCRMatPrefixPerfEntry  
SEQUENCE    
  hh3cRcrCRMatPrefPerfAddrType InetAddressType
  hh3cRcrCRMatPrefPerfDestIPAddr InetAddress
  hh3cRcrCRMatPrefPerfDestMaskLen Integer32
  hh3cRcrCRMatPrefPerfDelayTime Integer32
  hh3cRcrCRMatPrefPerfLossRate Integer32
  hh3cRcrCRMatPrefPerfThroughput Integer32

Hh3cRcrCRAdjustPrefixEntry  
SEQUENCE    
  hh3cRcrCRAdjuPrefDestAddrType InetAddressType
  hh3cRcrCRAdjuPrefDestAddr InetAddress
  hh3cRcrCRAdjuPrefMaskLen Integer32
  hh3cRcrCRAdjuPrefPreMRName OCTET STRING
  hh3cRcrCRAdjuPrefPreOutIfName OCTET STRING
  hh3cRcrCRAdjuPrefCurMRName OCTET STRING
  hh3cRcrCRAdjuPrefCurOutIfName OCTET STRING
  hh3cRcrCRAdjuPrefPersistTime Integer32
  hh3cRcrCRAdjuPrefAgeTime Integer32

Defined Values

hh3cRcr 1.3.6.1.4.1.25506.2.48
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.
MODULE-IDENTITY    

hh3cRcrMR 1.3.6.1.4.1.25506.2.48.1
OBJECT IDENTIFIER    

hh3cRcrMRGroup 1.3.6.1.4.1.25506.2.48.1.1
OBJECT IDENTIFIER    

hh3cRcrMRAllMaxUsedBandRate 1.3.6.1.4.1.25506.2.48.1.1.1
The max used band rate of all external interfaces on member router-devices(MRs) which are controlled by RCR.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..100  

hh3cRcrMRAllMinUsedBandRate 1.3.6.1.4.1.25506.2.48.1.1.2
The min used band rate of all external interfaces on MRs which are controlled by RCR.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

hh3cRcrMRListenTime 1.3.6.1.4.1.25506.2.48.1.1.3
The persistent time of a probe on member router-device(MR) which is controlled by RCR.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..1440  

hh3cRcrMRStateTable 1.3.6.1.4.1.25506.2.48.1.2
This table contains state information of each MR which is controlled by RCR.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cRcrMRStateEntry

hh3cRcrMRStateEntry 1.3.6.1.4.1.25506.2.48.1.2.1
Entry items
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cRcrMRStateEntry  

hh3cRcrMRName 1.3.6.1.4.1.25506.2.48.1.2.1.1
The name of MR which is controlled by RCR.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

hh3cRcrMRState 1.3.6.1.4.1.25506.2.48.1.2.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), up(2), controlled(3)  

hh3cRcrMRAuthType 1.3.6.1.4.1.25506.2.48.1.2.1.3
The authentication type of communication packet between CR and MR.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER simple(1), md5(2)  

hh3cRcrMRAuthPwd 1.3.6.1.4.1.25506.2.48.1.2.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

hh3cRcrMROutIfStateTable 1.3.6.1.4.1.25506.2.48.1.3
This table contains the external interface states of each MR which is controlled by RCR.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cRcrMROutIfStateEntry

hh3cRcrMROutIfStateEntry 1.3.6.1.4.1.25506.2.48.1.3.1
Entry items
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cRcrMROutIfStateEntry  

hh3cRcrMROutIfName 1.3.6.1.4.1.25506.2.48.1.3.1.1
The name of external interface on each MR.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..48)  

hh3cRcrMROutIfState 1.3.6.1.4.1.25506.2.48.1.3.1.2
The state of external interface on each MR.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), up(2), notExist(3)  

hh3cRcrMROutIfMaxUsedBandRate 1.3.6.1.4.1.25506.2.48.1.3.1.3
The max spendable bandwidth rate on external interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..100  

hh3cRcrMROutIfMinUsedBandRate 1.3.6.1.4.1.25506.2.48.1.3.1.4
The min spendable bandwidth rate on external interface.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..100  

hh3cRcrMROutIfUsedBandRate 1.3.6.1.4.1.25506.2.48.1.3.1.5
The used bandwidth rate on external interface.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..100  

hh3cRcrCR 1.3.6.1.4.1.25506.2.48.2
OBJECT IDENTIFIER    

hh3cRcrCRGroup 1.3.6.1.4.1.25506.2.48.2.1
OBJECT IDENTIFIER    

hh3cRcrCRState 1.3.6.1.4.1.25506.2.48.2.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), init(2), active(3)  

hh3cRcrCRPortNum 1.3.6.1.4.1.25506.2.48.2.1.2
The communication port number between CR and MR.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hh3cRcrCRCtrlMode 1.3.6.1.4.1.25506.2.48.2.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER control(1), observe(2)  

hh3cRcrCRChooseMode 1.3.6.1.4.1.25506.2.48.2.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER good(1), best(2)  

hh3cRcrCRKeepaliveTime 1.3.6.1.4.1.25506.2.48.2.1.5
The interval time of the transmission of the keepalive communication packet between CR and MR.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..1000  

hh3cRcrCRPolicyMode 1.3.6.1.4.1.25506.2.48.2.1.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER prefix(1), operation(2), study(3)  

hh3cRcrCRStudyMode 1.3.6.1.4.1.25506.2.48.2.1.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER maxThoughout(1), maxDelay(2)  

hh3cRcrCRStudyIpPrefixNum 1.3.6.1.4.1.25506.2.48.2.1.8
The max number of collecting prefix in studying configuration mode.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..2500  

hh3cRcrCRIpPrefixLen 1.3.6.1.4.1.25506.2.48.2.1.9
The mask length of collecting prefix in configuration mode.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..32  

hh3cRcrCRRcrPolicyTable 1.3.6.1.4.1.25506.2.48.2.2
This table contains objects to get statistic information of interfaces on a device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cRcrCRRcrPolicyEntry

hh3cRcrCRRcrPolicyEntry 1.3.6.1.4.1.25506.2.48.2.2.1
Entry items
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cRcrCRRcrPolicyEntry  

hh3cRcrCRRcrPlyID 1.3.6.1.4.1.25506.2.48.2.2.1.1
The ID of RCR policy which the user has configured.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hh3cRcrCRRcrPlyMatchIPListName 1.3.6.1.4.1.25506.2.48.2.2.1.2
The matched IP prefix list name of RCR policy which the user has configured.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..19)  

hh3cRcrCRRcrPlyMatchStudyEnable 1.3.6.1.4.1.25506.2.48.2.2.1.3
Whether the RCR policy which the user has configured is matched for studying prefix mode.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(1), enable(2)  

hh3cRcrCRRcrPlyMatchOperPlyName 1.3.6.1.4.1.25506.2.48.2.2.1.4
The matched operation policy name of RCR policy which the user has configured.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(1..19)  

hh3cRcrCRRcrAclNumber 1.3.6.1.4.1.25506.2.48.2.2.1.5
The matched acl number of RCR operation policy which the user has configured.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 3000..3999  

hh3cRcrCRRcrPlyDelayTime 1.3.6.1.4.1.25506.2.48.2.2.1.6
The absolute maximum delay time. The range of values that can be configured is from 1 to 10000.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10000  

hh3cRcrCRRcrPlyLossRate 1.3.6.1.4.1.25506.2.48.2.2.1.7
The packet loss percent of prefix which the CR concerns.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..100  

hh3cRcrCRMatPrefixPerfTable 1.3.6.1.4.1.25506.2.48.2.3
This table contains the matched prefix performance information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cRcrCRMatPrefixPerfEntry

hh3cRcrCRMatPrefixPerfEntry 1.3.6.1.4.1.25506.2.48.2.3.1
Entry items
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cRcrCRMatPrefixPerfEntry  

hh3cRcrCRMatPrefPerfAddrType 1.3.6.1.4.1.25506.2.48.2.3.1.1
The destination IP addresses type of matched prefix which the CR wants (IPv4 or IPv6).
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

hh3cRcrCRMatPrefPerfDestIPAddr 1.3.6.1.4.1.25506.2.48.2.3.1.2
The destination IP address of matched prefix which the CR wants.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

hh3cRcrCRMatPrefPerfDestMaskLen 1.3.6.1.4.1.25506.2.48.2.3.1.3
The destination IP address mask length of matched prefix which the CR wants.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..32  

hh3cRcrCRMatPrefPerfDelayTime 1.3.6.1.4.1.25506.2.48.2.3.1.4
The absolute maximum delay time of prefix which the CR has configured.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..10000  

hh3cRcrCRMatPrefPerfLossRate 1.3.6.1.4.1.25506.2.48.2.3.1.5
The packet loss percent of prefix which the CR has configured.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..100  

hh3cRcrCRMatPrefPerfThroughput 1.3.6.1.4.1.25506.2.48.2.3.1.6
The bandwidth of prefix which the CR has monitored.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cRcrCRAdjustPrefixTable 1.3.6.1.4.1.25506.2.48.2.4
This table contains objects to get adjusted prefix information which the CR controlled.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cRcrCRAdjustPrefixEntry

hh3cRcrCRAdjustPrefixEntry 1.3.6.1.4.1.25506.2.48.2.4.1
Entry items
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cRcrCRAdjustPrefixEntry  

hh3cRcrCRAdjuPrefDestAddrType 1.3.6.1.4.1.25506.2.48.2.4.1.1
The IP address type of the adjusted prefix which CR controlled (IPv4 or IPv6).
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

hh3cRcrCRAdjuPrefDestAddr 1.3.6.1.4.1.25506.2.48.2.4.1.2
The IP address of the adjusted prefix which CR controlled.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

hh3cRcrCRAdjuPrefMaskLen 1.3.6.1.4.1.25506.2.48.2.4.1.3
The IP address mask length of the adjusted prefix which CR controlled.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..32  

hh3cRcrCRAdjuPrefPreMRName 1.3.6.1.4.1.25506.2.48.2.4.1.4
The name of the MR which the previous outbound traffic flows through.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

hh3cRcrCRAdjuPrefPreOutIfName 1.3.6.1.4.1.25506.2.48.2.4.1.5
The name of the external interface on the MR which the previous outbound traffic flows through.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(1..48)  

hh3cRcrCRAdjuPrefCurMRName 1.3.6.1.4.1.25506.2.48.2.4.1.6
The name of the MR which the current outbound traffic flows through.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

hh3cRcrCRAdjuPrefCurOutIfName 1.3.6.1.4.1.25506.2.48.2.4.1.7
The name of the external interface on the MR which the current outbound traffic flows through.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

hh3cRcrCRAdjuPrefPersistTime 1.3.6.1.4.1.25506.2.48.2.4.1.8
The persisting time from the time which the adjusted outbound traffic has been adjusted by CR to now.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

hh3cRcrCRAdjuPrefAgeTime 1.3.6.1.4.1.25506.2.48.2.4.1.9
The time which the adjusted prefix remains.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32