Resatrict Management access to Specific IP
micheal
Member ✭
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.
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.
0
Comments
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?
Can you share the config?