ZXR10-ROUTE-LABEL-MIB: View SNMP OID List / Download MIB
VENDOR: ZHONGXING TELECOM CO.,LTD. (ABBR. ZTE)
Home | MIB: ZXR10-ROUTE-LABEL-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
zte | 1.3.6.1.4.1.3902 | |||
zxr10 | 1.3.6.1.4.1.3902.3 | |||
zxr10rtmLabel | 1.3.6.1.4.1.3902.3.109 | |||
zxr10rtmLabelTable | 1.3.6.1.4.1.3902.3.109.1 | no-access |
A list of rtm label information. |
|
1.3.6.1.4.1.3902.3.109.1.1 | no-access |
An entry to rtm label table. |
||
zxr10rtmLabelDestAddr | 1.3.6.1.4.1.3902.3.109.1.1.1 | ipaddress | read-only |
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. |
zxr10rtmLabelDestMask | 1.3.6.1.4.1.3902.3.109.1.1.2 | integer32 | read-only |
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. |
zxr10rtmLabelReTag | 1.3.6.1.4.1.3902.3.109.1.1.3 | integer32 | read-only |
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). |
zxr10rtmLabelNextHop | 1.3.6.1.4.1.3902.3.109.1.1.4 | ipaddress | read-only |
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.) |
zxr10rtmLabelOutIfName | 1.3.6.1.4.1.3902.3.109.1.1.5 | displaystring | read-only |
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 |
zxr10rtmLabelOutIf | 1.3.6.1.4.1.3902.3.109.1.1.6 | integer32 | read-only |
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. |
zxr10rtmLabelInLabel | 1.3.6.1.4.1.3902.3.109.1.1.7 | integer32 | read-only |
The incoming label of this LSP. |
zxr10rtmLabelOutLabel | 1.3.6.1.4.1.3902.3.109.1.1.8 | integer32 | read-only |
The outgoing label of this LSP |
zxr10rtmLabelSpecialFlag | 1.3.6.1.4.1.3902.3.109.1.1.9 | integer | read-only |
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. Enumeration: 'loadshare-route-entry': 2, 'none': 3, 'slave-route-entry': 1, 'active-route-entry': 0. |