Web and Unmanaged
1752775 Members
5807 Online
108789 Solutions
New Discussion

How to control management access to Aruba switch 2930m

 
SOLVED
Go to solution
Trenuci
Occasional Contributor

How to control management access to Aruba switch 2930m

Hi,

May someone help me about configuring management access to aruba switch?
I am looking for similar command combination of ACL and vty access class (on cisco devices) so only certain IPs can access to switch.

 

Thank you a lot.

3 REPLIES 3
Ivan_B
HPE Pro
Solution

Re: How to control management access to Aruba switch 2930m

Hi @Trenuci !

Check the "ArubaOS-Switch Hardening Guide" https://support.hpe.com/hpesc/public/docDisplay?docId=a00056155en_us , it is a good starting point. And keep in mind that ArubaOS is not Cisco, mapping Cisco commands and Cisco way to 3rd party products does not always work best. Specifically 2930m has features as 'Management VLAN', 'Out-of-Band Management port' that provide you even better protection than ACL on VTY. But if you insist to follow that way, seems like 'Authorized IP managers' is the closest match.

Hope this helps!

 

I am an HPE employee

Accept or Kudo

Trenuci
Occasional Contributor

Re: How to control management access to Aruba switch 2930m

Hi Ivan, thank you a lot for help.

Trenuci
Occasional Contributor

Re: How to control management access to Aruba switch 2930m

Hi, sorry for bothering you again.

on page 10th. of that pdf:

switch(vlan-10)# ip access-group “mgmt-permit” in

I do not have "in" part of command. Only vlan-in (whitch permit/deny only traffic in and out of the same vlan.)

 

ip access-list extended "mgmt-permit"
switch(config-std-nacl)# 10 permit tcp 10.10.10.0/24 20.20.20.1/32 log
                                        90 deny tcp any any log
vlan 140 (mgm vlan)
ip access-group "mgmt-permit" vlan-in
 
as a result: tottaly cut of, of my switch.
 
What I am doing wrong?