Hi, you could use plain snmp as well if you don't find a flexview.
In the table BRIDGE-MIB::dot1dTpFdbPort (.1.3.6.1.2.1.17.4.3.1.2) you find the information on which port which mac-adress is learned. The mac is encoded in the OID, the value is a BRIDGE-MIB-internal port-index. You can sum up the MAC-Adresses for single ports with a quite simple script. You can "translate" this internal port-index with the table BRIDGE-MIB::dot1dBasePortIfIndex (.1.3.6.1.2.1.17.1.4.1.2). The values of this table can be translated to real port-strings (fe.1.2, ge.2.3, etc.) with the table IF-MIB::ifName (.1.3.6.1.2.1.31.1.1.1.1). Happy coding, Christian On Fri, 24 Feb 2012, Florian Sontheim wrote: > Hi, > Thanks for your replys. I thought of Something like this: > > ge.1.1 - count 1 Mac > ge.1.2 - count 3 Macs > ge.1.3 - count 1 Mac > ... > > Than i Would be able to locate Miniswitches very fast. > > Would that be difficult making a own Flexview? I dont have expirience in > creating Flexview Filters. > > Best Regards, > Florian Sontheim > > Von meinem iPhone gesendet > > Am 23.02.2012 um 17:26 schrieb "Florian Sontheim" > <[email protected]<mailto:[email protected]>>: > > Hello Guys, > > is there a flexview showing me the current count of mac addresses behind a > switchport? This would be very helpful finding out problems with the > multi-auth limitations on the SecureStacks. > > Thanks and regards, > Florian Sontheim > > > Florian Sontheim > Staatl. gepr. Techniker > Projektleiter > CCIE Routing & Switching #26473 > > SCALTEL AG > Buchenberger Str. 18 > 87448 Waltenhofen > > > > Telefon +49 831 54054-512 > Telefax +49 (0) 831 54054-509 > > Hotline +49 (0) 180 533 77 11 > > > > [email protected]<mailto:[email protected]> > www.scaltel.de<http://www.scaltel.de> <logoemailsignatur_mittel.gif> > Rechtsform: Aktiengesellschaft > Registergericht: Kempten HRB 7208 > Sitz: Waltenhofen > Vorstandsvorsitzender: Christian Skala > Vorstand: Joachim Skala > Aufsichtsratsvorsitzender: Alfons Hörmann > > SCALTEL ist Enterasys Diamond > Partner<http://www.scaltel.de/diamond-partner-enterasys.html>! Nur zwei > Unternehmen in Deutschland haben bisher diesen Status erreicht. > > Entdecken Sie innovative IT-Lösungen<http://www.scaltel.de/it-loesungen.html> > die Ihnen helfen, Arbeitsprozesse effizienter zu gestalten und Kosten zu > sparen. > > * --To unsubscribe from enterasys, send email to > [email protected]<mailto:[email protected]> with the body: unsubscribe > enterasys [email protected]<mailto:[email protected]> > > > Florian Sontheim > Staatl. gepr. Techniker > Projektleiter > CCIE Routing & Switching #26473 > > SCALTEL AG > Buchenberger Str. 18 > 87448 Waltenhofen > > > > Telefon +49 831 54054-512 > Telefax +49 (0) 831 54054-509 > Hotline +49 (0) 180 533 77 11 > > > > [email protected] > www.scaltel.de > [cid:logoemailsignatur_mittel.gif@183074672be940a593db923bfe2d9cdf] > Rechtsform: Aktiengesellschaft > Registergericht: Kempten HRB 7208 > Sitz: Waltenhofen > Vorstandsvorsitzender: Christian Skala > Vorstand: Joachim Skala > Aufsichtsratsvorsitzender: Alfons Hörmann > > --- > To unsubscribe from enterasys, send email to [email protected] with the body: > unsubscribe enterasys [email protected] > -- mit freundlichen Grüßen Christian Frömmel Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12200 Berlin [email protected] | http://www.charite.de --- To unsubscribe from enterasys, send email to [email protected] with the body: unsubscribe enterasys [email protected]
