Want to configure ACL to limit access to Management Center web console.
Release : 2.4 and above
Component : CLI commands
Go to enable mode.
#configure
Check current ACL
show full-configuration acl
Add rule for one IP ,HTTPS access for one IP.
acl rule 10.0.200.20 HTTPS
enable the ACL
acl enable
Should not able access web console from any other IP.
To remove the rule enter acl config with command.
acl
Prompt will change to (config-acl) , enter command to remove configured rule.
no rule 10.0.200.20 HTTPS
Check config to confirm.
show full-configuration acl