authorization
Enables AAA authorization for a specified vty line or group of vty lines. Associates the authorization list with the specified line. If the list does not exist or is empty, authorization always succeeds. For a command to be authorized, its level must match exactly with the level of one of the configured lists. The no version disables authorization.
authorization { exec | commands level } authorListName
no authorization {exec | commands level }
- exec—Applies this authorization to CLI access in general
- commands—Applies this authorization to user commands of the specified privilege level
- level—Identifies the privilege level; a number in the range 0-15
- authorListName—Specifies the name of an authorization method list of up to 32 characters; if no methods list is specified, the default is used
Line Configuration