Ad Widget

Collapse

trying to read data ( 2315 octets)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bahocheche
    Junior Member
    • Apr 2017
    • 3

    #1

    trying to read data ( 2315 octets)

    Hello,

    i'm trying to read the VPN traffic for users, however the data is displayed by the SNMP get as follows

    CISCO-IPSEC-FLOW-MONITOR-MIB::cikeTunInOctets.144285696 = Counter32: 2738136 Octets

    now what I want, it to read the number without the word octets, or if anyone has a better way to read VPN traffic from ASA.

    Thanks and regards
  • Bahocheche
    Junior Member
    • Apr 2017
    • 3

    #2
    Further information

    I should mention that I use Zabbix 3.0
    and the device is ASA 5520
    and I'm using SNMPv2c


    if anyone can help, I would appreciate it

    Comment

    • Bahocheche
      Junior Member
      • Apr 2017
      • 3

      #3
      anybody ?

      didn't anyone face this issue before?

      Comment

      • ovas
        Senior Member
        Zabbix Certified Trainer
        Zabbix Certified SpecialistZabbix Certified Professional
        • Apr 2017
        • 138

        #4
        Hello!

        I don't have ASA at hand, but in order to simulate this behavior, I dug up a value that returns both numeric value and a word. As an example:
        .1.3.6.1.2.1.25.5.1.1.2.2395 = INTEGER: 246152 KBytes
        After I select a numeric type of information, Zabbix also displays only numeric value, without "KBytes" word.
        Assuming only Counter32 type returns an error, here is an example of it:
        .1.3.6.1.2.1.88.1.1.5.0 = Counter32: 0 instances
        Again, Zabbix clearly displays "0" as a result, stripping the "instances" word.

        What error are you experiencing?

        Comment

        Working...