Re: Does 3Com Baseline Switch 2952-SFP support dot1qTpFDB/dot1dFdb table
I have the same issue and finally figure it out.
Do a full snmp walk and grep for the following,
grep "2.17.7.1.2.2.1.2.1"
you will see entry like the following:
SNMPv2-SMI::mib-2.17.7.1.2.2.1.2.1.x.xx.xxx.xxx.xx.xx = INTEGER: 30
The number "30" after "INTEGER" is the port number,
the string after 2.17.7.1.2.2.1.2.1 is the MAC address in decimal format(CISCO format).
Now all needed to be done is to convert that to a format you normally use.
the perl extension NET::MAC is perfect tool for that.
If you have any question, please let me know.
Frank