- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Port security HP5130 model JH324A
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
Forums
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
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
09-25-2019 04:13 AM
09-25-2019 04:13 AM
Port security HP5130 model JH324A
Hi I need help to set by SNMP mac address port security on HP5130 switch (JH324).
I tried this:
port number: 7
mac address: 00:11:22:33:44:55 => 0.17.34.51.68.85 (decimal)
vlan: 400
hh3cSecureAddressEntry.VLAN.PORTNUMBER.MAC (DECIMAL) but not working:
snmpset -v2c -c public hp5130-test .1.3.6.1.4.1.25506.2.26.1.2.2.1.400.7.0.17.34.51.68.85 i 4
Error in packet.
Reason: notWritable (That object does not support modification)
Failed object: SNMPv2-SMI::enterprises.25506.2.26.1.2.2.1.400.7.0.17.34.51.68.85
How do I?
please help me.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2019 11:08 PM
09-29-2019 11:08 PM
Re: Port security HP5130 model JH324A
Hi
As the error indicates 'Reason: notWritable (That object does not support modification) might be it cannot be modified using snmpset command? Below is the partial output from the snmp mib file (HH3C-PORT-SECURITY.MIB)
hh3cSecureAddressEntry OBJECT-TYPE
SYNTAX Hh3cSecureAddressEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table allows multiple addresses to be assigned to each
secure port. It is indexed using the objects ifIndex,
hh3cSecureAddrMAC and hh3cSecureVlanID."
INDEX
{
ifIndex,
hh3cSecureAddrMAC,
hh3cSecureAddrVlanID
}
::= {hh3cSecureAddressTable 1}
I am an HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2019 01:39 AM
09-30-2019 01:39 AM
Re: Port security HP5130 model JH324A
Hi thank you,
yes I know but I'm looking for a solution.
Then It's impossible set security mac address by SNMP on this model?
I've done this in HP procurve and in HP Aruba.
Thanks.