Hello oscar,
please read the switch-manual section for "authorized managers".
There is probably an active access-rule to only allow login from IP .101 actively. You would need to creat another allowed IP for .100.
First check the existing reservations on the CLI with the following command:
show authorized-managers
or
show running config | include authorized-manager
To change the needed section he command should be something like this: (please modify the access-rules to your needs)
config terminal
ip authorized-managers 192.168.1.100 255.255.255.255 access manager
write memory
Afterwards please check the access-rights again with the already known command.
show authorized-managers
Have a nice day :-)
Franz
------------------------------
prefers to not experiment with live customer equipment...
------------------------------
Original Message:
Sent: Aug 13, 2024 09:39 PM
From: oscar
Subject: Aruba 2930M refused to connect
Dear HPE support,
I'm using Aruba 2930M switch. I have an issue that When I access ssh/telnet/web to Aruba 2930M with my IP 192.168.1.100 then return error "refused to connect." Another PC with different IP: 192.168.1.101 can access.
I guess my computer ip address was accessed too many times, so the device locked the login
Do you know How to remove IP that locked the login?
Thank you.