21-54
Catalyst 6000 Family Software Configuration Guide—Releases 6.3 and 6.4
78-13315-02
Chapter 21 Configuring Switch Access Using AAA
Configuring Authorization
This example shows how to disable EXEC mode authorization for both console and Telnet
connections and how to verify the configuration:
Console> (enable)
set authorization exec disable both
Successfully disabled enable authorization.
Console> (enable)
This example shows how to disable enable mode authorization for both console and Telnet
connections and how to verify the configuration:
Console> (enable)
set authorization enable disable both
Successfully disabled enable authorization.
Console> (enable)
This example shows how to disable command authorization for both console and Telnet
connections and how to verify the configuration:
Console> (enable)
set authorization commands disable both
Successfully disabled commands authorization.
Console> (enable)
This example shows how to verify the configuration:
Console> (enable)
show authorization
Telnet:
-------
Primary Fallback
------- --------
exec: deny
enable: deny
commands:
config: deny
all: - -
Console:
--------
Primary Fallback
------- --------
exec: deny
enable: deny
commands:
config: deny
all: - -
Console> (enable)
Step 3
Disable authorization of configuration
commands. Enter the
console
or
telnet
keyword if
you want to disable authorization only for console
port or Telnet connection attempts. Enter the
both
keyword to disable authorization for both console
port and Telnet connection attempts.
set authorization commands disable
[
console
|
telnet
|
both
]
Step 4
Verify the authorization configuration.
show authorization
Task
Command