Nokia checkpoint : Delta between traffic and packet number

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
stekut
Posts: 18
Joined: Wed Nov 15, 2006 5:14 am

Nokia checkpoint : Delta between traffic and packet number

Post by stekut »

Hi all,

I recently added the following graphs :

Checkpoint : traffic (bits/second per interface)
Checkpoint : accepted packets/second (per interface)
Checkpoint : dropped packets/second (per interface)

No packets are rejected/logged.
In my mind, since our packet size is 1500 bytes (max), the following inequation should be right :

traffic <= (accepted + dropped ) * 1500 * 8

( * 8 to convert in bits)

When I see my graphs, traffic show 30Mbits/second, whereas I only have 100 accepted packets and 17 dropped packets ( (100+17)*1500*8=1,4Mbits/second ), so there's a huge difference.

May I forgot something, but I can't find what !
Does anyone have an idea ?

Thanks for your help.
stekut
Posts: 18
Joined: Wed Nov 15, 2006 5:14 am

Post by stekut »

UP, nobody works on Nokia firewalls statistics ?
Am I the only one to have this strange behaviour ?
User avatar
Kenny
Posts: 15
Joined: Wed Oct 13, 2004 6:58 am

Post by Kenny »

Your equation is not correct.

The number of packets CheckPoint reports is the number of accepted packets that are logged. This is also the case with the dropped packet-count.

So, in an environment where there are few connections with huge packet-flows (like an ftp-site with large files and few users), you could see a low number of connections but a large number of bits.

CheckPoint only logs the establishment of connections (after the 3-way handshake) or the drop/reject of this connection attempt if unsuccessful.

Besides, not every packet that goes through your firewall will be 1500 bytes...
stekut
Posts: 18
Joined: Wed Nov 15, 2006 5:14 am

Post by stekut »

Are you sure that accepted/dropped packets in SNMP means accepted/dropped AND log ???
It would mean that if you forget to log everything (and I can't log everything, it would take to much space !), you can't trust your statistics since it differs from real.

When I look to CHECKPOINT-MIB, it's not mentionned :

fwlfacceptPcktsIn ---> Number of accepted packets in the inbound direction
fwlfAcceptPcktsOut ---> Number of accepted packets in the outbound direction
fwDropPcktsIn ---> Number of dropped packets in the inbound direction
fwDropPcktsOut ---> Number of dropped packets in the outbound direction

Where did you get this information ?

Concerning the packets' size, since my MTU is 1500 bytes, how could I have packets bigger than that ?
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests