- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Procurve 2524, SNMP, MAC, Port
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
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
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
тАО08-01-2003 04:23 AM
тАО08-01-2003 04:23 AM
Procurve 2524, SNMP, MAC, Port
I am developing scripts that configure the switches via SNMP.
What I need to do is a very simple operation. I need to read out the MAC address(es) of the network adapters connected to port X and remove them under certain conditions. By removing them I mean emptying the complete MAC address table for that switch port.
On the HP J330xA hubs it was quite easy. All I had to do was changing the port configuration to continuous and then back to learn first.
If I follow this procedure with the switches, then the switch will reenter the previous MAC addresses into the authorised address table.
Does anyone know of an easy way to clear this table via SNMP or a way around it?
How would I read out the MAC addresses that are authorised on one specific port?
Thanks a lot for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2004 02:02 PM
тАО05-15-2004 02:02 PM
Re: Procurve 2524, SNMP, MAC, Port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2004 08:15 PM
тАО05-15-2004 08:15 PM
Re: Procurve 2524, SNMP, MAC, Port
I have solved the problem. Unfortunately I am extremely busy in the next few days. I have written the code for the switches a year ago so it will take some time to dig out the code and reunderstand it again. As far as I remember, I have written a library in Perl for it, that can easily do this kind of thing for 2524 switches and 330x hubs by autodetecting the device.
I will post you the way how to do it as soon as possible. Can you send me your email address? That would make communication a bit easier. Also let me know if the Perl library would be helpful (I would have to check with data protection issues first though) or if you have solved the problem yourself, then I won't need to post it...
(Email: Stefan at Bluhm-de dot com)
Best wishes,
Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-17-2004 05:32 AM
тАО06-17-2004 05:32 AM
Re: Procurve 2524, SNMP, MAC, Port
I am looking for the same kind of functionality and I would be very interested in getting a copy of that Perl Code. If you can send me an e-mail at:
trapasso at ualberta dot ca
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-03-2010 03:51 AM
тАО11-03-2010 03:51 AM
Re: Procurve 2524, SNMP, MAC, Port
I am developing scripts that configure the switches via SNMP,too. But i don't have OID for getting MAC address(es) of the network adapters connected to port X. Can you give me them?