3.10.2 Privilege Level Configuration

The Privilege Levels can be configured from 0 to 15 (where 0 is the lowest level and 15 is the highest level). Every group has an authorization Privilege level for the following subgroups: configuration read-only, configuration/execute read-write, status/statistics read-only, and status/statistics read-write (for example, for clearing of statistics).

Command Syntax:

web privilege group <group_name> level { [ configRoPriv <configRoPriv> ] [ configRwPriv <configRwPriv> ] [ statusRoPriv <statusRoPriv> ] [ statusRwPriv <statusRwPriv> ] }
Table 3-41. Command Description

Argument

Description

Parameter

<group_name>

Web privilege group name. Valid words are APS, Aggregation, Alarm, CFM, DDMI, DHCP, DHCPv6_Client, Debug, Diagnostics, ERPS, ETH_LINK_OAM, Firmware, Green_Ethernet, IP, IPMC_Snooping, LACP, LLDP, Loop_Protect, MAC_Table, MRP, MVR, Miscellaneous, NTP, POE, PTP, Ports, Private_VLANs, QoS, RMirror, Security(access), Security(network), Spanning_Tree, System, UDLD, UPnP, VCL, VLAN_Translation, VLANs, Voice_VLAN, XXRP, sFlow, uFDMA_AIL, uFDMA_CIL

<configRoPriv>

Configuration read-only level. The level ranges from 0–15.

<configRwPriv>

Configuration/Execute read/write. The value ranges from 0–15.

<statusRoPriv>

Status/statistics read-only. The value ranges from 0–15.

<statusRwPriv>

Status/statistics read/write. The value ranges from 0–15.

Default

N.A

Mode

Global Configuration mode

Usage

Configure Switch Privilege Levels for groups.

Example

Example 1:

Set Alarm group Configuration/Execute read/write privilege level to 15.

(config)# web privilege group Alarm level configRwPriv 15