- hp-privilege-level
Type #: 1
Platforms supported: All
Description: Specifies the privilege level for the management user
Length: 4
Type: Integer
Value range: Predefined privilege level are values 1 (Operator) and 15 (Manager)
Format: HP-Privilege-Level = 1
- hp-command-string
Type #: 2
Platforms supported: All
Description: Specifies list of CLI commands that are permitted or denied
Length: 1-253
Type: String
Value range: List of commands
Format: HP-Command-String += "show running-config
",
HP-Command-String += "enable
"
- hp-command-exception
Type #: 3
Platforms supported: All
Description: Specifies whether commands indicated by the hp-command-string are permitted or denied
Length: 1
Type: Integer
Value range: zero (0) means permit all listed commands and deny all others;
one (1) means deny all listed commands and permit all others
Format: HP-Command-String += "show running-config
",
HP-Command-String += "enable
",
HP-Command-Exception = 0
or
HP-Command-String += "show running-config
",
HP-Command-String += "enable
",
HP-Command-Exception = 1