All MIBs › CISCO-SSG-MIB › cssgTalMaxPendingAuthReqs
cssgTalMaxPendingAuthReqs
Module: CISCO-SSG-MIB
OID (symbolic): CISCO-SSG-MIB::cssgTalMaxPendingAuthReqs
OID (numeric): 1.3.6.1.4.1.9.9.260.1.10.12
Node type: OBJECT-TYPE
Type: Gauge
Access: read-write
Description: The maximum number of outstanding TAL authorization requests allowed on SSG. If the number of authorization requests goes beyond this value, SSG does a SYS log message and any packets received that would result in SSG sending a new radius request will be dropped at the CEF path itself. When this value is set, it will be applicable from that point onwards. If the number of existing requests exceeds the new values, these requests will not be discarded.
What is cssgTalMaxPendingAuthReqs?
Sets the maximum number of outstanding TAL authorization requests SSG will allow at once; beyond this, SSG logs a syslog message and starts dropping packets that would have triggered new RADIUS requests at the CEF fast path. This is the hard backpressure valve for TAL — once AAA can't keep up and the in-flight count, visible via cssgTalWaitingForAuthUsers, hits this ceiling, new subscriber traffic gets summarily dropped rather than queued indefinitely, protecting SSG itself at the cost of blocking newly-arriving subscribers. If AAA slows down and cssgTalWaitingForAuthUsers approaches a configured cssgTalMaxPendingAuthReqs of 2000, new subscribers trying to come online during that window will start being silently dropped at the fast path along with an accompanying syslog message.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.260.1.10.12 snmpwalk -v2c -c public <target> CISCO-SSG-MIB::cssgTalMaxPendingAuthReqs
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.260.1.10.12.1 snmpget -v2c -c public <target> CISCO-SSG-MIB::cssgTalMaxPendingAuthReqs.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.260.1.10.12.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cssgTalMaxPendingAuthReqs.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::cssgTalMaxPendingAuthReqs 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.12 | cssgTalMaxPendingAuthReqs | CISCO-SSG-MIB |