All MIBs › CISCO-SSG-MIB › cssgTalCurrentAuthRate
cssgTalCurrentAuthRate
Module: CISCO-SSG-MIB
OID (symbolic): CISCO-SSG-MIB::cssgTalCurrentAuthRate
OID (numeric): 1.3.6.1.4.1.9.9.260.1.10.9
Node type: OBJECT-TYPE
Type: Gauge
Access: read-only
Description: The last recorded rate of authorization requests per second, on SSG.
What is cssgTalCurrentAuthRate?
Reports the last recorded rate of authorization requests per second on SSG. Unlike the min/max values, this is the live/recent instantaneous figure, so it's the number to poll for real-time dashboards while the min/max pair, reset periodically via cssgTalResetAuthRates, is what you'd use for historical range reporting. A NOC dashboard would poll cssgTalCurrentAuthRate every few seconds to show a live 'auth requests per second right now' figure alongside the separately-tracked daily min/max range.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.260.1.10.9 snmpwalk -v2c -c public <target> CISCO-SSG-MIB::cssgTalCurrentAuthRate
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.260.1.10.9.1 snmpget -v2c -c public <target> CISCO-SSG-MIB::cssgTalCurrentAuthRate.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cssgTalCurrentAuthRate.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::cssgTalCurrentAuthRate 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.9 | cssgTalCurrentAuthRate | CISCO-SSG-MIB |