Hi Pulkit,
Thank you very much for your reply. That is what I was looking for!.Unfortunately, seems not working for my firewall (perhaps I' m not doig in the right way or I misunderstood something)
I have 3 logical system configured on my firewall. Let's take as example my logical system "ls-application" As you can see from the output below I have 2 nodes with session in use with 324 and 100 packets
.
federico@fw1.r2.thw> show security flow session summary logical-system ls-application
node0:
--------------------------------------------------------------------------
Flow Sessions on FPC1 PIC0:
Unicast-sessions: 94
Multicast-sessions: 0
Services-offload-sessions: 0
Failed-sessions: 0
Sessions-in-use: 324
Valid sessions: 94
Pending sessions: 0
Invalidated sessions: 230
Sessions in other states: 0
Maximum-sessions: 819200
node1:
--------------------------------------------------------------------------
Flow Sessions on FPC1 PIC0:
Unicast-sessions: 94
Multicast-sessions: 0
Services-offload-sessions: 0
Failed-sessions: 0
Sessions-in-use: 100
Valid sessions: 99
Pending sessions: 0
Invalidated sessions: 1
Sessions in other states: 0
Maximum-sessions: 819200
However, when I walk for that logical sustem, the values that come back to me are different
federico@fw1.fw.mgmt.thw:~$ snmpwalk -v2c -c ls-application/default@yocomm 10.32.123.10 .1.3.6.1.4.1.2636.3.39.1.17.6
SNMPv2-SMI::enterprises.2636.3.39.1.17.6.1.1.1.1.2.108.115.45.97.112.112.108.105.99.97.116.105.111.110 = STRING: "ls-application-profile"
SNMPv2-SMI::enterprises.2636.3.39.1.17.6.1.1.1.1.3.108.115.45.97.112.112.108.105.99.97.116.105.111.110 = Gauge32: 0
SNMPv2-SMI::enterprises.2636.3.39.1.17.6.1.1.1.1.4.108.115.45.97.112.112.108.105.99.97.116.105.111.110 = Gauge32: 2100
SNMPv2-SMI::enterprises.2636.3.39.1.17.6.1.1.1.1.5.108.115.45.97.112.112.108.105.99.97.116.105.111.110 = Gauge32: 1572864
Also, if I walk for another logical system I have the same values
federico@fw1.fw.mgmt.thw:~$ snmpwalk -v2c -c ls-database/default@yocomm 10.32.123.10 .1.3.6.1.4.1.2636.3.39.1.17.6
SNMPv2-SMI::enterprises.2636.3.39.1.17.6.1.1.1.1.2.108.115.45.100.97.116.97.98.97.115.101 = STRING: "ls-database-profile"
SNMPv2-SMI::enterprises.2636.3.39.1.17.6.1.1.1.1.3.108.115.45.100.97.116.97.98.97.115.101 = Gauge32: 0
SNMPv2-SMI::enterprises.2636.3.39.1.17.6.1.1.1.1.4.108.115.45.100.97.116.97.98.97.115.101 = Gauge32: 2100
SNMPv2-SMI::enterprises.2636.3.39.1.17.6.1.1.1.1.5.108.115.45.100.97.116.97.98.97.115.101 = Gauge32: 1572864
Is there something wrong in my understanding? Possible bug?
Thanks