HPE Aruba Networking & ProVision-based
1825793 Members
2850 Online
109687 Solutions
New Discussion

Re: ACL via snmp. How?

 
Aleksandr Zotov
New Member

ACL via snmp. How?

Hi all!
Help me please!

Task: i have access lists for HP5406.
The rules should be added or deleted from these lists.
For example, there is a user whose ID 1010, this ID should be the number of the rule in the list.

For example:
ip access-list extended "150"
1 remark "Allow_for_All_only_DNS,_Billing"
20 permit ip 10.0.0.0 0.255.255.255 10.1.1.2 0.0.0.0
30 permit ip 10.0.0.0 0.255.255.255 10.1.1.254 0.0.0.0
40 remark "#########_ONLY_USER_PERMIT_#########"
...
...
1010 permit ip 10.1.6.238 0.0.0.0 0.0.0.0 255.255.255.255
(this list contains rules for users, the user`s ID corresponds to the number of the rules in the list)
...
...
40000 deny ip 0.0.0.0 255.255.255.255 10.0.0.0 0.255.255.255
41000 permit ip 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255
exit

How to add or delete these rules according their nomber via snmp.
Is it possible?

Sorry for my english.

 

 

P.S. this thread has been moved from Switches, Hubs, Modems (Legacy ITRC forum) to ProCurve / ProVision-Based. - Hp Forum Moderator

2 REPLIES 2
Matt Hobbs
Honored Contributor

Re: ACL via snmp. How?

If possible I would suggest you use RADIUS assigned ACL's in combination with 802.1X. This is a documented and fully supported configuration.
Aleksandr Z
New Member

Re: ACL via snmp. How?

It`s not possible for my situation.
Hm, then how to upload command-file via snmp?
It`s realy?