All MIBs › RADWARE-STATISTICS-MIB
Category: Load Balancing and ADC
Description:
Collects traffic throughput and session statistics for Radware ADC and DDoS mitigation devices.
Imported Objects
From RADWARE-MIB
| rndErrorDesc | OBJECT-TYPE |
| rndErrorSeverity | OBJECT-TYPE |
| rsStatistics | OBJECT-IDENTITY |
From RFC-1212
| OBJECT-TYPE |
From RFC-1215
| TRAP-TYPE |
From RFC1155-SMI
| Counter | |
| Gauge | |
| IpAddress | |
| NetworkAddress | |
| enterprises |
From RFC1213-MIB
| DisplayString | |
| PhysAddress | |
| ipAddrEntry |
What Is RADWARE-STATISTICS-MIB?
RADWARE-STATISTICS-MIB is a vendor-specific MIB from Radware providing traffic and protocol-level statistics for their Application Delivery Controller (ADC) and DDoS mitigation appliances. It exposes per-protocol statistics tables covering bandwidth usage (last-period used/peak bandwidth), matched packet counts, reporting period configuration, and probe-based monitoring status, along with tuning parameters for statistics collection behavior. Its monitoring role is traffic performance and DDoS/attack detection — tracking bandwidth consumption and matched-packet volume per protocol to identify traffic anomalies, bandwidth saturation, or attack traffic patterns the device is mitigating — functioning as a performance-and-security monitoring MIB rather than hardware sensor monitoring. It is a proprietary Radware module with no direct dependency on IETF standard MIBs, layered on the vendor's own probe/reporting architecture. It is typically deployed on Radware DefensePro or Alteon ADC/DDoS mitigation appliances protecting data center or service-provider network edges, with the RADWARE-STATISTICS-MIB MIB defining the statistics objects those deployments poll.
IPNetwork Monitor allows you to monitor SNMP objects defined in RADWARE-STATISTICS-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
- bandwidth used per protocol (last period)
- peak bandwidth per protocol
- matched packet counts
- reporting period configuration
- probe status messaging
Supported Devices
- Radware ADC and DDoS mitigation appliances (e.g. DefensePro, Alteon)
Monitoring Examples
A security operations team would poll rsStatisticsProtocolTable/rsStatisticsProtocolEntry for rsStatisticsProtocolLastPeriodUsedBW and rsStatisticsProtocolLastPeriodPeakBW per protocol/port to baseline normal traffic levels, watching rsStatisticsProtocolLastPeriodMatchedPackets for sudden spikes. A sharp rise in matched packets and peak bandwidth for a specific protocol, especially outside normal business patterns, would indicate an active DDoS attack or traffic anomaly the appliance is detecting and reporting via rsStatisticsProbeStatusMessagePeriod-based probes.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| NTF rsStatisticsReportingProblems | 1.3.6.1.4.1.89.35.1.73.0.1 | This trap is sent to inform the user about problems in statistics' reporting. | ||
| NTF rsStatisticsTablesFull | 1.3.6.1.4.1.89.35.1.73.0.2 | This trap is sent to inform the user about one of the protocol discovery tables being full. | ||
| rsStatisticsProtocolTable | 1.3.6.1.4.1.89.35.1.73.1 | not-accessible | Table containing statistics data for protocols | |
| rsStatisticsProtocolEntry | 1.3.6.1.4.1.89.35.1.73.1.1 | not-accessible | The row definition for this table. | |
| INT rsStatisticsProtocol | 1.3.6.1.4.1.89.35.1.73.1.1.1 | INTEGER | read-only | This variable indicates L4 protocol. |
| INT rsStatisticsProtocolPort | 1.3.6.1.4.1.89.35.1.73.1.1.2 | INTEGER | read-only | This variable indicates protocol's port (for TCP and UDP). |
| CTR rsStatisticsProtocolLastPeriodUsedBW | 1.3.6.1.4.1.89.35.1.73.1.1.3 | Counter | read-only | The bandwidth used by the protocol in the last sampling period defined in rsStatisticsProtocolSamplingPeriod. |
| CTR rsStatisticsProtocolLastPeriodPeakBW | 1.3.6.1.4.1.89.35.1.73.1.1.4 | Counter | read-only | The peak bandwidth of the protocol in the last sampling period defined in rsStatisticsProtocolSamplingPeriod. |
| CTR rsStatisticsProtocolLastPeriodMatchedPackets | 1.3.6.1.4.1.89.35.1.73.1.1.5 | Counter | read-only | The number of packets of the protocol in the last sampling period defined in rsStatisticsProtocolSamplingPeriod. |
| INT rsStatisticsProtocolReportingPeriod | 1.3.6.1.4.1.89.35.1.73.1.2 | INTEGER | read-write | This variable indicates protocol statistics reporting frequency (in seconds) using SRP. |
| T/F rsStatisticsProtocolTableUseSRP | 1.3.6.1.4.1.89.35.1.73.1.3 | TruthValue | read-write | This variable indicates whether the device will send the data to ConfigWare using SRP. |
| INT rsStatisticsMonitorProtocols | 1.3.6.1.4.1.89.35.1.73.1.4 | INTEGER | read-write | This variable indicates whether the device will gather protocols' statistics. |
| IP rsStatisticsSRPDstIpAddr | 1.3.6.1.4.1.89.35.1.73.2 | IpAddress | read-write | Statistics Destination Ip Address, the statistics will be sent to this address in SRP mode |
| INT rsStatisticsProbeStatusMessagePeriod | 1.3.6.1.4.1.89.35.1.73.3 | INTEGER | read-write | The frequency of status messages (probe). |
| INT rsStatisticsProbeMaxBufferingTime | 1.3.6.1.4.1.89.35.1.73.4 | INTEGER | read-write | The maximal time for buffering session information in probe memory. |
| rsStatisticsProbePostVariablesTable | 1.3.6.1.4.1.89.35.1.73.5 | not-accessible | Table containing the list of POST variables to be added to the URL | |
| rsStatisticsProbePostVariablesEntry | 1.3.6.1.4.1.89.35.1.73.5.1 | not-accessible | The row definition for this table. | |
| STR rsStatisticsProbePostVariable | 1.3.6.1.4.1.89.35.1.73.5.1.1 | DisplayString | read-write | Variable name. |
| ROW rsStatisticsProbePostVariablesRowStatus | 1.3.6.1.4.1.89.35.1.73.5.1.2 | RowStatus | read-write | This variable indicates the administrative status of this entry. |
| INT rsStatisticsNMSDstPort | 1.3.6.1.4.1.89.35.1.73.6 | INTEGER | read-write | Statistics Destination NMS port |
| INT rsStatisticsProbeURLMaxLength | 1.3.6.1.4.1.89.35.1.73.7 | INTEGER | read-write | Maximum length of URL string |
| INT rsStatisticsProbeRefererURLMaxLength | 1.3.6.1.4.1.89.35.1.73.8 | INTEGER | read-write | Maximum length of referer URL string |
| INT rsStatisticsProbeHostMaxLength | 1.3.6.1.4.1.89.35.1.73.9 | INTEGER | read-write | Maximum length of host string |
| INT rsStatisticsProbeMimeTypeMaxLength | 1.3.6.1.4.1.89.35.1.73.10 | INTEGER | read-write | Maximum length of mime type string |
| INT rsStatisticsProbeBrowserMaxLength | 1.3.6.1.4.1.89.35.1.73.11 | INTEGER | read-write | Maximum length of browser string |
| INT rsStatisticsProbeTCPTableSize | 1.3.6.1.4.1.89.35.1.73.12 | INTEGER | read-write | The size of the TCP statistics table. |
| INT rsStatisticsProbeHTTPTableSize | 1.3.6.1.4.1.89.35.1.73.13 | INTEGER | read-write | The size of the HTTP statistics table. |
| IP rsStatisticsNMSDstIpAddr | 1.3.6.1.4.1.89.35.1.73.14 | IpAddress | read-write | Statistics Destination NMS Ip Address |
| rsProbe | 1.3.6.1.4.1.89.35.1.73.15 | |||
| rsStatisticsDiscoveryTable | 1.3.6.1.4.1.89.35.1.73.16 | not-accessible | Table for the policies for protocol discovery | |
| rsStatisticsDiscoveryEntry | 1.3.6.1.4.1.89.35.1.73.16.1 | not-accessible | The row definition for this table. | |
| STR rsStatisticsDiscoveryName | 1.3.6.1.4.1.89.35.1.73.16.1.1 | DisplayString | read-only | The name of the policy |
| INT rsStatisticsDiscoveryIndex | 1.3.6.1.4.1.89.35.1.73.16.1.2 | INTEGER | read-write | Determines the order of the policies. |
| STR rsStatisticsDiscoveryDestination | 1.3.6.1.4.1.89.35.1.73.16.1.3 | DisplayString | read-write | Destination IP or network. |
| STR rsStatisticsDiscoverySource | 1.3.6.1.4.1.89.35.1.73.16.1.4 | DisplayString | read-write | Source IP or network. |
| STR rsStatisticsDiscoveryDestinationMACGroup | 1.3.6.1.4.1.89.35.1.73.16.1.5 | DisplayString | read-write | Name of the destination MAC group. |
| STR rsStatisticsDiscoverySourceMACGroup | 1.3.6.1.4.1.89.35.1.73.16.1.6 | DisplayString | read-write | Name of the source MAC group. |
| STR rsStatisticsDiscoveryPhysicalPortGroup | 1.3.6.1.4.1.89.35.1.73.16.1.7 | DisplayString | read-write | Name of physical port group. |
| STR rsStatisticsDiscoveryVLANTagGroup | 1.3.6.1.4.1.89.35.1.73.16.1.8 | DisplayString | read-write | Name of VLAN tag group. |
| INT rsStatisticsDiscoveryDirection | 1.3.6.1.4.1.89.35.1.73.16.1.9 | INTEGER | read-write | This variable indicates the direction of the incoming packet. |
| INT rsStatisticsDiscoveryOperationalStatus | 1.3.6.1.4.1.89.35.1.73.16.1.10 | INTEGER | read-write | This variable indicates if the policy is active or inactive. |
| ROW rsStatisticsDiscoveryStatus | 1.3.6.1.4.1.89.35.1.73.16.1.11 | RowStatus | read-write | Administrative row status. |
| rsStatisticsDiscoveryProtocolTable | 1.3.6.1.4.1.89.35.1.73.17 | not-accessible | Table containing statistics data for protocols | |
| rsStatisticsDiscoveryProtocolEntry | 1.3.6.1.4.1.89.35.1.73.17.1 | not-accessible | The row definition for this table. | |
| STR rsStatisticsDiscoveryProtocolName | 1.3.6.1.4.1.89.35.1.73.17.1.1 | DisplayString | read-only | The name of the policy |
| INT rsStatisticsDiscoveryProtocol | 1.3.6.1.4.1.89.35.1.73.17.1.2 | INTEGER | read-only | This variable indicates L4 protocol. |
| INT rsStatisticsDiscoveryProtocolPort | 1.3.6.1.4.1.89.35.1.73.17.1.3 | INTEGER | read-only | This variable indicates protocol's port (for TCP and UDP). |
| CTR rsStatisticsDiscoveryProtocolLastPeriodUsedBW | 1.3.6.1.4.1.89.35.1.73.17.1.4 | Counter | read-only | The bandwidth used by the protocol in the last sampling period defined in rsStatisticsProtocolSamplingPeriod. |
| CTR rsStatisticsDiscoveryProtocolLastPeriodPeakBW | 1.3.6.1.4.1.89.35.1.73.17.1.5 | Counter | read-only | The peak bandwidth of the protocol in the last sampling period defined in rsStatisticsProtocolSamplingPeriod. |
| CTR rsStatisticsDiscoveryProtocolLastPeriodMatchedPackets | 1.3.6.1.4.1.89.35.1.73.17.1.6 | Counter | read-only | The number of packets of the protocol in the last sampling period defined in rsStatisticsProtocolSamplingPeriod. |
| rsStatisticsTuning | 1.3.6.1.4.1.89.35.1.73.18 | |||
| rsStatisticsProtocolPolicyTuning | 1.3.6.1.4.1.89.35.1.73.18.1 | |||
| INT rsStatisticsProtocolPolicyEntries | 1.3.6.1.4.1.89.35.1.73.18.1.1 | INTEGER | read-only | Maximum number of policy entries. |
| INT rsStatisticsProtocolPolicyEntriesAfterReset | 1.3.6.1.4.1.89.35.1.73.18.1.2 | INTEGER | read-write | Future maximum number of policy entries. |
| rsStatisticsProtocolReportTuning | 1.3.6.1.4.1.89.35.1.73.18.2 | |||
| INT rsStatisticsProtocolReportEntries | 1.3.6.1.4.1.89.35.1.73.18.2.1 | INTEGER | read-only | Maximum number of protocols reports entries. |
| INT rsStatisticsProtocolReportEntriesAfterReset | 1.3.6.1.4.1.89.35.1.73.18.2.2 | INTEGER | read-write | Future maximum number of protocols reports entries. |
| rsStatisticsProtocolPortsTuning | 1.3.6.1.4.1.89.35.1.73.18.3 | |||
| INT rsStatisticsProtocolPortsEntries | 1.3.6.1.4.1.89.35.1.73.18.3.1 | INTEGER | read-only | Maximum number of special protocols entries for protocols discovery. |
| INT rsStatisticsProtocolPortsEntriesAfterReset | 1.3.6.1.4.1.89.35.1.73.18.3.2 | INTEGER | read-write | Future maximum number of special protocols entries for protocols discovery. |
| INT rsStatisticsProtocolsDiscoveryAgingTime | 1.3.6.1.4.1.89.35.1.73.19 | INTEGER | read-write | Lifetime for protocol discovery entries. |
RFC description
Collects protocol statistics and bandwidth usage metrics for Radware security appliances.
Start monitoring Radware ADC and DDoS mitigation appliances, e.g. DefensePro, Alteon (traffic/protocol statistics) 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.