All MIBs › CISCO-SSG-MIB › cssgTalMaxAuthReqsRate
cssgTalMaxAuthReqsRate
Module: CISCO-SSG-MIB
OID (symbolic): CISCO-SSG-MIB::cssgTalMaxAuthReqsRate
OID (numeric): 1.3.6.1.4.1.9.9.260.1.10.13
Node type: OBJECT-TYPE
Type: Gauge
Access: read-write
Description: The maximum number of authorization requests per second allowed on SSG. If this value is set, SSG throttles the authorization requests sent per second as per this value.
What is cssgTalMaxAuthReqsRate?
Sets the maximum rate, in authorization requests per second, that SSG is allowed to send toward AAA for TAL; once set, SSG actively throttles outgoing requests to stay under this rate. This is a proactive rate cap rather than the reactive queue-depth limit of cssgTalMaxPendingAuthReqs — it protects the AAA server itself from being overwhelmed by a burst of new subscribers, at the cost of TAL authorizations simply taking longer to clear during that burst. To avoid overwhelming a modestly-sized AAA server during a morning reconnect surge, an admin might set cssgTalMaxAuthReqsRate to 300, deliberately spreading a burst of 5,000 simultaneous new subscribers over roughly 17 seconds of throttled requests instead of firing them all at once.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.260.1.10.13 snmpwalk -v2c -c public <target> CISCO-SSG-MIB::cssgTalMaxAuthReqsRate
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.260.1.10.13.1 snmpget -v2c -c public <target> CISCO-SSG-MIB::cssgTalMaxAuthReqsRate.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.260.1.10.13.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cssgTalMaxAuthReqsRate.1
Start monitoring Cisco broadband/edge routers (Service Selection Gateway) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-SSG-MIB::cssgTalMaxAuthReqsRate OID value, configure state conditions and alerts, and monitor any Cisco broadband/edge routers (Service Selection Gateway) from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.9.260 | ciscoSsgMIB | CISCO-SSG-MIB |
| 1.3.6.1.4.1.9.9.260.1 | ciscoSsgMIBObjects | CISCO-SSG-MIB |
| 1.3.6.1.4.1.9.9.260.1.10 | cssgTal | CISCO-SSG-MIB |
| 1.3.6.1.4.1.9.9.260.1.10.13 | cssgTalMaxAuthReqsRate | CISCO-SSG-MIB |