All MIBs › ELFIQ-MODULE-LB-MIB
Organization: Elfiq Inc.
Last Updated: 2009-04-19
Category: Technology: VPN, Technology: WAN Optimization, Vendor: Elfiq
Description:
Elfiq Networks load balancing module MIB for configuring and monitoring multi-WAN link load balancing and traffic distribution.
Imported Objects
From ELFIQ-INC-MIB
| linkBalancer | OBJECT-IDENTITY |
| linkBalancerConformance | OBJECT-IDENTITY |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| NOTIFICATION-GROUP | |
| OBJECT-GROUP |
From SNMPv2-MIB
| snmpTraps | OBJECT-IDENTITY |
From SNMPv2-SMI
| Counter64 | |
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| Unsigned32 |
From SNMPv2-TC
| DisplayString | |
| TEXTUAL-CONVENTION |
What Is ELFIQ-MODULE-LB-MIB?
ELFIQ-MODULE-LB-MIB is Elfiq Networks' vendor MIB for their link balancer appliances, which distribute and monitor traffic across multiple WAN links for redundancy and load balancing. It exposes configuration and identity data for each virtual failover interface (VFI) alongside real-time throughput counters and packet statistics for the balanced links. It supports monitoring both configuration status and live performance: vfiActivated/vfiStatus reveal whether a given WAN link/interface is enabled and operational, while totThroughputIn/totThroughputOut, topTotThroughputIn/topTotThroughputOut, and numPackReceivedOut provide ongoing bandwidth and packet-level performance metrics used to detect a failed or degraded WAN link. It is largely a self-contained vendor MIB, though it parallels typical interface/throughput MIB conventions like IF-MIB. It is typically deployed at branch or data center network edges where Elfiq link balancers manage multiple ISP/WAN connections for high availability. Engineers can download the ELFIQ-MODULE-LB-MIB file directly to load it into their MIB browser.
IPNetwork Monitor allows you to monitor SNMP objects defined in ELFIQ-MODULE-LB-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- WAN link/interface activation status
- virtual failover interface status
- inbound/outbound throughput
- peak throughput
- packets received
Supported Devices
- Elfiq Networks link balancer appliances
Monitoring Examples
vfiTable/vfiEntry with vfiIndex, vfiDescr, and vfiStatus let an admin confirm which virtual failover interfaces, representing WAN links, are activated and operational. totThroughputIn and totThroughputOut give current aggregate bandwidth usage, while topTotThroughputIn/topTotThroughputOut track peak throughput, helping spot a saturated WAN link before it causes packet loss. numPackReceivedOut, alongside the gmacInfo and arpInfo branches, supports deeper diagnostics of packet flow and address resolution issues on a specific link within the load-balanced group.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| linkBalancerComponent | 1.3.6.1.4.1.19713.1.2.1 | This is the standard component of the link balancer | ||
| vfiInfo | 1.3.6.1.4.1.19713.1.2.1.1 | |||
| I32 vfiNumber | 1.3.6.1.4.1.19713.1.2.1.1.1 | Integer32 | read-only | The number of virtual forwarder interfaces configured in the system |
| vfiTable | 1.3.6.1.4.1.19713.1.2.1.1.2 | not-accessible | This is a list of vfi entries. The number of vfi is given by the value of vfiNumber. | |
| vfiEntry | 1.3.6.1.4.1.19713.1.2.1.1.2.1 | not-accessible | An entry containing vfi sub-component. | |
| VFI vfiIndex | 1.3.6.1.4.1.19713.1.2.1.1.2.1.1 | VfiIndex | read-only | The vfi index 0 - 4 |
| STR vfiDescr | 1.3.6.1.4.1.19713.1.2.1.1.2.1.2 | DisplayString | read-only | A textual string containing a description about the vfi |
| INT vfiActivated | 1.3.6.1.4.1.19713.1.2.1.1.2.1.3 | INTEGER | read-only | Inform if this vfi has been activated at startup |
| INT vfiStatus | 1.3.6.1.4.1.19713.1.2.1.1.2.1.4 | INTEGER | read-only | The current status of the vfi |
| C64 totThroughputIn | 1.3.6.1.4.1.19713.1.2.1.1.2.1.5 | Counter64 | read-only | This is the total incoming throughput for this vfi (all gmacs) in kb/s |
| C64 totThroughputOut | 1.3.6.1.4.1.19713.1.2.1.1.2.1.6 | Counter64 | read-only | This is the total outgoing throughput for this vfi (all gmacs) in kb/s |
| C64 topTotThroughputIn | 1.3.6.1.4.1.19713.1.2.1.1.2.1.7 | Counter64 | read-only | This is the top total incoming throughput for this vfi (all gmacs) in kb/s |
| C64 topTotThroughputOut | 1.3.6.1.4.1.19713.1.2.1.1.2.1.8 | Counter64 | read-only | This is the top total outgoing throughput for this vfi (all gmacs) in kb/s |
| C64 numPackReceivedOut | 1.3.6.1.4.1.19713.1.2.1.1.2.1.9 | Counter64 | read-only | This is the total number of packets received outside |
| C64 numBytesReceivedOut | 1.3.6.1.4.1.19713.1.2.1.1.2.1.10 | Counter64 | read-only | This is the total number of bytes received outside |
| C64 numPackReceivedIn | 1.3.6.1.4.1.19713.1.2.1.1.2.1.11 | Counter64 | read-only | This is the total number of packets received inside |
| C64 numBytesReceivedIn | 1.3.6.1.4.1.19713.1.2.1.1.2.1.12 | Counter64 | read-only | This is the total number of bytes received inside |
| U32 numL2Dropped | 1.3.6.1.4.1.19713.1.2.1.1.2.1.13 | Unsigned32 | read-only | This is the total number of L2 dropped packets |
| U32 numIPDroppedShun | 1.3.6.1.4.1.19713.1.2.1.1.2.1.14 | Unsigned32 | read-only | This is the total number of IP dropped packets (shun) |
| U32 numIPDroppedAll | 1.3.6.1.4.1.19713.1.2.1.1.2.1.15 | Unsigned32 | read-only | This is the total number of IP dropped packets (all) |
| U32 numIPFragNat | 1.3.6.1.4.1.19713.1.2.1.1.2.1.16 | Unsigned32 | read-only | This is the total number of IP fragmented ( Nat ) packets |
| U32 numTCPMSSModif | 1.3.6.1.4.1.19713.1.2.1.1.2.1.17 | Unsigned32 | read-only | This is the total number of TCP MSS modified |
| U32 numTCPCheckError | 1.3.6.1.4.1.19713.1.2.1.1.2.1.18 | Unsigned32 | read-only | This is the total number of TCP checksum error (Nat) packets |
| U32 numUDPCheckError | 1.3.6.1.4.1.19713.1.2.1.1.2.1.19 | Unsigned32 | read-only | This is the total number of UDP checksum error (Nat) packets |
| U32 totNumDropProbe | 1.3.6.1.4.1.19713.1.2.1.1.2.1.20 | Unsigned32 | read-only | This is the total number of dropped packets (probe) |
| U32 totNumDropProbePerSec | 1.3.6.1.4.1.19713.1.2.1.1.2.1.21 | Unsigned32 | read-only | This is the total number of dropped packets/sec (probe) |
| U32 lastPacketTimeTraver | 1.3.6.1.4.1.19713.1.2.1.1.2.1.22 | Unsigned32 | read-only | This is the last vfi packet time traversal |
| U32 topPacketTimeTraver | 1.3.6.1.4.1.19713.1.2.1.1.2.1.23 | Unsigned32 | read-only | This is the top vfi packet time traversal |
| U32 numLiveSessIn | 1.3.6.1.4.1.19713.1.2.1.1.2.1.24 | Unsigned32 | read-only | This is the dnat inside total number of live sessions |
| U32 topNumLiveSessIn | 1.3.6.1.4.1.19713.1.2.1.1.2.1.25 | Unsigned32 | read-only | This is the dnat inside top total number of live sessions |
| U32 samplingIntervalIn | 1.3.6.1.4.1.19713.1.2.1.1.2.1.26 | Unsigned32 | read-only | This is the dnat inside sampling interval |
| U32 numNewSessPerSecIn | 1.3.6.1.4.1.19713.1.2.1.1.2.1.27 | Unsigned32 | read-only | This is the dnat inside total number of new sessions/sec |
| U32 numEndSessPerSecIn | 1.3.6.1.4.1.19713.1.2.1.1.2.1.28 | Unsigned32 | read-only | This is the dnat inside total number of ending sessions/sec |
| C64 numHandledSessIn | 1.3.6.1.4.1.19713.1.2.1.1.2.1.29 | Counter64 | read-only | This is the dnat inside total number of handled sessions |
| U32 numLiveSessOut | 1.3.6.1.4.1.19713.1.2.1.1.2.1.30 | Unsigned32 | read-only | This is the dnat outside total number of live sessions |
| U32 topNumLiveSessOut | 1.3.6.1.4.1.19713.1.2.1.1.2.1.31 | Unsigned32 | read-only | This is the dnat Outside top total number of live sessions |
| U32 samplingIntervalOut | 1.3.6.1.4.1.19713.1.2.1.1.2.1.32 | Unsigned32 | read-only | This is the dnat Outside sampling interval |
| U32 numNewSessPerSecOut | 1.3.6.1.4.1.19713.1.2.1.1.2.1.33 | Unsigned32 | read-only | This is the dnat Outside total number of new sessions/sec |
| U32 numEndSessPerSecOut | 1.3.6.1.4.1.19713.1.2.1.1.2.1.34 | Unsigned32 | read-only | This is the dnat Outside total number of ending sessions/sec |
| C64 numHandledSessOut | 1.3.6.1.4.1.19713.1.2.1.1.2.1.35 | Counter64 | read-only | This is the dnat Outside total number of handled sessions |
| U32 numDNSReqPerSecOut | 1.3.6.1.4.1.19713.1.2.1.1.2.1.36 | Unsigned32 | read-only | This is the total outside number of dns requests/sec |
| U32 topNumDNSReqPerSecOut | 1.3.6.1.4.1.19713.1.2.1.1.2.1.37 | Unsigned32 | read-only | This is the top total outside number of dns requests/sec |
| C64 numHandledDNSReqOut | 1.3.6.1.4.1.19713.1.2.1.1.2.1.38 | Counter64 | read-only | This is the total outside number of handled dns requests |
| U32 numDNSReqPerSecIn | 1.3.6.1.4.1.19713.1.2.1.1.2.1.39 | Unsigned32 | read-only | This is the total inside number of dns requests/sec |
| U32 topNumDNSReqPerSecIn | 1.3.6.1.4.1.19713.1.2.1.1.2.1.40 | Unsigned32 | read-only | This is the top total inside number of dns requests/sec |
| C64 numHandledDNSReqIn | 1.3.6.1.4.1.19713.1.2.1.1.2.1.41 | Counter64 | read-only | This is the total inside number of handled dns requests |
| gmacInfo | 1.3.6.1.4.1.19713.1.2.1.2 | |||
| I32 gmacNumber | 1.3.6.1.4.1.19713.1.2.1.2.1 | Integer32 | read-only | The number of gmac configured on this system |
| gmacTable | 1.3.6.1.4.1.19713.1.2.1.2.2 | not-accessible | This is a list of gmac entries. The number of gmac is given by the value of gmacNumber. | |
| gmacEntry | 1.3.6.1.4.1.19713.1.2.1.2.2.1 | not-accessible | An entry containing gmac information. | |
| INT gmacVfiNumber | 1.3.6.1.4.1.19713.1.2.1.2.2.1.1 | INTEGER | read-only | This is vfi number containing this gmac |
| GMA gmacIndex | 1.3.6.1.4.1.19713.1.2.1.2.2.1.2 | GmacIndex | read-only | A unique value, equal or greater than zero, for each gmac in the vfi. |
| STR gmacName | 1.3.6.1.4.1.19713.1.2.1.2.2.1.3 | DisplayString | read-only | A textual string containing the gmac name |
| STR gmacDescr | 1.3.6.1.4.1.19713.1.2.1.2.2.1.4 | DisplayString | read-only | A textual string containing a description about the gmac |
| INT gmacStatus | 1.3.6.1.4.1.19713.1.2.1.2.2.1.5 | INTEGER | read-only | The desired state of a gmac; up and down states are used for notifications |
| STR gmacMessage | 1.3.6.1.4.1.19713.1.2.1.2.2.1.6 | DisplayString | read-only | This is the general information string provided by a gmac |
| STR gmacMode | 1.3.6.1.4.1.19713.1.2.1.2.2.1.7 | DisplayString | read-only | This is the mode of the gmac: monomode or multimode |
| STR gmacType | 1.3.6.1.4.1.19713.1.2.1.2.2.1.8 | DisplayString | read-only | This is the type of the gmac: monomode or multimode |
| IP gmacIPAddress | 1.3.6.1.4.1.19713.1.2.1.2.2.1.9 | IpAddress | read-only | This is the IP address of the gmac |
| IP gmacNetmask | 1.3.6.1.4.1.19713.1.2.1.2.2.1.10 | IpAddress | read-only | This is the network mask of the gmac |
| IP gmacPrimaryNetwork | 1.3.6.1.4.1.19713.1.2.1.2.2.1.11 | IpAddress | read-only | This is the gmac primary network |
| U32 gmacMtu | 1.3.6.1.4.1.19713.1.2.1.2.2.1.12 | Unsigned32 | read-only | This is the mtu size |
| IP gmacProbeSource | 1.3.6.1.4.1.19713.1.2.1.2.2.1.13 | IpAddress | read-only | Future Use: This is the gmac probe source ip address |
| STR gmacProbeSourceType | 1.3.6.1.4.1.19713.1.2.1.2.2.1.14 | DisplayString | read-only | Future Use: This is the gmac probe source type |
| IP gmacProbeDest | 1.3.6.1.4.1.19713.1.2.1.2.2.1.15 | IpAddress | read-only | Future Use: This is the gmac probe destination address |
| U32 gmacProbeDestInt | 1.3.6.1.4.1.19713.1.2.1.2.2.1.16 | Unsigned32 | read-only | Future Use: This is the gmac probe intervalle |
| U32 gmacProbeFailThres | 1.3.6.1.4.1.19713.1.2.1.2.2.1.17 | Unsigned32 | read-only | Future Use: This is the gmac probe failure threshold |
| U32 gmacProbeFailTimeout | 1.3.6.1.4.1.19713.1.2.1.2.2.1.18 | Unsigned32 | read-only | Future Use: This is the gmac probe failure timeout |
| U32 gmacProbeSynSeq | 1.3.6.1.4.1.19713.1.2.1.2.2.1.19 | Unsigned32 | read-only | Future Use: This is the gmac number of syn sequence sent |
| U32 gmacProbeFail | 1.3.6.1.4.1.19713.1.2.1.2.2.1.20 | Unsigned32 | read-only | Future Use: This is the gmac probe failure |
| U32 gmacRTT | 1.3.6.1.4.1.19713.1.2.1.2.2.1.21 | Unsigned32 | read-only | This is the gmac probe round-time-trip |
| U32 gmacWeight | 1.3.6.1.4.1.19713.1.2.1.2.2.1.22 | Unsigned32 | read-only | This is the gmac weigth |
| U32 gmacInThreshold | 1.3.6.1.4.1.19713.1.2.1.2.2.1.23 | Unsigned32 | read-only | This is the gmac weigth |
| U32 gmacOutThreshold | 1.3.6.1.4.1.19713.1.2.1.2.2.1.24 | Unsigned32 | read-only | This is the gmac out threshold |
| U32 gmacSpeedIn | 1.3.6.1.4.1.19713.1.2.1.2.2.1.25 | Unsigned32 | read-only | This is the gmac speed in |
| U32 gmacSpeedOut | 1.3.6.1.4.1.19713.1.2.1.2.2.1.26 | Unsigned32 | read-only | This is the gmac speed out |
| U32 gmacSampleInter | 1.3.6.1.4.1.19713.1.2.1.2.2.1.27 | Unsigned32 | read-only | Future Use: This is the gmac sample interval |
| U32 gmacSampleCount | 1.3.6.1.4.1.19713.1.2.1.2.2.1.28 | Unsigned32 | read-only | Future Use: This is the gmac sample count |
| U32 gmacL2No | 1.3.6.1.4.1.19713.1.2.1.2.2.1.29 | Unsigned32 | read-only | Future Use: This is the gmac L2 information |
| U32 gmacTotalIn | 1.3.6.1.4.1.19713.1.2.1.2.2.1.30 | Unsigned32 | read-only | This is the gmac total In |
| U32 gmacTotalOut | 1.3.6.1.4.1.19713.1.2.1.2.2.1.31 | Unsigned32 | read-only | This is the gmac total Out |
| U32 gmacAvgIn | 1.3.6.1.4.1.19713.1.2.1.2.2.1.32 | Unsigned32 | read-only | This is the gmac average in |
| U32 gmacAvgOut | 1.3.6.1.4.1.19713.1.2.1.2.2.1.33 | Unsigned32 | read-only | This is the gmac average out |
| U32 gmacUsageIn | 1.3.6.1.4.1.19713.1.2.1.2.2.1.34 | Unsigned32 | read-only | This is the gmac usage in |
| U32 gmacUsageOut | 1.3.6.1.4.1.19713.1.2.1.2.2.1.35 | Unsigned32 | read-only | This is the gmac usage out |
| U32 gmacUsageInPercent | 1.3.6.1.4.1.19713.1.2.1.2.2.1.36 | Unsigned32 | read-only | This is the gmac usage in percent |
| U32 gmacUsageOutPercent | 1.3.6.1.4.1.19713.1.2.1.2.2.1.37 | Unsigned32 | read-only | This is the gmac usage in out percent |
| U32 gmacTopSpeedIn | 1.3.6.1.4.1.19713.1.2.1.2.2.1.38 | Unsigned32 | read-only | This is the gmac top speed in |
| U32 gmacTopSpeedOut | 1.3.6.1.4.1.19713.1.2.1.2.2.1.39 | Unsigned32 | read-only | This is the gmac top speed out |
| INT gmacQosActivated | 1.3.6.1.4.1.19713.1.2.1.2.2.1.40 | INTEGER | read-only | This is the gmac QOS activation |
| U32 gmacBeforeQosUsageIn | 1.3.6.1.4.1.19713.1.2.1.2.2.1.41 | Unsigned32 | read-only | This is the gmac QOS usage in |
| U32 gmacBeforeQosUsageOut | 1.3.6.1.4.1.19713.1.2.1.2.2.1.42 | Unsigned32 | read-only | This is the gmac QOS usage out |
| arpInfo | 1.3.6.1.4.1.19713.1.2.1.3 | |||
| I32 arpNumber | 1.3.6.1.4.1.19713.1.2.1.3.1 | Integer32 | not-accessible | The number of arp entries in this system |
| arpTable | 1.3.6.1.4.1.19713.1.2.1.3.2 | not-accessible | This is a list of arp entries. The number of arp is given by the value of arpNumber. | |
| arpEntry | 1.3.6.1.4.1.19713.1.2.1.3.2.1 | not-accessible | An entry containing arp information. | |
| INT arpVfiNumber | 1.3.6.1.4.1.19713.1.2.1.3.2.1.1 | INTEGER | read-only | For future use : This is vfi number which poll arp devices |
| ARP arpIndex | 1.3.6.1.4.1.19713.1.2.1.3.2.1.2 | ArpIndex | read-only | For future use : A unique value, equal or greater than zero, for each arp entries in the vfi. |
| STR arpMessage | 1.3.6.1.4.1.19713.1.2.1.3.2.1.3 | DisplayString | read-only | Used by notification, but not yet implemented in the mib tree: This is the general information string provided by a arp |
| linkBalancerNotification | 1.3.6.1.4.1.19713.1.2.2 | |||
| gmacNotification | 1.3.6.1.4.1.19713.1.2.2.1 | |||
| NTF gmacStatusNotInitialiazed | 1.3.6.1.4.1.19713.1.2.2.1.1 | This notification is sent when you load balancer is unable to initiate gmac X | ||
| NTF gmacStatusChanged | 1.3.6.1.4.1.19713.1.2.2.1.2 | This notification is sent when the status of your gmac has changed | ||
| NTF gmacInSaturated | 1.3.6.1.4.1.19713.1.2.2.1.3 | This notification is sent when a significant consumption of incoming bandwidth was maintained for the last 300 seconds | ||
| NTF gmacOutSaturated | 1.3.6.1.4.1.19713.1.2.2.1.4 | This notification is sent when a significant consumption of outgoing bandwidth was maintained for the last 300 seconds | ||
| vfiNotification | 1.3.6.1.4.1.19713.1.2.2.2 | |||
| arpNotification | 1.3.6.1.4.1.19713.1.2.2.3 | |||
| NTF arpDeviceNotResponding | 1.3.6.1.4.1.19713.1.2.2.3.1 | This notification is sent when Device IP X stopped responding arp request | ||
| vfiGroups | 1.3.6.1.4.1.19713.2.2.2 | |||
| vfiStatsGroup | 1.3.6.1.4.1.19713.2.2.2.1 | A collection of objects providing the vfi statistic information | ||
| gmacGroups | 1.3.6.1.4.1.19713.2.2.3 | |||
| gmacNetworkGroup | 1.3.6.1.4.1.19713.2.2.3.1 | A collection of objects providing network information | ||
| gmacNotificationGroup | 1.3.6.1.4.1.19713.2.2.3.2 | A collection of objects notification corresponding to gmac changes | ||
| arpGroups | 1.3.6.1.4.1.19713.2.2.4 | |||
| arpNetworkGroup | 1.3.6.1.4.1.19713.2.2.4.1 | A collection of objects providing arp information | ||
| arpNotificationGroup | 1.3.6.1.4.1.19713.2.2.4.2 | A collection of objects notification corresponding to arp changes |
RFC description
Monitors link balancer virtual forwarder interfaces and throughput statistics.
Start monitoring Elfiq Networks link balancer appliance with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.