Ad Widget

Collapse

Summing OID values

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rhettich
    Junior Member
    • Dec 2007
    • 6

    #1

    Summing OID values

    I need to sum multiple OID values, for example given

    1.3.6.1.4.1.1372.1.4.2.1.5 =total TCP bytes
    1.3.6.1.4.1.1372.1.4.2.1.5 = total UDP bytes

    my target is total of TCP and UDP bytes

    How is this best accomplished ?
  • JBo
    Senior Member
    • Jan 2011
    • 310

    #2
    Hi,

    Originally posted by rhettich
    I need to sum multiple OID values, for example given

    1.3.6.1.4.1.1372.1.4.2.1.5 =total TCP bytes
    1.3.6.1.4.1.1372.1.4.2.1.5 = total UDP bytes

    my target is total of TCP and UDP bytes

    How is this best accomplished ?
    You can do that with calculated items

    Regards,
    JBo

    Comment

    • rhettich
      Junior Member
      • Dec 2007
      • 6

      #3
      Thanks JBo, I didnot see that paragraph before posting, problem solved , thanks!

      Comment

      Working...