Toon posts:

[Cisco/MRTG] Dataverkeer van de hele switch op 1 poort?

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ha,
Ik vind de resultaten die mrtg mij geeft erg vreemd. Op elke poort wordt ongeveer het zelfde dataverkeer gemeten. Is er iemand die mij kan vertellen waar dit aan ligt?
De switch is ingedeeld in 1 groot vlan waaraan een ip adres is gekoppeld. De switch waar het over gaat is een Cisco Catalyst 2950. Mrtg draait en spuugt nette statistieken uit.

Is het nu zo dat de Cisco switch alle data op alle poorten aanbiedt en het daar ook meet? Dat zal toch hopelijk niet? Zo ja, hoe los ik dat het beste op.
Of meet mrtg in de huidige configuratie een beetje brak?
De configfile is met dit commando gemaakt:
cfgmaker --global 'Workdir: /home/username/public_html/mrtg/stats' --global 'Options[_]: bits,growright,nobanner' --output /home/username/public_html/mrtg/config/mrtg.conf public@switch01.company.nl

Enige nuancering in username en bedrijfsnaam aangebracht :)

Ik hoop dat het duidelijk is en dat iemand bereid is mij te helpen.
Hans

  • Ghost(NL)
  • Registratie: December 2000
  • Niet online
Eerlijk gezegd heb ik geen ervaring met die Cisco, maar dit lijkt me eenvoudig te testen, is het mogelijk om op maar 1 pc een transfer te starten ? zo ja dan kun je kijken of dat overeen komt met wat MRTG weergeeft, als dit dan overal gelijk is heb je antwoord op wat je eigenlijk al denkt wat er aan de hand is, dan rest het je alleen nog een oplossing ;) want vreemd zou dat wel zijn. Mischien zou je dan met een SNMP walker kunnen gaan zoeken naar waardes die overeen komen met wat je transfert want mischien zit je in de verkeerde leaf.

edit:


Kun je mischien je mrtg.conf even posten zodat we kunnen zien wat je eigenlijk bekijkt ?

[ Voor 10% gewijzigd door Ghost(NL) op 06-12-2003 23:09 ]

i5-12600K PRIME Z690M-PLUS D4 64GB 980 Pro M.2 1TB  MBA M1 13" 8GB 256GB (Late '20)


  • Maarten @klet.st
  • Registratie: Oktober 2001
  • Laatst online: 13-02 23:00
Verwijderd schreef op 06 december 2003 @ 22:58:
Ha,
Ik vind de resultaten die mrtg mij geeft erg vreemd. Op elke poort wordt ongeveer het zelfde dataverkeer gemeten. Is er iemand die mij kan vertellen waar dit aan ligt?
De switch is ingedeeld in 1 groot vlan waaraan een ip adres is gekoppeld. De switch waar het over gaat is een Cisco Catalyst 2950. Mrtg draait en spuugt nette statistieken uit.
Het wordt effe gokken, maar een paar mogelijkheden:

- Je ziet alleen broadcast (of vooral) verkeer ?
- Je configfile is niet goed, waardoor steeds dezelfde poort gemeten wordt
- De CPU van de switch is zo druk (of mac tabel is vol) waardoor ie in HUB mode gaat (geen switching meer)

Wat je ook ff kan doen is zoeken naar de tools om automatisch config files te maken voor MRTG. Ik gebruik zelf cricket (met rrd), daar is zo'n tooltje voor, die maakt meteen graphs van de interface errors enzo.

Verwijderd

Lees je niet per ongeluk het verkeer van je VLAN uit ipv het verkeer per interface...?

Verwijderd

Topicstarter
Allemaal alvast hartelijk dank voor het meedenken. Sorry voor mijn late reply, maar was er even tussenuit. Terug van weggeweest hoop ik het weer actief op te kunnen pakken.

Mijn config plaats ik hieronder. De eerste 3 getallen welke mijn subnet vormt heb ik vervangen door xxx.xxx.xxx. Daarachter staat het oorspronkelijke getal. En mij viel op dat er overal 3 staat. Ik snap dat eigenlijk niet, maar okee.
Verder heb ik onze domeinnaam (voor switch en servers ed. vervangen door domein.tld Ik hoop dat ik niets vergeten ben. Mochten jullie iets tegenkomen dat een beveiligingsrisico oplevert in deze config laat het me dan heel erg aub weten. Bedankt.
Ik hoop dat jullie er iets mee kunnen. Die tip van rrd tool wil ik ook nog proberen, maar ik zou graag eerst een zuivere meting willen hebben :)

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
# Created by 
# /usr/bin/cfgmaker --global 'Workdir: /locatie/mrtg/stats' --global 'Options[_]: bits,growright,nobanner' 'PNGTitle[ezwf]:' WAN Link UK-US --output /locatie/mrtg/config/mrtg.conf public@switch01.domein.tld


### Global Config Options

#  for UNIX
# WorkDir: /home/http/mrtg

#  or for NT
# WorkDir: c:\mrtgdata

### Global Defaults

#  to get bits instead of bytes and graphs growing to the right
# Options[_]: growright, bits

Workdir: /locatie/mrtg/stats
Options[_]: bits,growright,nobanner

######################################################################
# System: 
# Description: 
# Contact: 
# Location: 
######################################################################



######################################################################
# System: 
# Description: 
# Contact: 
# Location: 
######################################################################



######################################################################
# System: 
# Description: 
# Contact: 
# Location: 
######################################################################



######################################################################
# System: 
# Description: 
# Contact: 
# Location: 
######################################################################



######################################################################
# System: switch01
# Description: Cisco Internetwork Operating System Software 
#          IOS (tm) C2950 Software (C2950-I6Q4L2-M), Version 12.1(11)EA1, RELEASE SOFTWARE (fc1)
#          Copyright (c) 1986-2002 by cisco Systems, Inc.
#          Compiled Wed 28-Aug-02 10:25 by antonino
# Contact: 
# Location: 
######################################################################


### Interface 0 >> Descr: '' | Name: '' | Ip: '12.0' | Eth: '' ###
### The following interface is commented out because:
### * has a speed of  which makes no sense
### * got 'Received SNMP response with error code
###       error status: noSuchName
###       index 1 (OID: 1.3.6.1.2.1.2.2.1.10.0)
###     SNMPv1_Session (remote host: "switch01.domein.tld" [xxx.xxx.xxx.xxx].161)
###                       community: "public"
###                      request ID: 907122175
###                     PDU bufsize: 8000 bytes
###                         timeout: 2s
###                         retries: 5
###                         backoff: 1)' from interface when trying to query
# 
# Target[switch01.domein.tld_0]: 0:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_0]: MRTG_INT_IP="12.0" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_0]: 0
# Title[switch01.domein.tld_0]: Traffic Analysis for 0 -- switch01
# PageTop[switch01.domein.tld_0]: <H1>Traffic Analysis for 0 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD> ()</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>0.0 bits/s</TD></TR>
#    <TR><TD>Ip:</TD>         <TD>12.0 ()</TD></TR>
#  </TABLE>


### Interface 1 >> Descr: '' | Name: '' | Ip: '16.0' | Eth: '00-0b-fd-62-03-c1' ###

Target[switch01.domein.tld_1]: 1:public@switch01.domein.tld:
SetEnv[switch01.domein.tld_1]: MRTG_INT_IP="16.0" MRTG_INT_DESCR=""
MaxBytes[switch01.domein.tld_1]: 12500000
Title[switch01.domein.tld_1]: Traffic Analysis for 1 -- switch01
PageTop[switch01.domein.tld_1]: <H1>Traffic Analysis for 1 -- switch01</H1>
 <TABLE>
   <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
   <TR><TD>Maintainer:</TD> <TD></TD></TR>
   <TR><TD>Description:</TD><TD> Uplink 1 </TD></TR>
   <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
   <TR><TD>ifName:</TD>     <TD></TD></TR>
   <TR><TD>Max Speed:</TD>  <TD>100.0 Mbits/s</TD></TR>
   <TR><TD>Ip:</TD>         <TD>16.0 ()</TD></TR>
 </TABLE>


### Interface 2 >> Descr: '' | Name: '' | Ip: '1.0' | Eth: '00-0b-fd-62-03-c2' ###

Target[switch01.domein.tld_2]: 2:public@switch01.domein.tld:
SetEnv[switch01.domein.tld_2]: MRTG_INT_IP="1.0" MRTG_INT_DESCR=""
MaxBytes[switch01.domein.tld_2]: 12500000
Title[switch01.domein.tld_2]: Traffic Analysis for 2 -- switch01
PageTop[switch01.domein.tld_2]: <H1>Traffic Analysis for 2 -- switch01</H1>
 <TABLE>
   <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
   <TR><TD>Maintainer:</TD> <TD></TD></TR>
   <TR><TD>Description:</TD><TD> Uplink 2 </TD></TR>
   <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
   <TR><TD>ifName:</TD>     <TD></TD></TR>
   <TR><TD>Max Speed:</TD>  <TD>100.0 Mbits/s</TD></TR>
   <TR><TD>Ip:</TD>         <TD>1.0 ()</TD></TR>
 </TABLE>


### Interface 3 >> Descr: '' | Name: '' | Ip: '22.1.4.26.xxx.xxx.xxx.3' | Eth: '00-0b-fd-62-03-c3' ###

Target[switch01.domein.tld_3]: 3:public@switch01.domein.tld:
SetEnv[switch01.domein.tld_3]: MRTG_INT_IP="22.1.4.26.xxx.xxx.xxx.3" MRTG_INT_DESCR=""
MaxBytes[switch01.domein.tld_3]: 12500000
Title[switch01.domein.tld_3]: Traffic Analysis for 3 -- switch01
PageTop[switch01.domein.tld_3]: <H1>Traffic Analysis for 3 -- switch01</H1>
 <TABLE>
   <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
   <TR><TD>Maintainer:</TD> <TD></TD></TR>
   <TR><TD>Description:</TD><TD> servername1.domein.tld</TD></TR>
   <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
   <TR><TD>ifName:</TD>     <TD></TD></TR>
   <TR><TD>Max Speed:</TD>  <TD>100.0 Mbits/s</TD></TR>
   <TR><TD>Ip:</TD>         <TD>22.1.4.26.xxx.xxx.xxx.3 ()</TD></TR>
 </TABLE>


### Interface 4 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-c4' ###

Target[switch01.domein.tld_4]: 4:public@switch01.domein.tld:
SetEnv[switch01.domein.tld_4]: MRTG_INT_IP="" MRTG_INT_DESCR=""
MaxBytes[switch01.domein.tld_4]: 12500000
Title[switch01.domein.tld_4]: Traffic Analysis for 4 -- switch01
PageTop[switch01.domein.tld_4]: <H1>Traffic Analysis for 4 -- switch01</H1>
 <TABLE>
   <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
   <TR><TD>Maintainer:</TD> <TD></TD></TR>
   <TR><TD>Description:</TD><TD> servername2.domein.tld </TD></TR>
   <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
   <TR><TD>ifName:</TD>     <TD></TD></TR>
   <TR><TD>Max Speed:</TD>  <TD>100.0 Mbits/s</TD></TR>
 </TABLE>


### Interface 5 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-c5' ###
### The following interface is commented out because:
### * it is operationally DOWN
# 
# Target[switch01.domein.tld_5]: 5:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_5]: MRTG_INT_IP="" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_5]: 12500000
# Title[switch01.domein.tld_5]: Traffic Analysis for 5 -- switch01
# PageTop[switch01.domein.tld_5]: <H1>Traffic Analysis for 5 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>100.0 Mbits/s</TD></TR>
#  </TABLE>


### Interface 6 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-c6' ###
### The following interface is commented out because:
### * it is operationally DOWN
# 
# Target[switch01.domein.tld_6]: 6:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_6]: MRTG_INT_IP="" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_6]: 1250000
# Title[switch01.domein.tld_6]: Traffic Analysis for 6 -- switch01
# PageTop[switch01.domein.tld_6]: <H1>Traffic Analysis for 6 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>10.0 Mbits/s</TD></TR>
#  </TABLE>


### Interface 7 >> Descr: '' | Name: '' | Ip: '7.0' | Eth: '00-0b-fd-62-03-c7' ###
### The following interface is commented out because:
### * it is operationally DOWN
# 
# Target[switch01.domein.tld_7]: 7:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_7]: MRTG_INT_IP="7.0" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_7]: 1250000
# Title[switch01.domein.tld_7]: Traffic Analysis for 7 -- switch01
# PageTop[switch01.domein.tld_7]: <H1>Traffic Analysis for 7 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>10.0 Mbits/s</TD></TR>
#    <TR><TD>Ip:</TD>         <TD>7.0 ()</TD></TR>
#  </TABLE>


### Interface 8 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-c8' ###
### The following interface is commented out because:
### * it is operationally DOWN
# 
# Target[switch01.domein.tld_8]: 8:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_8]: MRTG_INT_IP="" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_8]: 1250000
# Title[switch01.domein.tld_8]: Traffic Analysis for 8 -- switch01
# PageTop[switch01.domein.tld_8]: <H1>Traffic Analysis for 8 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>10.0 Mbits/s</TD></TR>
#  </TABLE>


### Interface 9 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-c9' ###

Target[switch01.domein.tld_9]: 9:public@switch01.domein.tld:
SetEnv[switch01.domein.tld_9]: MRTG_INT_IP="" MRTG_INT_DESCR=""
MaxBytes[switch01.domein.tld_9]: 12500000
Title[switch01.domein.tld_9]: Traffic Analysis for 9 -- switch01
PageTop[switch01.domein.tld_9]: <H1>Traffic Analysis for 9 -- switch01</H1>
 <TABLE>
   <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
   <TR><TD>Maintainer:</TD> <TD></TD></TR>
   <TR><TD>Description:</TD><TD> servername3 </TD></TR>
   <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
   <TR><TD>ifName:</TD>     <TD></TD></TR>
   <TR><TD>Max Speed:</TD>  <TD>100.0 Mbits/s</TD></TR>
 </TABLE>


### Interface 10 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-ca' ###

Target[switch01.domein.tld_10]: 10:public@switch01.domein.tld:
SetEnv[switch01.domein.tld_10]: MRTG_INT_IP="" MRTG_INT_DESCR=""
MaxBytes[switch01.domein.tld_10]: 12500000
Title[switch01.domein.tld_10]: Traffic Analysis for 10 -- switch01
PageTop[switch01.domein.tld_10]: <H1>Traffic Analysis for 10 -- switch01</H1>
 <TABLE>
   <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
   <TR><TD>Maintainer:</TD> <TD></TD></TR>
   <TR><TD>Description:</TD><TD> servername4 </TD></TR>
   <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
   <TR><TD>ifName:</TD>     <TD></TD></TR>
   <TR><TD>Max Speed:</TD>  <TD>100.0 Mbits/s</TD></TR>
 </TABLE>


### Interface 11 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-cb' ###
### The following interface is commented out because:
### * it is operationally DOWN
# 
# Target[switch01.domein.tld_11]: 11:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_11]: MRTG_INT_IP="" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_11]: 1250000
# Title[switch01.domein.tld_11]: Traffic Analysis for 11 -- switch01
# PageTop[switch01.domein.tld_11]: <H1>Traffic Analysis for 11 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD> Animana </TD></TR>
#    <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>10.0 Mbits/s</TD></TR>
#  </TABLE>


### Interface 12 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-cc' ###
### The following interface is commented out because:
### * it is operationally DOWN
# 
# Target[switch01.domein.tld_12]: 12:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_12]: MRTG_INT_IP="" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_12]: 1250000
# Title[switch01.domein.tld_12]: Traffic Analysis for 12 -- switch01
# PageTop[switch01.domein.tld_12]: <H1>Traffic Analysis for 12 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>10.0 Mbits/s</TD></TR>
#  </TABLE>


### Interface 13 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-cd' ###
### The following interface is commented out because:
### * it is operationally DOWN
# 
# Target[switch01.domein.tld_13]: 13:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_13]: MRTG_INT_IP="" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_13]: 1250000
# Title[switch01.domein.tld_13]: Traffic Analysis for 13 -- switch01
# PageTop[switch01.domein.tld_13]: <H1>Traffic Analysis for 13 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>10.0 Mbits/s</TD></TR>
#  </TABLE>


### Interface 14 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-ce' ###
### The following interface is commented out because:
### * it is operationally DOWN
# 
# Target[switch01.domein.tld_14]: 14:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_14]: MRTG_INT_IP="" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_14]: 12500000
# Title[switch01.domein.tld_14]: Traffic Analysis for 14 -- switch01
# PageTop[switch01.domein.tld_14]: <H1>Traffic Analysis for 14 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>100.0 Mbits/s</TD></TR>
#  </TABLE>


### Interface 15 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-cf' ###
### The following interface is commented out because:
### * it is operationally DOWN
# 
# Target[switch01.domein.tld_15]: 15:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_15]: MRTG_INT_IP="" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_15]: 1250000
# Title[switch01.domein.tld_15]: Traffic Analysis for 15 -- switch01
# PageTop[switch01.domein.tld_15]: <H1>Traffic Analysis for 15 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>10.0 Mbits/s</TD></TR>
#  </TABLE>


### Interface 16 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-d0' ###
### The following interface is commented out because:
### * it is operationally DOWN
# 
# Target[switch01.domein.tld_16]: 16:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_16]: MRTG_INT_IP="" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_16]: 12500000
# Title[switch01.domein.tld_16]: Traffic Analysis for 16 -- switch01
# PageTop[switch01.domein.tld_16]: <H1>Traffic Analysis for 16 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>100.0 Mbits/s</TD></TR>
#  </TABLE>


### Interface 17 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-d1' ###
### The following interface is commented out because:
### * it is operationally DOWN
# 
# Target[switch01.domein.tld_17]: 17:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_17]: MRTG_INT_IP="" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_17]: 12500000
# Title[switch01.domein.tld_17]: Traffic Analysis for 17 -- switch01
# PageTop[switch01.domein.tld_17]: <H1>Traffic Analysis for 17 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>100.0 Mbits/s</TD></TR>
#  </TABLE>


### Interface 18 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-d2' ###
### The following interface is commented out because:
### * it is operationally DOWN
# 
# Target[switch01.domein.tld_18]: 18:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_18]: MRTG_INT_IP="" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_18]: 1250000
# Title[switch01.domein.tld_18]: Traffic Analysis for 18 -- switch01
# PageTop[switch01.domein.tld_18]: <H1>Traffic Analysis for 18 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>10.0 Mbits/s</TD></TR>
#  </TABLE>


### Interface 19 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-d3' ###
### The following interface is commented out because:
### * it is operationally DOWN
# 
# Target[switch01.domein.tld_19]: 19:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_19]: MRTG_INT_IP="" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_19]: 1250000
# Title[switch01.domein.tld_19]: Traffic Analysis for 19 -- switch01
# PageTop[switch01.domein.tld_19]: <H1>Traffic Analysis for 19 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>10.0 Mbits/s</TD></TR>
#  </TABLE>


### Interface 20 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-d4' ###
### The following interface is commented out because:
### * it is operationally DOWN
# 
# Target[switch01.domein.tld_20]: 20:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_20]: MRTG_INT_IP="" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_20]: 1250000
# Title[switch01.domein.tld_20]: Traffic Analysis for 20 -- switch01
# PageTop[switch01.domein.tld_20]: <H1>Traffic Analysis for 20 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>10.0 Mbits/s</TD></TR>
#  </TABLE>


### Interface 21 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-d5' ###
### The following interface is commented out because:
### * it is operationally DOWN
# 
# Target[switch01.domein.tld_21]: 21:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_21]: MRTG_INT_IP="" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_21]: 1250000
# Title[switch01.domein.tld_21]: Traffic Analysis for 21 -- switch01
# PageTop[switch01.domein.tld_21]: <H1>Traffic Analysis for 21 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>10.0 Mbits/s</TD></TR>
#  </TABLE>


### Interface 22 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-d6' ###
### The following interface is commented out because:
### * it is operationally DOWN
# 
# Target[switch01.domein.tld_22]: 22:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_22]: MRTG_INT_IP="" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_22]: 1250000
# Title[switch01.domein.tld_22]: Traffic Analysis for 22 -- switch01
# PageTop[switch01.domein.tld_22]: <H1>Traffic Analysis for 22 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>10.0 Mbits/s</TD></TR>
#  </TABLE>


### Interface 23 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-d7' ###
### The following interface is commented out because:
### * it is operationally DOWN
# 
# Target[switch01.domein.tld_23]: 23:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_23]: MRTG_INT_IP="" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_23]: 1250000
# Title[switch01.domein.tld_23]: Traffic Analysis for 23 -- switch01
# PageTop[switch01.domein.tld_23]: <H1>Traffic Analysis for 23 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>10.0 Mbits/s</TD></TR>
#  </TABLE>


### Interface 24 >> Descr: '' | Name: '' | Ip: '' | Eth: '00-0b-fd-62-03-d8' ###

Target[switch01.domein.tld_24]: 24:public@switch01.domein.tld:
SetEnv[switch01.domein.tld_24]: MRTG_INT_IP="" MRTG_INT_DESCR=""
MaxBytes[switch01.domein.tld_24]: 1250000
Title[switch01.domein.tld_24]: Traffic Analysis for 24 -- switch01
PageTop[switch01.domein.tld_24]: <H1>Traffic Analysis for 24 -- switch01</H1>
 <TABLE>
   <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
   <TR><TD>Maintainer:</TD> <TD></TD></TR>
   <TR><TD>Description:</TD><TD> APC01.domein.tld </TD></TR>
   <TR><TD>ifType:</TD>     <TD>ethernetCsmacd (6)</TD></TR>
   <TR><TD>ifName:</TD>     <TD></TD></TR>
   <TR><TD>Max Speed:</TD>  <TD>10.0 Mbits/s</TD></TR>
 </TABLE>


### Interface 25 >> Descr: '' | Name: '' | Ip: '' | Eth: '' ###

Target[switch01.domein.tld_25]: 25:public@switch01.domein.tld:
SetEnv[switch01.domein.tld_25]: MRTG_INT_IP="" MRTG_INT_DESCR=""
MaxBytes[switch01.domein.tld_25]: 536870911
Title[switch01.domein.tld_25]: Traffic Analysis for 25 -- switch01
PageTop[switch01.domein.tld_25]: <H1>Traffic Analysis for 25 -- switch01</H1>
 <TABLE>
   <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
   <TR><TD>Maintainer:</TD> <TD></TD></TR>
   <TR><TD>Description:</TD><TD>  </TD></TR>
   <TR><TD>ifType:</TD>     <TD>Other (1)</TD></TR>
   <TR><TD>ifName:</TD>     <TD></TD></TR>
   <TR><TD>Max Speed:</TD>  <TD>4295.0 Mbits/s</TD></TR>
 </TABLE>


### Interface 26 >> Descr: '' | Name: '' | Ip: '22.1.1.26.xxx.xxx.xxx.3' | Eth: '00-0b-fd-62-03-c0' ###

Target[switch01.domein.tld_26]: 26:public@switch01.domein.tld:
SetEnv[switch01.domein.tld_26]: MRTG_INT_IP="22.1.1.26.xxx.xxx.xxx.3" MRTG_INT_DESCR=""
MaxBytes[switch01.domein.tld_26]: 125000000
Title[switch01.domein.tld_26]: Traffic Analysis for 26 -- switch01
PageTop[switch01.domein.tld_26]: <H1>Traffic Analysis for 26 -- switch01</H1>
 <TABLE>
   <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
   <TR><TD>Maintainer:</TD> <TD></TD></TR>
   <TR><TD>Description:</TD><TD>  </TD></TR>
   <TR><TD>ifType:</TD>     <TD>propVirtual (53)</TD></TR>
   <TR><TD>ifName:</TD>     <TD></TD></TR>
   <TR><TD>Max Speed:</TD>  <TD>1000.0 Mbits/s</TD></TR>
   <TR><TD>Ip:</TD>         <TD>22.1.1.26.xxx.xxx.xxx.3 ()</TD></TR>
 </TABLE>


### Interface 30 >> Descr: '' | Name: '' | Ip: '13.0' | Eth: '' ###
### The following interface is commented out because:
### * has a speed of  which makes no sense
### * got 'Received SNMP response with error code
###       error status: noSuchName
###       index 1 (OID: 1.3.6.1.2.1.2.2.1.10.30)
###     SNMPv1_Session (remote host: "switch01.domein.tld" [xxx.xxx.xxx.xxx].161)
###                       community: "public"
###                      request ID: 907122202
###                     PDU bufsize: 8000 bytes
###                         timeout: 2s
###                         retries: 5
###                         backoff: 1)' from interface when trying to query
# 
# Target[switch01.domein.tld_30]: 30:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_30]: MRTG_INT_IP="13.0" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_30]: 0
# Title[switch01.domein.tld_30]: Traffic Analysis for 30 -- switch01
# PageTop[switch01.domein.tld_30]: <H1>Traffic Analysis for 30 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD> ()</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>0.0 bits/s</TD></TR>
#    <TR><TD>Ip:</TD>         <TD>13.0 (xerox-net.xerox.com)</TD></TR>
#  </TABLE>


### Interface 255 >> Descr: '' | Name: '' | Ip: '2.0' | Eth: '' ###
### The following interface is commented out because:
### * has a speed of  which makes no sense
### * got 'Received SNMP response with error code
###       error status: noSuchName
###       index 1 (OID: 1.3.6.1.2.1.2.2.1.10.255)
###     SNMPv1_Session (remote host: "switch01.domein.tld" [xxx.xxx.xxx.xxx].161)
###                       community: "public"
###                      request ID: 907122203
###                     PDU bufsize: 8000 bytes
###                         timeout: 2s
###                         retries: 5
###                         backoff: 1)' from interface when trying to query
# 
# Target[switch01.domein.tld_255]: 255:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_255]: MRTG_INT_IP="2.0" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_255]: 0
# Title[switch01.domein.tld_255]: Traffic Analysis for 255 -- switch01
# PageTop[switch01.domein.tld_255]: <H1>Traffic Analysis for 255 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD> ()</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>0.0 bits/s</TD></TR>
#    <TR><TD>Ip:</TD>         <TD>2.0 ()</TD></TR>
#  </TABLE>


### Interface 18024 >> Descr: '' | Name: '' | Ip: '20.1.5.xxx.xxx.xxx.xxx' | Eth: '' ###
### The following interface is commented out because:
### * has a speed of  which makes no sense
### * got 'Received SNMP response with error code
###       error status: noSuchName
###       index 1 (OID: 1.3.6.1.2.1.2.2.1.10.18024)
###     SNMPv1_Session (remote host: "switch01.domein.tld" [xxx.xxx.xxx.xxx].161)
###                       community: "public"
###                      request ID: 907122204
###                     PDU bufsize: 8000 bytes
###                         timeout: 2s
###                         retries: 5
###                         backoff: 1)' from interface when trying to query
# 
# Target[switch01.domein.tld_18024]: 18024:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_18024]: MRTG_INT_IP="20.1.5.xxx.xxx.xxx.xxx" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_18024]: 0
# Title[switch01.domein.tld_18024]: Traffic Analysis for 18024 -- switch01
# PageTop[switch01.domein.tld_18024]: <H1>Traffic Analysis for 18024 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD> ()</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>0.0 bits/s</TD></TR>
#    <TR><TD>Ip:</TD>         <TD>20.1.5.xxx.xxx.xxx.xxx (enovak2-1a.vtc.csc.com)</TD></TR>
#  </TABLE>


### Interface 28653 >> Descr: '' | Name: '' | Ip: '11.0' | Eth: '' ###
### The following interface is commented out because:
### * has a speed of  which makes no sense
### * got 'Received SNMP response with error code
###       error status: noSuchName
###       index 1 (OID: 1.3.6.1.2.1.2.2.1.10.28653)
###     SNMPv1_Session (remote host: "switch01.domein.tld" [xxx.xxx.xxx.xxx].161)
###                       community: "public"
###                      request ID: 907122205
###                     PDU bufsize: 8000 bytes
###                         timeout: 2s
###                         retries: 5
###                         backoff: 1)' from interface when trying to query
# 
# Target[switch01.domein.tld_28653]: 28653:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_28653]: MRTG_INT_IP="11.0" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_28653]: 0
# Title[switch01.domein.tld_28653]: Traffic Analysis for 28653 -- switch01
# PageTop[switch01.domein.tld_28653]: <H1>Traffic Analysis for 28653 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD> ()</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>0.0 bits/s</TD></TR>
#    <TR><TD>Ip:</TD>         <TD>11.0 ()</TD></TR>
#  </TABLE>


### Interface 306682 >> Descr: '' | Name: '' | Ip: '10.0' | Eth: '' ###
### The following interface is commented out because:
### * has a speed of  which makes no sense
### * got 'Received SNMP response with error code
###       error status: noSuchName
###       index 1 (OID: 1.3.6.1.2.1.2.2.1.10.306682)
###     SNMPv1_Session (remote host: "switch01.domein.tld" [xxx.xxx.xxx.xxx].161)
###                       community: "public"
###                      request ID: 907122206
###                     PDU bufsize: 8000 bytes
###                         timeout: 2s
###                         retries: 5
###                         backoff: 1)' from interface when trying to query
# 
# Target[switch01.domein.tld_306682]: 306682:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_306682]: MRTG_INT_IP="10.0" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_306682]: 0
# Title[switch01.domein.tld_306682]: Traffic Analysis for 306682 -- switch01
# PageTop[switch01.domein.tld_306682]: <H1>Traffic Analysis for 306682 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD> ()</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>0.0 bits/s</TD></TR>
#    <TR><TD>Ip:</TD>         <TD>10.0 ()</TD></TR>
#  </TABLE>


### Interface 5124191 >> Descr: '' | Name: '' | Ip: '9.0' | Eth: '' ###
### The following interface is commented out because:
### * has a speed of  which makes no sense
### * got 'Received SNMP response with error code
###       error status: noSuchName
###       index 1 (OID: 1.3.6.1.2.1.2.2.1.10.5124191)
###     SNMPv1_Session (remote host: "switch01.domein.tld" [xxx.xxx.xxx.xxx].161)
###                       community: "public"
###                      request ID: 907122207
###                     PDU bufsize: 8000 bytes
###                         timeout: 2s
###                         retries: 5
###                         backoff: 1)' from interface when trying to query
# 
# Target[switch01.domein.tld_5124191]: 5124191:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_5124191]: MRTG_INT_IP="9.0" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_5124191]: 0
# Title[switch01.domein.tld_5124191]: Traffic Analysis for 5124191 -- switch01
# PageTop[switch01.domein.tld_5124191]: <H1>Traffic Analysis for 5124191 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD> ()</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>0.0 bits/s</TD></TR>
#    <TR><TD>Ip:</TD>         <TD>9.0 ()</TD></TR>
#  </TABLE>


### Interface 24499591 >> Descr: '' | Name: '' | Ip: '5.0' | Eth: '' ###
### The following interface is commented out because:
### * has a speed of  which makes no sense
### * got 'Received SNMP response with error code
###       error status: noSuchName
###       index 1 (OID: 1.3.6.1.2.1.2.2.1.10.24499591)
###     SNMPv1_Session (remote host: "switch01.domein.tld" [xxx.xxx.xxx.xxx].161)
###                       community: "public"
###                      request ID: 907122208
###                     PDU bufsize: 8000 bytes
###                         timeout: 2s
###                         retries: 5
###                         backoff: 1)' from interface when trying to query
# 
# Target[switch01.domein.tld_24499591]: 24499591:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_24499591]: MRTG_INT_IP="5.0" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_24499591]: 0
# Title[switch01.domein.tld_24499591]: Traffic Analysis for 24499591 -- switch01
# PageTop[switch01.domein.tld_24499591]: <H1>Traffic Analysis for 24499591 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD> ()</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>0.0 bits/s</TD></TR>
#    <TR><TD>Ip:</TD>         <TD>5.0 ()</TD></TR>
#  </TABLE>


### Interface 29623837 >> Descr: '' | Name: '' | Ip: '3.0' | Eth: '' ###
### The following interface is commented out because:
### * has a speed of  which makes no sense
### * got 'Received SNMP response with error code
###       error status: noSuchName
###       index 1 (OID: 1.3.6.1.2.1.2.2.1.10.29623837)
###     SNMPv1_Session (remote host: "switch01.domein.tld" [xxx.xxx.xxx.xxx].161)
###                       community: "public"
###                      request ID: 907122209
###                     PDU bufsize: 8000 bytes
###                         timeout: 2s
###                         retries: 5
###                         backoff: 1)' from interface when trying to query
# 
# Target[switch01.domein.tld_29623837]: 29623837:public@switch01.domein.tld:
# SetEnv[switch01.domein.tld_29623837]: MRTG_INT_IP="3.0" MRTG_INT_DESCR=""
# MaxBytes[switch01.domein.tld_29623837]: 0
# Title[switch01.domein.tld_29623837]: Traffic Analysis for 29623837 -- switch01
# PageTop[switch01.domein.tld_29623837]: <H1>Traffic Analysis for 29623837 -- switch01</H1>
#  <TABLE>
#    <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
#    <TR><TD>Maintainer:</TD> <TD></TD></TR>
#    <TR><TD>Description:</TD><TD>  </TD></TR>
#    <TR><TD>ifType:</TD>     <TD> ()</TD></TR>
#    <TR><TD>ifName:</TD>     <TD></TD></TR>
#    <TR><TD>Max Speed:</TD>  <TD>0.0 bits/s</TD></TR>
#    <TR><TD>Ip:</TD>         <TD>3.0 ()</TD></TR>
#  </TABLE>


RunAsDaemon:yes
Interval:5

Het is nogal wat om iemand te vragen een config file door te spitten, maar ik hoop dat er een gek is die me er mee wil helpen :)

Groetjes, Hans

  • JackBol
  • Registratie: Maart 2000
  • Niet online

JackBol

Security is not an option!

---

[ Voor 100% gewijzigd door JackBol op 12-12-2003 20:54 ]

Opbrengst van mijn Tibber Homevolt met externe kWh meter. | Opbrengst van mijn Tibber Homevolt volgens de Tibber Data API.


  • raymonvdm
  • Registratie: December 2001
  • Laatst online: 30-06-2025
ik zeg Cacti :-)

www.raxnet.net

  • DGTL_Magician
  • Registratie: Februari 2001
  • Laatst online: 30-01 15:53

DGTL_Magician

Kijkt regelmatig vooruit

ik zeg ntop + netflow :-)

www.ntop.org

Blog | aaZoo - (Wireless) Networking, Security, DDoS Mitigatie, Virtualisatie en Storage


Verwijderd

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### Interface 25 >> Descr: '' | Name: '' | Ip: '' | Eth: '' ###

Target[switch01.domein.tld_25]: 25:public@switch01.domein.tld:
SetEnv[switch01.domein.tld_25]: MRTG_INT_IP="" MRTG_INT_DESCR=""
MaxBytes[switch01.domein.tld_25]: 536870911
Title[switch01.domein.tld_25]: Traffic Analysis for 25 -- switch01
PageTop[switch01.domein.tld_25]: <H1>Traffic Analysis for 25 -- switch01</H1>
 <TABLE>
   <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
   <TR><TD>Maintainer:</TD> <TD></TD></TR>
   <TR><TD>Description:</TD><TD>  </TD></TR>
   <TR><TD>ifType:</TD>     <TD>Other (1)</TD></TR>
   <TR><TD>ifName:</TD>     <TD></TD></TR>
   <TR><TD>Max Speed:</TD>  <TD>4295.0 Mbits/s</TD></TR>
 </TABLE>
Doe mij ook zo'n switch :D

Verwijderd

Topicstarter
Wat is de bedoeling dat ik ga doen met ntop + netflow, of cacti?
Doen die dan wat anders dan mrtg? Ik moet iig iets hebben dat ook afzonderlijke grafieken maakt, zodat ik daarnaar kan verwijzen in onze klanten applicatie, voor dedicated servers.

Zou mrtg er zo'n puinhoop van maken dan, denken jullie?
Verwijderd schreef op 13 december 2003 @ 19:34:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### Interface 25 >> Descr: '' | Name: '' | Ip: '' | Eth: '' ###

Target[switch01.domein.tld_25]: 25:public@switch01.domein.tld:
SetEnv[switch01.domein.tld_25]: MRTG_INT_IP="" MRTG_INT_DESCR=""
MaxBytes[switch01.domein.tld_25]: 536870911
Title[switch01.domein.tld_25]: Traffic Analysis for 25 -- switch01
PageTop[switch01.domein.tld_25]: <H1>Traffic Analysis for 25 -- switch01</H1>
 <TABLE>
   <TR><TD>System:</TD>     <TD>switch01 in </TD></TR>
   <TR><TD>Maintainer:</TD> <TD></TD></TR>
   <TR><TD>Description:</TD><TD>  </TD></TR>
   <TR><TD>ifType:</TD>     <TD>Other (1)</TD></TR>
   <TR><TD>ifName:</TD>     <TD></TD></TR>
   <TR><TD>Max Speed:</TD>  <TD>4295.0 Mbits/s</TD></TR>
 </TABLE>
Doe mij ook zo'n switch :D
Wij hebben 'em :) Maar snappen doe ik 'em niet. Dit was mij ook opgevallen, maar is dit de VLAN ofzo? Het ding heeft maar 24 poorten. Dit is iets dat MRTG er zelf uitvist, dus ik snap het niet.

  • DGTL_Magician
  • Registratie: Februari 2001
  • Laatst online: 30-01 15:53

DGTL_Magician

Kijkt regelmatig vooruit

Verwijderd schreef op 13 december 2003 @ 21:01:
Wat is de bedoeling dat ik ga doen met ntop + netflow, of cacti?
Doen die dan wat anders dan mrtg? Ik moet iig iets hebben dat ook afzonderlijke grafieken maakt, zodat ik daarnaar kan verwijzen in onze klanten applicatie, voor dedicated servers.

Zou mrtg er zo'n puinhoop van maken dan, denken jullie?


[...]

Wij hebben 'em :) Maar snappen doe ik 'em niet. Dit was mij ook opgevallen, maar is dit de VLAN ofzo? Het ding heeft maar 24 poorten. Dit is iets dat MRTG er zelf uitvist, dus ik snap het niet.
Ik denk dat er toch op een of andere manier het totaal van de switch gemeten wordt. ntop met netflow en cacti zullen dingen niet anders doen. Hoewel ntop officieel een packet sniffer is en via het cisco protocol Netflow al je pakketjes kan lezen, dus valt deze een beetje buiten beschouwing. Cacti haalt op dezelfde manier als MRTG zijn informatie op, dus ik gok dat je dezelfde resultaten met cacti krijgt.

Blog | aaZoo - (Wireless) Networking, Security, DDoS Mitigatie, Virtualisatie en Storage

Pagina: 1