graph values other then data trafic

Hello,

Is it possible to graph stuff based on OID rather the on interface (cisco for example). Ie, I’d like to graph active ISDN channels on a voice gateway. Is this possible?

thnx

Yes, it is possible.

figured it out :slight_smile:

but i have another question, is it possible to create a link on the map that is not in bps? rather in number of active channels on a E1?

Yes, it is possible.
But you can only make label showing the current ISDN used lines or whatewer, and you will have no graph showing this value when dobleclicking the link (only bitrate).

thnx, done :slight_smile:

Let me gues… You made 24*4 functions for every of your 4 Access servers…
Lets say funtions looks like

name:AS1_E1_0_0, code: oid("1.3.6.1.4.1.9.10.19.1.1.9.1.3.0.0","5","300","AS1.IP.ADD.RES","CiscoAS_Community")
name:AS1_E1_0_1, code: oid("1.3.6.1.4.1.9.10.19.1.1.9.1.3.0.1","5","300","AS1.IP.ADD.RES","CiscoAS_Community")
.....
name:AS1_E1_3_1, code: oid("1.3.6.1.4.1.9.10.19.1.1.9.1.3.3.1","5","300","AS3.IP.ADD.RES","CiscoAS_Community")
.....
name:AS4_E1_2_1, code: oid("1.3.6.1.4.1.9.10.19.1.1.9.1.3.2.1","5","300","AS4.IP.ADD.RES","CiscoAS_Community")
.......

and put in link label

[AS1_E1_0_0() + AS1_E1_0_1() + AS1_E1_0_2() + AS1_E1_0_3() ] /124

isdn.png
No wonder it takes a lot of time :slight_smile:
Or you made it another way…
Please let us know… :slight_smile:

Yeah, like that except I didn’t use functions, I’ve put the oid in the label directly.

Link is a trunkgroup on the AS and the white rectangle is the AS, so the number of active calls on one AS is sum of the links on it.
(yes, there are a lot of AS’s). Yellow rectangle are the softswitches, if you notice that the number on the softswitch is not the sum from the links leading to it because they are load balanced between all the AS and the number of the calls on it is from its own oid (there would be too much clutter on the map if I connected everything as it is connected, this is perfectly ok for monitoring purposes, and there is some other stuff i need to add but that can wait for now :slight_smile: ).

It didn’t take me long to do it actually, maybe few hours, I just didn’t have time to do it since last post.