XEDIA-PPP-MP-MIB: View SNMP OID List / Download MIB

VENDOR: XEDIA CORPORATION


 Home MIB: XEDIA-PPP-MP-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 xediaPppMpMIB 1.3.6.1.4.1.838.3.21
This module defines objects for management of Xedia's PPP Multilink Protocol component.
       xediaPppMpObjects 1.3.6.1.4.1.838.3.21.1
           mpBundle 1.3.6.1.4.1.838.3.21.1.1
               mpBundleStatusTable 1.3.6.1.4.1.838.3.21.1.1.1 no-access
A table containing Multilink PPP bundle specific variables for this Multilink PPP implementation. The following objects reflect the values of the option parameters negotiated during the PPP Link Control Protocol negotiation for links that reside in this MP Bundle: mpBundleStatusLocalMRRU mpBundleStatusRemoteMRRU mpBundleStatusLocalEndpointDiscr mpBundleStatusRemoteEndpointDiscr mpBundleStatusRcvShortSeq mpBundleStatusXmtShortSeq mpBundleStatusSmallPktMaxSize mpBundleStatusMediumPktMaxSize These values are not meaningful until after the PPP Option negotiation has completed, which is indicated by the link reaching the open state (i.e., ifOperStatus is set to up). Therefore, when ifOperStatus is not up, the values of these variables will reflect unnegotiated values, i.e. MRRU and Endpoint Discriminator values will be 0 while the Rcv and Xmt Short Sequence Numbers will be disabled.
                   mpBundleStatusEntry 1.3.6.1.4.1.838.3.21.1.1.1.1 no-access
Management information about a particular PPP Multilink Protocol Bundle.
                       mpBundleStatusPacketTooLongs 1.3.6.1.4.1.838.3.21.1.1.1.1.1 counter32 read-only
The number of received packets that have been discarded because their length exceeded the MRRU.
                       mpBundleStatusLocalMRRU 1.3.6.1.4.1.838.3.21.1.1.1.1.2 unsigned32 read-only
The current value of the Maximum Receive Reconstructed Unit (MRRU) for the local MP entity. This value is the MRRU that the remote MP entity is using when sending packets to the local MP entity. The value of this object is meaningful only when the bundle has reached the open state (ifOperStatus is up).
                       mpBundleStatusRemoteMRRU 1.3.6.1.4.1.838.3.21.1.1.1.1.3 unsigned32 read-only
The current value of the Maximum Receive Reconstructed Unit (MRRU) for the remote Multilink PPP Entity. This value is the MRRU that the local entity is using when sending packets to the remote Multilink PPP entity. The value of this object is meaningful only when the bundle has reached the open state (ifOperStatus is up).
                       mpBundleStatusLocalEndptDiscr 1.3.6.1.4.1.838.3.21.1.1.1.1.4 octet string read-only
The current value of the Endpoint Discriminator which identifies this Multilink PPP bundle on the local peer. When the remote peer desires to add a new link to this Multilink PPP bundle, it will include this value during link establishment of the new link. This value will indicate to the local peer that the new link is intended to join this existing Multilink PPP bundle. The first byte in the string identifies the Class of the Endpoint Discriminator. The remaining bytes in the string contain the actual Endpoint Discriminator value.
                       mpBundleStatusRemoteEndptDiscr 1.3.6.1.4.1.838.3.21.1.1.1.1.5 octet string read-only
The current value of the Endpoint Discriminator which identifies this Multilink PPP bundle on the remote peer. When the local peer desires to add a new link to this Multilink PPP bundle, it will include this value during link establishment of the new link. This value will indicate to the remote peer that the new link is intended to join this existing Multilink PPP bundle. The first byte in the string identifies the Class of the Endpoint Discriminator. The remaining bytes in the string contain the actual Endpoint Discriminator value.
                       mpBundleStatusRcvShortSeq 1.3.6.1.4.1.838.3.21.1.1.1.1.6 integer read-only
Indicates whether the remote Multilink PPP entity will use the Short Sequence Number Header Format when transmitting packets to the local Multilink PPP entity. The value of this object is meaningful only when the bundle has reached the open state (ifOperStatus is up). Enumeration: 'disabled': 2, 'enabled': 1.
                       mpBundleStatusXmtShortSeq 1.3.6.1.4.1.838.3.21.1.1.1.1.7 integer read-only
Indicates whether the local Multilink PPP entity will use the Short Sequence Number Header Format when transmitting packets to the remote Multilink PPP entity. The value of this object is meaningful only when the bundle has reached the open state (ifOperStatus is up). Enumeration: 'disabled': 2, 'enabled': 1.
                       mpBundleStatusSmallPktMaxSize 1.3.6.1.4.1.838.3.21.1.1.1.1.8 unsigned32 read-only
The maximum size in bytes of a Small PPP packet. Use of this parameter is no longer recommended. The MP fragmentation threshold is controlled by mpBundleStatusMediumPktMaxSize. Small PPP packets are defined to be those which will be encapsulated in a single Multilink Protocol Fragment and always sent on the first link in the Bundle. Note that this parameter only applies to outgoing PPP packets sent by this system. Reassembly of incoming packets is unaffected by this value. Note that the default value of 12 bytes effectively means that no packets are subject to this rule.
                       mpBundleStatusMediumPktMaxSize 1.3.6.1.4.1.838.3.21.1.1.1.1.9 unsigned32 read-only
The maximum size in bytes of a Medium PPP packet. This value specifies the threshold at which Multilink fragmentation is applied to transmitted packets, i.e. packets smaller than this size will be encapsulated in a single Multilink Protocol fragment and sent on a single link, packets larger than this size will be fragmented over all links in the bundle. This value starts at mpBundleConfigMediumPktMaxSize and is adjusted downwards according to the peer's MRRU and each of the peer's link's MRUs. Medium PPP packets are defined to be those which will be encapsulated in a single Multilink Protocol Fragment and sent on each link in the Bundle in a round-robin fashion. Packets larger than this threshold are considered Large PPP packets. Large PPP packets will be fragmented into multiple Multilink Protocol Fragments and sent across all links in the bundle. Setting this value to its maximum (65535) will prevent fragmentation at the MP layer of outgoing PPP packets, i.e. it will cause all outgoing PPP packets to be considered either Small or Medium sized PPP packets. Note that this parameter only applies to outgoing PPP packets sent by this system. Reassembly of incoming packets is unaffected by this value.
                       mpBundleStatusSingleFragsRcvd 1.3.6.1.4.1.838.3.21.1.1.1.1.10 counter32 read-only
The number of MP fragments received that contain an entire PPP packet.
                       mpBundleStatusReasmReqds 1.3.6.1.4.1.838.3.21.1.1.1.1.11 counter32 read-only
The number of MP fragments received that require reassembly into PPP packets.
                       mpBundleStatusReasmFails 1.3.6.1.4.1.838.3.21.1.1.1.1.12 counter32 read-only
The number of fragmented PPP packets which failed to be reassembled.
                       mpBundleStatusReasmOks 1.3.6.1.4.1.838.3.21.1.1.1.1.13 counter32 read-only
The number of fragmented PPP packets received and successfully reassembled.
                       mpBundleStatusRcvdFragsDiscarded 1.3.6.1.4.1.838.3.21.1.1.1.1.14 counter32 read-only
The number of MP fragments discarded for some reason by the MP layer.
                       mpBundleStatusDropTooManyFrags 1.3.6.1.4.1.838.3.21.1.1.1.1.15 counter32 read-only
The number of MP fragments discarded because the MP layer has no more space to buffer fragments.
                       mpBundleStatusSingleFragsSent 1.3.6.1.4.1.838.3.21.1.1.1.1.16 counter32 read-only
The number of MP fragments sent that contain an entire PPP packet.
                       mpBundleStatusFragCreates 1.3.6.1.4.1.838.3.21.1.1.1.1.17 counter32 read-only
The number of MP fragments created to contain a fragment of a PPP packet.
                       mpBundleStatusFragFails 1.3.6.1.4.1.838.3.21.1.1.1.1.18 counter32 read-only
The number of attempts to create an MP fragment which failed and resulted in discarding of the PPP packet to be transmitted.
                       mpBundleStatusFragOks 1.3.6.1.4.1.838.3.21.1.1.1.1.19 counter32 read-only
The number of MP fragments successfully sent which contain a fragment of a PPP packet.
                       mpBundleStatusRcvdFragsBuffered 1.3.6.1.4.1.838.3.21.1.1.1.1.20 counter32 read-only
The number of received MP fragments currently buffered awaiting reassembly and delivery
               mpBundleConfigTable 1.3.6.1.4.1.838.3.21.1.1.2 no-access
A table containing the LCP configuration parameters for this PPP MP Bundle. These variables represent the initial configuration of the PPP MP Bundle. The actual values of the negotiable parameters (MRRU and Short Sequence Numbers) may be changed during LCP negotiation as the link is brought up. The following objects reflect the initial values that will be proposed when LCP negotiation begins: mpBundleConfigLocalMRRU mpBundleConfigLocalEndptDiscr mpBundleConfigRcvShortSeq Note: the Endpoint Discriminator is non-negotiable, the value configured above (or the default if this is not configured) will be the Endpoint Discriminator used. The following objects are not negotiated during LCP: mpBundleConfigSmallPktMaxSize mpBundleConfigMediumPktMaxSize.
                   mpBundleConfigEntry 1.3.6.1.4.1.838.3.21.1.1.2.1 no-access
Configuration information for a particular Multilink PPP Bundle.
                       mpBundleConfigLocalMRRU 1.3.6.1.4.1.838.3.21.1.1.2.1.1 unsigned32 read-write
The initial Maximum Receive Reconstructed Unit (MRRU) that the local MP entity will advertise to the remote entity at the onset of LCP negotiation. If the value of this variable is 0 then the local MP entity will advertise the default MRRU value of 1600 bytes. Changing this object will have effect when the link is next restarted. After the link comes up, the status variable mpBundleStatusLocalMRRU will reflect the actual MRRU negotiated with the peer during LCP negotiation.
                       mpBundleConfigLocalEndptDiscr 1.3.6.1.4.1.838.3.21.1.1.2.1.2 octet string read-write
The value to be advertised to the remote peer as the Endpoint Discriminator to be used to identify this Multilink PPP bundle. After the remote peer has received this value, it should include this value during LCP negotiation of any new links intended to join this Multilink PPP bundle. The first byte in the string identifies the Class of the Endpoint Discriminator. The remaining bytes in the string contain the actual Endpoint Discriminator value. If the value of this variable is 0 then the local peer will use the MAC address of the local box as the value to advertise as the local Endpoint Discriminator. After the link comes up, the status variable mpBundleStatusLocalEndptDiscr will reflect this Endpoint Discriminator value which has been sent to the peer (i.e. this value is not negotiated with the peer, the peer must accept whatever Endpoint Discriminator we send to them).
                       mpBundleConfigRcvShortSeq 1.3.6.1.4.1.838.3.21.1.1.2.1.3 integer read-write
If enabled(1) then the local peer will attempt to negotiate Short Sequence Number Header Format for the MP encapsulated PPP traffic sent from the remote peer to the local peer. If disabled(2) then no attempt to negotiate Short Sequence Numbers will be performed, indicating that instead the default Long Sequence Number Fragment Format should be used for all traffic sent by the remote peer to the local peer. This setting has no effect on the negotation of Short Sequence Number Header Format for the traffic flowing in the opposite direction (from the local peer to the remote peer). The use of Short Sequence Number Fragment Format on that traffic will be determined by whatever the remote peer proposes. Changing this object will have effect when the link is next restarted (either by toggling ifAdminStatus for this interface down and then up again, or by rebooting the entire system). After the link comes up, the status variable mpBundleStatusLocalMRRU will reflect the actual MRRU negotiated with the peer during LCP negotiation. Enumeration: 'disabled': 2, 'enabled': 1.
                       mpBundleConfigSmallPktMaxSize 1.3.6.1.4.1.838.3.21.1.1.2.1.4 unsigned32 read-write
The maximum size in bytes of a Small PPP packet. Use of this parameter is no longer recommended. To control the MP fragmentation threshold see mpBundleConfigMediumPktMaxSize. Small PPP packets are defined to be those which will be encapsulated in a single Multilink Protocol Fragment and always sent on the first link in the Bundle. Note that this parameter only applies to outgoing PPP packets sent by this system. Reassembly of incoming packets is unaffected by this value. Note that the default value of 12 bytes effectively means that no packets are subject to this rule.
                       mpBundleConfigMediumPktMaxSize 1.3.6.1.4.1.838.3.21.1.1.2.1.5 unsigned32 read-write
The maximum size in bytes of a Medium PPP packet. This value specifies the threshold at which Multilink fragmentation is applied to transmitted packets, i.e. packets smaller than this size will be encapsulated in a single Multilink Protocol fragment and sent on a single link, packets larger than this size will be fragmented over all links in the bundle. Medium PPP packets are defined to be those which will be encapsulated in a single Multilink Protocol Fragment and sent on each link in the Bundle in a round-robin fashion. Packets larger than this threshold are considered Large PPP packets. Large PPP packets will be fragmented into multiple Multilink Protocol Fragments and sent across all links in the bundle. Setting this value to its maximum (65535) will prevent fragmentation at the MP layer of outgoing PPP packets, i.e. it will cause all outgoing PPP packets to be considered either Small or Medium sized PPP packets. Note that this parameter only applies to outgoing PPP packets sent by this system. Reassembly of incoming packets is unaffected by this value.
       xediaPppMpConformance 1.3.6.1.4.1.838.3.21.2
           mpCompliances 1.3.6.1.4.1.838.3.21.2.1
               mpCompliance 1.3.6.1.4.1.838.3.21.2.1.1
The compliance statement for all agents that support this MIB. A compliant agent implements all objects defined in this MIB.
           mpGroups 1.3.6.1.4.1.838.3.21.2.2
               mpAllGroup 1.3.6.1.4.1.838.3.21.2.2.1
The set of all accessible objects in this MIB.