Wellfleet-MPLS-LDP-MIB: View SNMP OID List / Download MIB
VENDOR: WELLFLEET
Home | MIB: Wellfleet-MPLS-LDP-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 |
wfMplsLdpSessCfgTable | 1.3.6.1.4.1.18.3.5.9.15.1 | no-access |
MPLS LDP session table - This tabulates the LDP session within an mpls protocol group. All sessions are indexed according to the physical slot and the associated interface circuit number and session index. There can be more LDP sessions per L2 MPLS interface. |
|
1.3.6.1.4.1.18.3.5.9.15.1.1 | no-access |
MPLS LDP session entries. |
||
wfMplsLdpSessCfgCreate | 1.3.6.1.4.1.18.3.5.9.15.1.1.1 | integer | read-write |
Create/Delete parameter. Default is created. Users modify this object in order to create/delete MPLS LDP sessions Enumeration: 'deleted': 2, 'created': 1. |
wfMplsLdpSessCfgEnable | 1.3.6.1.4.1.18.3.5.9.15.1.1.2 | integer | read-write |
Enable/Disable parameter. Default is enabled. Enumeration: 'disabled': 2, 'enabled': 1. |
wfMplsLdpSessCfgSlot | 1.3.6.1.4.1.18.3.5.9.15.1.1.3 | integer | read-only |
The slot number this LDP session is configured on. |
wfMplsLdpSessCfgIndex | 1.3.6.1.4.1.18.3.5.9.15.1.1.4 | integer | read-only |
The Session index identifies this particular LDP session on an interface. |
wfMplsLdpSessCfgCircuit | 1.3.6.1.4.1.18.3.5.9.15.1.1.5 | integer | read-only |
The circuit number of the circuit to which the session belongs. |
wfMplsLdpSessCfgLocalIpAddress | 1.3.6.1.4.1.18.3.5.9.15.1.1.6 | ipaddress | read-write |
The IP address of this MPLS device for the purpose of establishing the LDP peer to peer session. |
wfMplsLdpSessCfgLocalTcpPort | 1.3.6.1.4.1.18.3.5.9.15.1.1.7 | integer | read-write |
The TCP port address of this MPLS device for the purpose of establishing the LDP peer to peer session. |
wfMplsLdpSessCfgRemoteIpAddress | 1.3.6.1.4.1.18.3.5.9.15.1.1.8 | ipaddress | read-write |
The IP address of the remote MPLS device for the purpose of establishing the LDP peer to peer session. |
wfMplsLdpSessCfgRemoteTcpPort | 1.3.6.1.4.1.18.3.5.9.15.1.1.9 | integer | read-write |
The TCP port of the remote MPLS device for the purpose of establishing the LDP peer to peer session. |
wfMplsLdpSessCfgRoutesConfigMode | 1.3.6.1.4.1.18.3.5.9.15.1.1.10 | integer | read-write |
Indicates whether network routes should be discovered by a routing protocol(auto) or should be Manually configured(manual), see wfMplsLdpCfgRouteTable. Enumeration: 'auto': 1, 'manual': 2. |
wfMplsLdpSessCfgHoldTime | 1.3.6.1.4.1.18.3.5.9.15.1.1.11 | integer | read-write |
the Hold Time indicates the maximum time in seconds that may elapse between the receipt of successive PDUs from the LSR peer. |
wfMplsLdpSessCfgProto | 1.3.6.1.4.1.18.3.5.9.15.1.1.12 | integer | read-write |
The routing protocols used by MPLS. Enumeration: 'hybridospf': 3, 'ospf': 1, 'hybridrip': 4, 'rip': 2. |
wfMplsLdpSessCfgAggregation | 1.3.6.1.4.1.18.3.5.9.15.1.1.13 | integer | read-write |
Enable/Disable aggregation. Default is disabled. Enumeration: 'disabled': 2, 'enabled': 1. |
wfMplsLdpSessCfgDebugLevel | 1.3.6.1.4.1.18.3.5.9.15.1.1.14 | integer | read-write |
Debug Levels - This attribute is used to assign the level of DEBUG message to be logged for each LDP session. Enumeration: 'debug': 4, 'three': 3, 'two': 2, 'one': 1. |
wfMplsLdpSessCfgReqBindRetryTime | 1.3.6.1.4.1.18.3.5.9.15.1.1.15 | integer | read-write |
It indicates the maximum time in seconds that may elapse between two consecutive request bind in case of no reply. |
wfMplsLdpSessCfgReqBindRetries | 1.3.6.1.4.1.18.3.5.9.15.1.1.16 | integer | read-write |
It indicates the number of retry times. |
wfMplsLdpSessActualTable | 1.3.6.1.4.1.18.3.5.9.15.2 | no-access |
MPLS LDP interface actual table - read-only table containing LDP peer status, and actual LDP information. |
|
1.3.6.1.4.1.18.3.5.9.15.2.1 | no-access |
MPLS LDP interface entries. |
||
wfMplsLdpSessActualIndex | 1.3.6.1.4.1.18.3.5.9.15.2.1.1 | integer | read-only |
The Session index identifies this particular LDP session on the interface. |
wfMplsLdpSessActualCircuit | 1.3.6.1.4.1.18.3.5.9.15.2.1.2 | integer | read-only |
The circuit number of the circuit to which the session belongs. |
wfMplsLdpSessActualState | 1.3.6.1.4.1.18.3.5.9.15.2.1.3 | integer | read-only |
The current state of the MPLS LDP session Enumeration: 'down': 2, 'init': 3, 'up': 1, 'notpresent': 4. |
wfMplsLdpSessActualPeerState | 1.3.6.1.4.1.18.3.5.9.15.2.1.4 | integer | read-only |
The current state of MPLS LDP session with the remote MPLS device Enumeration: 'initialized': 1, 'opensend': 2, 'openrec': 3, 'operational': 4. |
wfMplsLdpSessActualLocalIpAddress | 1.3.6.1.4.1.18.3.5.9.15.2.1.5 | ipaddress | read-only |
The actual IP address that LDP used to establish the LDP peer to peer session. |
wfMplsLdpSessActualLocalTcpPort | 1.3.6.1.4.1.18.3.5.9.15.2.1.6 | integer | read-only |
The actual local TCP port address that this LDP used to establish the LDP peer to peer session. |
wfMplsLdpSessActualRemoteIpAddress | 1.3.6.1.4.1.18.3.5.9.15.2.1.7 | ipaddress | read-only |
The actual remote IP address that LDP used to establish the LDP peer to peer session. |
wfMplsLdpSessActualRemoteTcpPort | 1.3.6.1.4.1.18.3.5.9.15.2.1.8 | integer | read-only |
The actual TCP port that LDP used to establish the LDP peer to peer session. |
wfMplsLdpSessActualHoldTime | 1.3.6.1.4.1.18.3.5.9.15.2.1.9 | integer | read-only |
the actual Hold Time that LDP used to indicate the maximum time in seconds that may elapse between the receipt of successive PDUs from the LSR peer. |
wfMplsLdpSessActualRoutesConfigMode | 1.3.6.1.4.1.18.3.5.9.15.2.1.10 | integer | read-only |
Indicates whether network routes are discovered by a routing protocol(auto) or are Manually configured(manual), see wfMplsLdpCfgRouteTable. Enumeration: 'auto': 1, 'manual': 2. |
wfMplsLdpSessActualTCPConnectionRole | 1.3.6.1.4.1.18.3.5.9.15.2.1.11 | integer | read-only |
Indicates the TCP connection roles between the peers. Enumeration: 'active': 1, 'passive': 2. |
wfMplsLdpSessActualSlot | 1.3.6.1.4.1.18.3.5.9.15.2.1.12 | integer | read-only |
Indicates the slot on which the LDP session is running. |
wfMplsLdpCfgRouteTable | 1.3.6.1.4.1.18.3.5.9.15.3 | no-access |
MPLS LDP configured route table - |
|
1.3.6.1.4.1.18.3.5.9.15.3.1 | no-access |
MPLS LDP configured route entries. |
||
wfMplsLdpCfgRouteCreate | 1.3.6.1.4.1.18.3.5.9.15.3.1.1 | integer | read-write |
Create/Delete parameter. Default is created. Users modify this object in order to create/delete MPLS LSP Enumeration: 'deleted': 2, 'created': 1. |
wfMplsLdpCfgRouteEnable | 1.3.6.1.4.1.18.3.5.9.15.3.1.2 | integer | read-write |
Enable/Disable parameter. Default is enabled. Enumeration: 'disabled': 2, 'enabled': 1. |
wfMplsLdpCfgRouteCct | 1.3.6.1.4.1.18.3.5.9.15.3.1.3 | integer | read-only |
The circuit munber to which the route associates with. |
wfMplsLdpCfgRouteSessId | 1.3.6.1.4.1.18.3.5.9.15.3.1.4 | integer | read-only |
The session identification munber to which the route associates with. |
wfMplsLdpCfgRouteIndex | 1.3.6.1.4.1.18.3.5.9.15.3.1.5 | integer | read-only |
The index number of this route. |
wfMplsLdpCfgRouteDestination | 1.3.6.1.4.1.18.3.5.9.15.3.1.6 | ipaddress | read-write |
The netwrok prefix of this route. |
wfMplsLdpCfgRouteMask | 1.3.6.1.4.1.18.3.5.9.15.3.1.7 | ipaddress | read-write |
The mask of this route. |
wfMplsLdpCfgRouteState | 1.3.6.1.4.1.18.3.5.9.15.3.1.8 | integer | read-only |
The current state of the MPLS LDP session. Enumeration: 'down': 2, 'up': 1. |
wfMplsLdpLibTable | 1.3.6.1.4.1.18.3.5.9.15.4 | no-access |
MPLS LDP Label Information Base table which contains LSPs that have been set up. |
|
1.3.6.1.4.1.18.3.5.9.15.4.1 | no-access |
MPLS LDP Label Information Base. |
||
wfMplsLdpLibCct | 1.3.6.1.4.1.18.3.5.9.15.4.1.1 | integer | read-only |
The circuit munber to which the route associates with. |
wfMplsLdpLibSessId | 1.3.6.1.4.1.18.3.5.9.15.4.1.2 | integer | read-only |
The session identification munber to which the LIB entry associates with. |
wfMplsLdpLibDest | 1.3.6.1.4.1.18.3.5.9.15.4.1.3 | ipaddress | read-only |
The destnation network prefix. |
wfMplsLdpLibMid | 1.3.6.1.4.1.18.3.5.9.15.4.1.4 | integer | read-only |
The merge id. |
wfMplsLdpLibLabel | 1.3.6.1.4.1.18.3.5.9.15.4.1.5 | integer | read-only |
The label of the lsp that this LIB entry identifies. |
wfMplsLdpLibEncaps | 1.3.6.1.4.1.18.3.5.9.15.4.1.6 | integer | read-only |
The lsp encapsulation type. Enumeration: 'null': 2, 'llcsnap': 1. |
wfMplsLdpLibDirection | 1.3.6.1.4.1.18.3.5.9.15.4.1.7 | integer | read-only |
MPLS VC direction. Enumeration: 'inbound': 1, 'bidirectional': 3, 'outbound': 2. |
wfMplsLdpLibSlot | 1.3.6.1.4.1.18.3.5.9.15.4.1.8 | integer | read-only |
Slot on which this LSP got created |
wfMplsLdpLibIndex | 1.3.6.1.4.1.18.3.5.9.15.4.1.9 | integer | read-only |
Index part of instance id |