web-pages-access-level

This command configures the Customize Access Level table, which lets you define read-write and read-only privileges to Web interface pages and corresponding CLI commands, based on user level (Monitor, Administrator, and Security Administrator).

Syntax

(config-system)# web
(web)# web-pages-access-level <Index>
(web-pages-access-level-<Index>)#

Command

Description

Index

Defines the table row index.

page-name

Defines the name of the configuration table whose access level you want to customize.

Note: Use the exact string as it appears in the 'Page Name' drop-down list in the Web interface's Customize Access Level table. The value is case-sensitive and must be enclosed in single quotation marks (').

ro-access-level {admin|monitor|sec-admin}

Defines the minimum user level for read-only access privileges to the specified table.

rw-access-level {admin|monitor|sec-admin}

Defines the minimum user level for read-write access privileges to the specified table.

Command Mode

Privileged User

Example

This example customizes the access level of the RADIUS Servers table, where the minimum user level allowed to access the table is Administrator and the user level with read-write privileges is Security Administrator:

(config-system)# web
(web)# web-pages-access-level 0
(web-pages-access-level-0)# page-name 'RADIUS Servers'
(web-pages-access-level-0)# ro-access-level admin
(web-pages-access-level-0)# rw-access-level sec-admin (web-pages-access-level-0)# activate