ZXR10-LSP-MAN-MIB: View SNMP OID List / Download MIB
VENDOR: ZHONGXING TELECOM CO.,LTD. (ABBR. ZTE)
Home | MIB: ZXR10-LSP-MAN-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 |
zxr10LspManMIB | 1.3.6.1.4.1.3902.3.6000.401 |
This MIB module provides commonly used textual conventions for lsp manager. |
||
zxr10LspManGlobalObjects | 1.3.6.1.4.1.3902.3.6000.401.1 | |||
zxr10LspManGrEnable | 1.3.6.1.4.1.3902.3.6000.401.1.1 | integer | read-only |
The config of gr service status for PSS module. 1: means Gr of PSS module is disable. 2: means Gr of PSS module is enable. Enumeration: 'enable': 2, 'disable': 1. |
zxr10LspManObjects | 1.3.6.1.4.1.3902.3.6000.401.2 | |||
zxr10LspmFwdTable | 1.3.6.1.4.1.3902.3.6000.401.2.1 | no-access |
A tabel of label forward information. |
|
1.3.6.1.4.1.3902.3.6000.401.2.1.1 | no-access |
An entry to label forward table. |
||
zxr10LspmFwdDestAddr | 1.3.6.1.4.1.3902.3.6000.401.2.1.1.1 | ipaddress | no-access |
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. |
zxr10LspmFwdDestMask | 1.3.6.1.4.1.3902.3.6000.401.2.1.1.2 | integer32 | no-access |
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. |
zxr10LspmFwdOutsegTag | 1.3.6.1.4.1.3902.3.6000.401.2.1.1.3 | integer32 | no-access |
This value is used to distinguish out segment who have the same Dest and Mask.In other words, it's a speical id for out segment with the same destination IP address. |
zxr10LspmFwdNextHop | 1.3.6.1.4.1.3902.3.6000.401.2.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.) |
zxr10LspmFwdOutIfName | 1.3.6.1.4.1.3902.3.6000.401.2.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. |
zxr10LspmFwdInLabel | 1.3.6.1.4.1.3902.3.6000.401.2.1.1.6 | unsigned32 | read-only |
The incoming label of this LSP. |
zxr10LspmFwdOutLabel | 1.3.6.1.4.1.3902.3.6000.401.2.1.1.7 | unsigned32 | read-only |
The outgoing label of this LSP. |
zxr10LspmFwdSpecialFlag | 1.3.6.1.4.1.3902.3.6000.401.2.1.1.8 | integer | read-only |
This flag indicate the link info about this IP address. 1: means it's an master entry,at the sametime,indicate the master link under fast-re-route application. 2: means it's a slave entry under fast-re-route application. 3: means it's a loadshare entry. 4: means none of the above. Enumeration: 'slave': 2, 'loadshare': 3, 'master': 1, 'none': 4. |
zxr10LspInstTable | 1.3.6.1.4.1.3902.3.6000.401.2.2 | no-access |
A tabel of static LSP instance config. |
|
1.3.6.1.4.1.3902.3.6000.401.2.2.1 | no-access |
An entry to static LSP instance table. |
||
zxr10LspInstName | 1.3.6.1.4.1.3902.3.6000.401.2.2.1.1 | displaystring | no-access |
Static LSP instance name, which is key of instance. |
zxr10LspInstInLabel | 1.3.6.1.4.1.3902.3.6000.401.2.2.1.2 | unsigned32 | read-only |
The incoming label of this Staic LSP instance, label range is static label range. |
zxr10LspInstDestAddr | 1.3.6.1.4.1.3902.3.6000.401.2.2.1.3 | ipaddress | read-only |
IPv4 address, which is the static LSP instance binding to. |
zxr10LspInstDestMask | 1.3.6.1.4.1.3902.3.6000.401.2.2.1.4 | ipaddress | read-only |
IPv4 mask, which is the static LSP instance binding to. |
zxr10LspInstForceFlag | 1.3.6.1.4.1.3902.3.6000.401.2.2.1.5 | integer | read-only |
This flag indicate whether force to advertise incoming label to upstream. 1: means it's not forcing to advertise in-label to upstream. 2: means it's forcing to advertise in-label to upstream. Enumeration: 'enable': 2, 'disable': 1. |
zxr10LspInstDestFlag | 1.3.6.1.4.1.3902.3.6000.401.2.2.1.6 | integer | read-only |
This flag indicate whether bind FEC to the static LSP instance. 1: means FEC is not binding to the static LSP instance. 2: means FEC is binding to the static LSP instance. Enumeration: 'yes': 2, 'no': 1. |
zxr10LspOutsegTable | 1.3.6.1.4.1.3902.3.6000.401.2.3 | no-access |
A tabel of static LSP outsegment config. |
|
1.3.6.1.4.1.3902.3.6000.401.2.3.1 | no-access |
An entry to static LSP outsegment table. |
||
zxr10LspOutsegInstName | 1.3.6.1.4.1.3902.3.6000.401.2.3.1.1 | displaystring | no-access |
The name of static LSP instance, which the out segment belong to. |
zxr10LspOutsegIfName | 1.3.6.1.4.1.3902.3.6000.401.2.3.1.2 | displaystring | no-access |
The interface name which uniquely identifies the local interface through which the next hop of this out segment should be reached. . |
zxr10LspOutsegNexthop | 1.3.6.1.4.1.3902.3.6000.401.2.3.1.3 | ipaddress | no-access |
The IP address of the next hop of this out segment. |
zxr10LspOutsegLabel | 1.3.6.1.4.1.3902.3.6000.401.2.3.1.4 | unsigned32 | read-only |
The outgoing label of this Staic LSP instance.. |
zxr10LspOutsegForceFlag | 1.3.6.1.4.1.3902.3.6000.401.2.3.1.5 | integer | read-only |
This flag indicate whether force to use configured label as out-label. 1: means it's not forcing to use configured label as out-label. 2: means it's forcing to use configured label as out-label. Enumeration: 'enable': 2, 'disable': 1. |
zxr10LspManTraps | 1.3.6.1.4.1.3902.3.6000.401.3 | |||
zxr10LspManConformance | 1.3.6.1.4.1.3902.3.6000.401.4 |