Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[network][checkpoint] Connections #16

Closed
garnier-quentin opened this issue Apr 28, 2015 · 2 comments
Closed

[network][checkpoint] Connections #16

garnier-quentin opened this issue Apr 28, 2015 · 2 comments
Labels
enhancement Enhance existing mode

Comments

@garnier-quentin
Copy link
Contributor

Hi,

Wrong value retrieved by the mode. Should get from following OIDs:

CHECKPOINT-MIB::vsxCountersVSId.1.0 = INTEGER: 0
CHECKPOINT-MIB::vsxCountersVSId.2.0 = INTEGER: 1
CHECKPOINT-MIB::vsxCountersConnNum.1.0 = INTEGER: 46
CHECKPOINT-MIB::vsxCountersConnNum.2.0 = INTEGER: 209307
CHECKPOINT-MIB::vsxCountersConnPeakNum.1.0 = INTEGER: 64
CHECKPOINT-MIB::vsxCountersConnPeakNum.2.0 = INTEGER: 210912
CHECKPOINT-MIB::vsxCountersConnTableSize.1.0 = INTEGER: 300000
CHECKPOINT-MIB::vsxCountersConnTableSize.2.0 = INTEGER: 300000
CHECKPOINT-MIB::vsxCountersPackets.1.0 = Wrong Type (should be INTEGER): STRING: "14322476"
CHECKPOINT-MIB::vsxCountersPackets.2.0 = Wrong Type (should be INTEGER): STRING: "1195035434"
CHECKPOINT-MIB::vsxCountersDroppedTotal.1.0 = Wrong Type (should be INTEGER): STRING: "12111"
CHECKPOINT-MIB::vsxCountersDroppedTotal.2.0 = Wrong Type (should be INTEGER): STRING: "1146609"
CHECKPOINT-MIB::vsxCountersAcceptedTotal.1.0 = Wrong Type (should be INTEGER): STRING: "14310365"
CHECKPOINT-MIB::vsxCountersAcceptedTotal.2.0 = Wrong Type (should be INTEGER): STRING: "1193886566"
CHECKPOINT-MIB::vsxCountersRejectedTotal.1.0 = Wrong Type (should be INTEGER): STRING: "0"
CHECKPOINT-MIB::vsxCountersRejectedTotal.2.0 = Wrong Type (should be INTEGER): STRING: "2259"
CHECKPOINT-MIB::vsxCountersBytesAcceptedTotal.1.0 = Wrong Type (should be INTEGER): STRING: "1776237509"
CHECKPOINT-MIB::vsxCountersBytesAcceptedTotal.2.0 = Wrong Type (should be INTEGER): STRING: "781595211201"
CHECKPOINT-MIB::vsxCountersBytesDroppedTotal.1.0 = Wrong Type (should be INTEGER): STRING: "1181583"
CHECKPOINT-MIB::vsxCountersBytesDroppedTotal.2.0 = Wrong Type (should be INTEGER): STRING: "156239771"
CHECKPOINT-MIB::vsxCountersBytesRejectedTotal.1.0 = Wrong Type (should be INTEGER): STRING: "0"
CHECKPOINT-MIB::vsxCountersBytesRejectedTotal.2.0 = Wrong Type (should be INTEGER): STRING: "108792"
CHECKPOINT-MIB::vsxCountersLoggedTotal.1.0 = Wrong Type (should be INTEGER): STRING: "13589"
CHECKPOINT-MIB::vsxCountersLoggedTotal.2.0 = Wrong Type (should be INTEGER): STRING: "7765168"

First VSX is "porteur". Second is the firewall itself.

Useful minimal values :
CHECKPOINT-MIB::vsxCountersConnNum.2.0 = INTEGER: 209307 -> current connections
CHECKPOINT-MIB::vsxCountersConnPeakNum.2.0 = INTEGER: 210912 -> max connections reached
CHECKPOINT-MIB::vsxCountersConnTableSize.2.0 = INTEGER: 300000 -> max supported by the firewall

Thanks.

@garnier-quentin
Copy link
Contributor Author

I dont think so. You give my connections by virtual servers. That's another metrics and mode.

@garnier-quentin
Copy link
Contributor Author

Ref #338

garnier-quentin pushed a commit that referenced this issue Jun 17, 2016
Sims24 pushed a commit that referenced this issue Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhance existing mode
Projects
None yet
Development

No branches or pull requests

1 participant