>From: Benjamin
>How to collect the MAC address in 2950 by SNMP

It's in the BRIDGE-MIB, but you have to change the community string for each
vlan.

Something like:
snmpwalk -c [EMAIL PROTECTED] the-2950.domain.tld -m BRIDGE-MIB 
dot1dTpFdbAddress
In order to see vlan 2, and
snmpwalk -c [EMAIL PROTECTED] the-2950.domain.tld -m BRIDGE-MIB 
dot1dTpFdbAddress
to see vlan 32.  The \ is there because both bash and perl attempt to
interpolate @ unless you escape it with a \.

--
Unsubscribe mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to