A3COM-HUAWEI-RCR-MIB

File: A3COM-HUAWEI-RCR-MIB.mib (24420 bytes)

Imported modules

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

Imported symbols

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

Defined Types

H3cRcrMRStateEntry  
SEQUENCE    
  h3cRcrMRName OCTET STRING
  h3cRcrMRState INTEGER
  h3cRcrMRAuthType INTEGER
  h3cRcrMRAuthPwd OCTET STRING

H3cRcrMROutIfStateEntry  
SEQUENCE    
  h3cRcrMROutIfName OCTET STRING
  h3cRcrMROutIfState INTEGER
  h3cRcrMROutIfMaxUsedBandRate Integer32
  h3cRcrMROutIfMinUsedBandRate Integer32
  h3cRcrMROutIfUsedBandRate Integer32

H3cRcrCRRcrPolicyEntry  
SEQUENCE    
  h3cRcrCRRcrPlyID Integer32
  h3cRcrCRRcrPlyMatchIPListName OCTET STRING
  h3cRcrCRRcrPlyMatchStudyEnable INTEGER
  h3cRcrCRRcrPlyMatchOperPlyName OCTET STRING
  h3cRcrCRRcrAclNumber Integer32
  h3cRcrCRRcrPlyDelayTime Integer32
  h3cRcrCRRcrPlyLossRate Integer32

H3cRcrCRMatPrefixPerfEntry  
SEQUENCE    
  h3cRcrCRMatPrefPerfAddrType InetAddressType
  h3cRcrCRMatPrefPerfDestIPAddr InetAddress
  h3cRcrCRMatPrefPerfDestMaskLen Integer32
  h3cRcrCRMatPrefPerfDelayTime Integer32
  h3cRcrCRMatPrefPerfLossRate Integer32
  h3cRcrCRMatPrefPerfThroughput Integer32

H3cRcrCRAdjustPrefixEntry  
SEQUENCE    
  h3cRcrCRAdjuPrefDestAddrType InetAddressType
  h3cRcrCRAdjuPrefDestAddr InetAddress
  h3cRcrCRAdjuPrefMaskLen Integer32
  h3cRcrCRAdjuPrefPreMRName OCTET STRING
  h3cRcrCRAdjuPrefPreOutIfName OCTET STRING
  h3cRcrCRAdjuPrefCurMRName OCTET STRING
  h3cRcrCRAdjuPrefCurOutIfName OCTET STRING
  h3cRcrCRAdjuPrefPersistTime Integer32
  h3cRcrCRAdjuPrefAgeTime Integer32

Defined Values

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

h3cRcrMR 1.3.6.1.4.1.43.45.1.10.2.48.1
OBJECT IDENTIFIER    

h3cRcrMRGroup 1.3.6.1.4.1.43.45.1.10.2.48.1.1
OBJECT IDENTIFIER    

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

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

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

h3cRcrMRStateTable 1.3.6.1.4.1.43.45.1.10.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  
    H3cRcrMRStateEntry

h3cRcrMRStateEntry 1.3.6.1.4.1.43.45.1.10.2.48.1.2.1
Entry items
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cRcrMRStateEntry  

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

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

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

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

h3cRcrMROutIfStateTable 1.3.6.1.4.1.43.45.1.10.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  
    H3cRcrMROutIfStateEntry

h3cRcrMROutIfStateEntry 1.3.6.1.4.1.43.45.1.10.2.48.1.3.1
Entry items
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cRcrMROutIfStateEntry  

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

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

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

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

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

h3cRcrCR 1.3.6.1.4.1.43.45.1.10.2.48.2
OBJECT IDENTIFIER    

h3cRcrCRGroup 1.3.6.1.4.1.43.45.1.10.2.48.2.1
OBJECT IDENTIFIER    

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

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

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

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

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

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

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

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

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

h3cRcrCRRcrPolicyTable 1.3.6.1.4.1.43.45.1.10.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  
    H3cRcrCRRcrPolicyEntry

h3cRcrCRRcrPolicyEntry 1.3.6.1.4.1.43.45.1.10.2.48.2.2.1
Entry items
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cRcrCRRcrPolicyEntry  

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

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

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

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

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

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

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

h3cRcrCRMatPrefixPerfTable 1.3.6.1.4.1.43.45.1.10.2.48.2.3
This table contains the matched prefix performance information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cRcrCRMatPrefixPerfEntry

h3cRcrCRMatPrefixPerfEntry 1.3.6.1.4.1.43.45.1.10.2.48.2.3.1
Entry items
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cRcrCRMatPrefixPerfEntry  

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

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

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

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

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

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

h3cRcrCRAdjustPrefixTable 1.3.6.1.4.1.43.45.1.10.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  
    H3cRcrCRAdjustPrefixEntry

h3cRcrCRAdjustPrefixEntry 1.3.6.1.4.1.43.45.1.10.2.48.2.4.1
Entry items
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cRcrCRAdjustPrefixEntry  

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

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

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

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

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

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

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

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

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