[ixpmanager] Inter-POP graphs explanation

Kostis Fardelas dante1234 at gmail.com
Fri Apr 3 22:14:45 IST 2015


By looking at INEX's trunk.cfg,
https://github.com/inex/IXP-Manager/blob/master/application/views/_skins/inex/statistics-cli/mrtg/trunks.cfg
, I notice that there are some trunks.cfg stanzas that are not
reported to be included in application.ini (with corresponding
mrtg.trunk_graphs[] directives), namely:
core-degkcp-tcydub1-lan1-sec
core-swi1-ix1-1_swi1-ix1-2-lan1
core-swi1-ix1-1_swi1-ix2-1-lan1
core-swi1-deg1-1_swi1-deg1-3-lan1
core-swi1-tcy1-1_swi1-tcy1-4-lan1
core-swi1-deg1-1_swi1-vfw-1-lan1
core-swi1-tcy1-1_swi1-vfw-1-lan1
core-swi2-deg1-2_swi2-deg1-3-lan2
core-swi2-tcy1-2_swi2-tcy1-1-lan2
core-swi2-ix1-1_swi2-ix1-2-lan2

Are there some loose points here?

On 2 April 2015 at 17:30, Kostis Fardelas <dante1234 at gmail.com> wrote:
> Hi all,
> we have 3 switches on which we want to configure inter-switch MRTG
> graphing. As per the documentation says [1] we added the relevant
> configuration in application/configs/application.ini:
> mrtg.trunk_graphs[] = "1::core-sw1-sw2-lan1::sw1.gr-ix.gr to
> sw2.gr-ix.gr (LAN1)"
> mrtg.trunk_graphs[] = "1::core-sw2-sw3-lan2::sw2.gr-ix.gr to
> sw3.gr-ix.gr (LAN2)"
> mrtg.trunk_graphs[] = "1::core-sw3-sw1-lan3::sw3.gr-ix.gr to
> sw1.gr-ix.gr (LAN3)"
>
> and we skinned the trunks.cfg file so that it essentially has 3 stanzas:
>
> Target[core-sw1-sw2-lan1]:
> MaxBytes[core-sw1-sw2-lan1]: 2500000000
> Directory[core-sw1-sw2-lan1]: trunks
> Title[core-sw1-sw2-lan1]: mpla mpla 1
>
> Target[core-sw2-sw3-lan2]:
> MaxBytes[core-sw2-sw3-lan2]: 2500000000
> Directory[core-sw2-sw3-lan2]: trunks
> Title[core-sw2-sw3-lan2]: mpla mpla 2
>
> Target[core-sw3-sw1-lan3]:
> MaxBytes[core-sw3-sw1-lan3]: 2500000000
> Directory[core-sw3-sw1-lan3]: trunks
> Title[core-sw3-sw1-lan3]: mpla mpla 3
>
> The problem is that we see exactly the same graphs when selecting any
> of the 3 options under the drop down menu in Statistics --> Inter
> Switch/POP Graphs
>
> Is this some known bug or a misconfiguration on our side?
>
> [1] https://github.com/inex/IXP-Manager/wiki/MRTG---Traffic-Graphs#inter-switch--trunk-graphs


More information about the ixpmanager mailing list