ZXR10-ROUTE-LABEL-MIB

File: ZXR10-ROUTE-LABEL-MIB.mib (7371 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
Integer32 NOTIFICATION-TYPE enterprises
DisplayString MODULE-COMPLIANCE OBJECT-GROUP

Defined Types

Zxr10rtmLabelEntry  
SEQUENCE    
  zxr10rtmLabelDestAddr IpAddress
  zxr10rtmLabelDestMask Integer32
  zxr10rtmLabelReTag Integer32
  zxr10rtmLabelNextHop IpAddress
  zxr10rtmLabelOutIfName DisplayString
  zxr10rtmLabelOutIf Integer32
  zxr10rtmLabelInLabel Integer32
  zxr10rtmLabelOutLabel Integer32
  zxr10rtmLabelSpecialFlag INTEGER

Defined Values

zte 1.3.6.1.4.1.3902
OBJECT IDENTIFIER    

zxr10 1.3.6.1.4.1.3902.3
OBJECT IDENTIFIER    

zxr10rtmLabel 1.3.6.1.4.1.3902.3.109
Tok_String
MODULE-IDENTITY    

zxr10rtmLabelTable 1.3.6.1.4.1.3902.3.109.1
A list of rtm label information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10rtmLabelEntry

zxr10rtmLabelEntry 1.3.6.1.4.1.3902.3.109.1.1
An entry to rtm label table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10rtmLabelEntry  

zxr10rtmLabelDestAddr 1.3.6.1.4.1.3902.3.109.1.1.1
The destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route. Multiple routes to a single destination can appear in the table, but access to such multiple entries is dependent on the table- access mechanisms defined by the network management protocol in use.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

zxr10rtmLabelDestMask 1.3.6.1.4.1.3902.3.109.1.1.2
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the ipRouteDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the ipRouteMask by determining whether the value of the correspondent ipRouteDest field belong to a class-A, B, or C network, and then using one of: mask network 8 class-A 16 class-B 24 class-C If the value of the ipRouteDest is 0 (a default route), then the mask value is also 0. It should be noted that all IP routing subsystems implicitly use this mechanism.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zxr10rtmLabelReTag 1.3.6.1.4.1.3902.3.109.1.1.3
This value is used to distinguish route entry who have the same Dest and Mask.In other words, it's a speical id for route entry with the same destination IP address(For static route it can be configured by user).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zxr10rtmLabelNextHop 1.3.6.1.4.1.3902.3.109.1.1.4
The IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's IP address on that interface.)
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

zxr10rtmLabelOutIfName 1.3.6.1.4.1.3902.3.109.1.1.5
The interface name which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

zxr10rtmLabelOutIf 1.3.6.1.4.1.3902.3.109.1.1.6
The index value which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zxr10rtmLabelInLabel 1.3.6.1.4.1.3902.3.109.1.1.7
The incoming label of this LSP.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zxr10rtmLabelOutLabel 1.3.6.1.4.1.3902.3.109.1.1.8
The outgoing label of this LSP
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zxr10rtmLabelSpecialFlag 1.3.6.1.4.1.3902.3.109.1.1.9
This flag indicate the link info about this IP address. 0: means it's an active route entry,at the sametime, indicate the master link under fast-re_route application. 1: means it's a slave route entry under fast-re-route application. 2: means it's a loadshare route entry. 3: means none of the above.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active-route-entry(0), slave-route-entry(1), loadshare-route-entry(2), none(3)