mgmt-access-list

This command configures the Access List table, which lets you restrict access to the device's management interfaces (Web and CLI) by specifying IP addresses of management clients that are permitted to access the device.

Syntax

(config-system)# mgmt-access-list <Index>
(mgmt-access-list <Index>)# ip-address <IP address>

Command Mode

Privileged User

Example

This example allows the host at IP address 10.11.12.120 to connect to the management interface:

(config-system)# mgmt-access-list 0
(mgmt-access-list 0)# ip-address 10.11.12.120