Cisco - Connections service

The Cisco - Connections service monitors the number of connections currently in use by the Cisco firewall.

This service cannot use Self Healing.

Service TypeSNMP
Instances on a Device1
Supported Systems/ApplicationsCisco PIX and Cisco ASA firewalls.
Device ClassServer - Generic, Workstation - Generic, Other, Printer, Scanner/Camera, Switch/Router, and Server - Windows
Monitored ByWindows probe
Scan Interval15 minutes
Cisco Firewall Connection Stat Description IndexThe index corresponding to the string number of connections currently in use by the entire firewall, which is determined by performing an SNMP walk on the cfwConnectionStatTable and locating the cfwConnectionStatDescription (.1.3.6.1.4.1.9.9.147.1.2.2.2.1.3).
Cisco Firewall Connection Stat Description ValueThe number of connections currently in use by the entire firewall.
Cisco Firewall Connection Stat IndexThe index corresponding to the string highest number of connections in use at any one time since system startup, which is determined by performing an SNMP walk on the cfwConnectionStatTable and locating cfwConnectionStatDescription (.1.3.6.1.4.1.9.9.147.1.2.2.2.1.3).
Cisco Firewall Connection Stat DescriptionThe highest number of connections in use at any one time since system startup.

OID/Calculation

Metric NameOID/CalculationDescription
Current Connections1.3.6.1.4.1.9.9.147.1.2.2.2.1.5The number of connections currently in use by the entire firewall.
Max Connections1.3.6.1.4.1.9.9.147.1.2.2.2.1.5The highest number of connections in use at any one time since system startup.

To configure Cisco - Connections, walk the cfwConnectionStatTable table and look at cfwConnectionStatDescription.

# snmpwalk -Cp -On -c public -v1 10.150.1.20 .1.3.6.1.4.1.9.9.147.1.2.2.2.1.3

1.3.6.1.4.1.9.9.147.1.2.2.2.1.3.40.6 = STRING: "number of connections currently in use by the entire firewall"

.1.3.6.1.4.1.9.9.147.1.2.2.2.1.3.40.7 = STRING: "highest number of connections in use at any one time since system startup"

Variables found: 2

The default strings for the two parameters in the UI must correspond to these values.