Reference Guide

Management | 49
The following table lists the configuration tasks you can use to customize a privilege level:
The configuration in Create a Custom Privilege Level creates privilege level 3. This level:
removes the resequence command from EXEC mode by requiring a minimum of privilege level 4
moves the command
capture bgp-pdu max-buffer-size from EXEC Privilege to EXEC mode by
requiring a minimum privilege level 3, which is the configured level for VTY 0
allows access to CONFIGURATION mode with the
banner command
allows access to INTERFACE and LINE modes are allowed with no commands.
Task Command Syntax Command Mode
Remove a command from the list of available commands
in EXEC mode.
privilege exec level level
{command ||...|| command}
CONFIGURATION
Move a command from EXEC Privilege to EXEC mode. privilege exec level level
{command ||...|| command}
CONFIGURATION
Allow access to CONFIGURATION mode. privilege exec level level
configure
CONFIGURATION
Allow access to INTERFACE, LINE, ROUTE-MAP,
and/or ROUTER mode. Specify all keywords in the
command.
privilege configure level level
{interface | line | route-map |
router} {command-keyword ||...||
command-keyword}
CONFIGURATION
Allow access to a CONFIGURATION, INTERFACE,
LINE, ROUTE-MAP, and/or ROUTER mode command.
privilege {configure |interface |
line | route-map | router} level
level
{command ||...|| command}
CONFIGURATION