Hi all,
I'm trying to figure out a way to poll Cisco switches (3750s and 6509s) for the number of MAC addresses that they are using. It seems that Cisco has made this unusually complex. I've been researching on the Cisco support forums and I see a lot of people writing their own scripts to do it, but I'm trying to keep my network management as centralized as possible, so I'm hoping to do it in Solarwinds.
Basically I want to retrieve the bolded lines below. The problem is that there's no OID that I can find that corresponds to those numbers:
Cisco_6509#show mac-address-table count
MAC Entries for all vlans :
Dynamic Address Count: 6760
Static Address (User-defined) Count: 576
Total MAC Addresses In Use: 7336 <--- I'd be happy just knowing the dynamic count too
Total MAC Addresses Available: 65536
Cisco 3750#show mac-address-table count
Mac Entries for Vlan 1:
---------------------------
Dynamic Address Count : 0
Static Address Count : 0
Total Mac Addresses : 0
Mac Entries for Vlan 2:
---------------------------
Dynamic Address Count : 7
Static Address Count : 0
<snip>
Total Mac Address Space Available: 1854 <--- I'd like to pull this number but I don't think there's an OID to do it
It seems that most people are writing scripts to pull the MAC address count per VLAN and then add it up. Is there a way to do that in SW? Can anyone point me in the right direction?
Thanks,
Josh