switch

SNMP OID for Dell switch fdb table

The dot1qTpFdbTable (mib-2.17.7.1.2.2) contains the information regarding the MAC addresses learned the switch. The dot1qTpFdbPort OID (mib-2.17.7.1.2.2.1.2) lists the bridge address table. When you walk this OID, the values returned represent the MAC addresses in decimal form. You need to convert the last 6 decimal values to hex to get the MAC address. The INTEGER value is the port number on which the address was learned.

I tried this on both Dell powerconnect 3448 and 5324. They both works as for example:

Syndicate content