management-access-list
This command configures the Management Access List table, which lets you restrict access to the device's management interfaces (Web, REST API, SSH, or Telnet).
Syntax
(config-system)# management-access-list <Index> (management-access-list-<Index>)#
Command |
Description |
---|---|
ip-address |
Defines the management station (client) as an IP address (IPv4 or IPv6) that can access the specified management interface type. |
type {all|rest|ssh|telnet|web} |
Defines the type of management interface that the client is allowed to access. |
Command Mode
Privileged User
Example
This example allows access from a client at IP address 10.11.12.120 to the device's REST interface:
(config-system)# management-access-list 0 (management-access-list-0)# ip-address 10.11.12.120 (management-access-list-0)# type rest