LINUX.ORG.RU

как обычно - настроить snmp-server на кошке, натравить на нее cfgmaker , отредактировать что нужно в полученном конфиге, повесить mrtg на cron.

sasha999 ★★★★
()
Ответ на: комментарий от sasha999

Так и сделал, все за работало, только снимать могу с физических интерфейсов, с Vlan-ов снить не могу... подскажите плиз... Вот пример mrtg.cfg

Target[vlan2]: 1:public@192.168.1.14:

SetEnv[vlan2]: MRTG_INT_IP="192.168.1.14" MRTG_INT_DESCR="Ethernet0/0.2"

MaxBytes[vlan2]: 1250000

Title[vlan2]: Traffic Analysis for Vlan2

PageTop[vlan2]: <H1>Traffic Analysis for Vlan2</H1>

<TABLE>

Target[vlan950]: 3:public@192.168.1.14:

SetEnv[vlan950]: MRTG_INT_IP="192.168.4.34"

MRTG_INT_DESCR="Ethernet0/1.950"

MaxBytes[vlan950]: 64000

Unscaled[vlan950]: dwyn

Title[vlan950]: Traffic Analysis for Vlan950

PageTop[vlan950]: <H1>Traffic Analysis for Vlan950</H1>

<TABLE>

Подскажите, может что не так???

anonymous
()
Ответ на: комментарий от anonymous

там с вланами действительно интересно - комьюнити меняется :)
вот выдержка с гугля которая мне в свое время сильно помогла:
> What OIDs provide performance statistics for VLAN
> interfaces? The stats in the ifTable and ifXTable are all
> zeros for active VLANs. Is there another MIB defining a
> separate place for them?

Not a separate MIB no, just a totally bizarre implementation.
Instead of including all of the VLAN information in the main
MIB, you must set the community string to <community>@vlan
for each vlan and then walk the stack oids. It's inconvenient,
weird, and broken in several switch IOS versions, but it does
work.. mostly. :)

See http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/contrib/cammer
for a Perl implementation of how it works. (I have a similar
implementation in Scotty)

sasha999 ★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.