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 ?
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 ?
Comment