- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Detecting CAM table overflow?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2012 05:27 AM
05-03-2012 05:27 AM
Detecting CAM table overflow?
Hi folks,
I'm just doing a bit of research on mitigating CAM table overflow attacks, and i'm wondering if there are ProVision and Comware equivalents of Cisco's "show mac address-table count". The Cisco command compatibility document i've got doesn't cover MAC address table commands. I'd really like to see how close to my switches CAM table limits i'm running.
My main switches are a ProCurve 3400cl running M.10.76 and an H3C 5500 EI running Comware 5.20 r2208. I found http://evilrouters.net/2010/04/06/hidden-procurve-commands/ which lists a hidden command to do it, but i was hoping for something more, well ..., supported.
Thanks,
Paul
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2012 03:45 AM
05-14-2012 03:45 AM
Re: Detecting CAM table overflow?
How about SNMP?
me@linux:~$ snmpget -v 2c .1.3.6.1.4.1.11.2.14.11.5.1.9.12.1.0 STATISTICS-MIB::hpSwitchFdbAddressCount.0 = INTEGER: 74
I have this value monitored on all switches. Also with some network surveillance software (e.g.. Nagios) you can create automatic alarms based on this OID.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2012 11:01 AM
05-15-2012 11:01 AM
Re: Detecting CAM table overflow?
Hi Paul,
maybe also interested for you: recent firmware releases for the ProVision switches are including a feature called "instrumentation monitor": you can specify thresholds for certain counters. One of it is the mac address count . Violation will create log messages like this:
W 05/27/06 12:10:16 inst-mon: Limit for MAC addr count (300) is exceeded (321)
Cheers,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2012 03:52 PM
05-18-2012 03:52 PM
Re: Detecting CAM table overflow?
Very nice I was completely unaware of this feature.