Resatrict Management access to Specific IP

Hi,

i Need to know how to restrict Management access of device to a specific IP or Network. I have assigned specific Network IP for Management Access, but still device is accessible to from other LAN IPs (i.e Assigned to Internal & External Partition) as well.

any update on this?

You can create an access-list and apply that to the enable-management configuration:
ACOS(config)#access-list 1 permit 10.10.10.0 0.0.0.255
Then apply the ACL using either of these commands:
ACOS(config)# enable-management service acl 1 management
or

ACOS(config)\# interface management
ACOS(config-if:management)\# access-list 1 in

Is this not working?

basically i have crated two partition i.e (Internal & External) and assigned IPs to that partition. Now management through internal IP is allowed. I want that device management is only accessible via Management Network IP not Internal and external partition IPs. I have applied that said command but still device Management is accessible via Internal Partition. Kindly guide for solution.

Kumar’s suggestion works.

Can you share the config?