The total number of times the global bucket limits were reached.
The redirector maintains one global leaky for all HTTP requests.
If the leaky bucket exceeds its burst size 'juniSdxRedirGBMax',
further requests will be rejected. This counter maintains the
number of times a bucket reaches the maximum.
Parsed from file Juniper-SDX-REDIRECTOR-MIB.txt
Company: juniper
Module: Juniper-SDX-REDIRECTOR-MIB
Vendor: Juniper Networks
Module: Juniper-SDX-REDIRECTOR-MIB (Juniper-SDX-REDIRECTOR-MIB)
Type: TABULAR
Access: read-only
Syntax: Counter32
Automatically extracted from www.mibdepot.com
juniSdxRedirGBLimitReached OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of times the global bucket limits were reached. The redirector maintains one global leaky for all HTTP requests. If the leaky bucket exceeds its burst size 'juniSdxRedirGBMax', further requests will be rejected. This counter maintains the number of times a bucket reaches the maximum." ::= { juniSdxRedirectorEntry 9 }
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.4874.6.1.9.1.7.1.1 | juniSdxRedirIndex | 0 | 0 | Index for this table. |
1.3.6.1.4.1.4874.6.1.9.1.7.1.2 | juniSdxRedirUpTime | 0 | 0 | Time since process restart. |
1.3.6.1.4.1.4874.6.1.9.1.7.1.3 | juniSdxRedirAcceptedRequests | 0 | 0 | The total number of HTTP requests accepted by the redirector. Requests are accepted if neither the global nor the per user limits… |
1.3.6.1.4.1.4874.6.1.9.1.7.1.4 | juniSdxRedirRejectedRequests | 0 | 0 | The total number of HTTP requests rejected by the redirector. Requests are rejected if either the global or the per user limits a… |
1.3.6.1.4.1.4874.6.1.9.1.7.1.5 | juniSdxRedirUBs | 0 | 0 | Current number of per user limit leaky buckets. The redirector maintains a leaky bucket per unique IP address. Buckets are clean… |
1.3.6.1.4.1.4874.6.1.9.1.7.1.6 | juniSdxRedirUBLimitReached | 0 | 0 | The total number of per user limits reached. The redirector maintains a leaky per unique IP address. If the leaky bucket exceed… |
1.3.6.1.4.1.4874.6.1.9.1.7.1.7 | juniSdxRedirUBDecrement | 0 | 0 | The decrement amount for the Request User Bucket. This value is decremented from the Request User Bucket every time period (60s). |
1.3.6.1.4.1.4874.6.1.9.1.7.1.8 | juniSdxRedirUBMax | 0 | 0 | This is the maximum value of each user request bucket. When the bucket reaches this value, user HTTP requests are denied. |
1.3.6.1.4.1.4874.6.1.9.1.7.1.10 | juniSdxRedirGBDecrement | 0 | 0 | The decrement amount for the Request Global Bucket. This value is decremented from the Request Global Bucket every time period (… |
1.3.6.1.4.1.4874.6.1.9.1.7.1.11 | juniSdxRedirGBMax | 0 | 0 | This is the maximum value for the request global bucket. When the bucket reaches this value, all HTTP requests are denied. |