Skip to content

Commit

Permalink
Priya wlc additions (#675)
Browse files Browse the repository at this point in the history
* Update cisco-wlc.yml

Add CISCO-LICENSE-MGMT-MIB OIDs

* Update cisco-firepower-asa.yml

Add Sys OID for Firepower 1120

* Update cisco-wlc.yml
  • Loading branch information
pkanakaraj-sf committed Jun 16, 2023
1 parent eec85f9 commit a871507
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions profiles/kentik_snmp/cisco/cisco-firepower-asa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ sysobjectid:
- 1.3.6.1.4.1.9.1.2315 # Cisco FPR 4140 SM36
- 1.3.6.1.4.1.9.1.2316 # Cisco FPR 4150 SM44
- 1.3.6.1.4.1.9.1.2409 # Cisco FPR 9000 SM44
- 1.3.6.1.4.1.9.1.2663 # Cisco FPR 1120 NGFW
- 1.3.6.1.4.1.9.1.2757 # Cisco FPR 9000 SM56
- 1.3.6.1.4.1.9.1.2772 # Cisco FPR 9000 SM40
- 1.3.6.1.4.1.9.1.2773 # Cisco FPR 9000 SM48
Expand Down
17 changes: 15 additions & 2 deletions profiles/kentik_snmp/cisco/cisco-wlc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,19 @@ metrics:
name: bsnRadiusAuthServerAddress
OID: 1.3.6.1.4.1.14179.2.5.1.1.2
conversion: hextoip


- MIB: CISCO-LICENSE-MGMT-MIB
table:
name: clmgmtLicenseInfoTable
OID: 1.3.6.1.4.1.9.9.543.1.2.3
symbols:
# Maximum number of entities that can use a license.
- OID: 1.3.6.1.4.1.9.9.543.1.2.3.1.10
name: clmgmtLicenseMaxUsageCount
# Remaining number of entities that can still use a license
- OID: 1.3.6.1.4.1.9.9.543.1.2.3.1.11
name: clmgmtLicenseUsageCountRemaining

metric_tags:
# Serial number of the switch.
- column:
Expand All @@ -539,4 +551,5 @@ metric_tags:
# Version of the product.
- column:
name: agentInventoryProductVersion
OID: 1.3.6.1.4.1.14179.1.1.1.14.0
OID: 1.3.6.1.4.1.14179.1.1.1.14.0

0 comments on commit a871507

Please sign in to comment.