39-49
Catalyst 6500 Series Switch Software Configuration Guide—Release 8.7
OL-8978-04
Chapter 39 Configuring the Switch Access Using AAA
Configuring Authorization on the Switch
Disabling Authorization
To disable authorization on the switch, perform this task in privileged mode:
This example shows how to disable EXEC mode authorization for both console and Telnet
connections and 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 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 verify the configuration:
Console> (enable)
set authorization commands disable both
Successfully disabled commands authorization.
Console> (enable)
Task
Command
Step 1
Disable authorization for normal mode. Enter the
console
or
telnet
keyword if you want to disable
authorization only for the console port or Telnet
connection attempts. Enter the
both
keyword to
disable authorization for both console port and
Telnet connection attempts.
set authorization exec disable
[
console
|
telnet
|
both
]
Step 2
Disable authorization for enable mode. Enter the
console
or
telnet
keyword if you want to disable
authorization only for the console port or Telnet
connection attempts. Enter the
both
keyword to
disable authorization for both console port and
Telnet connection attempts.
set authorization enable disable
[
console
|
telnet
|
both
]
Step 3
Disable authorization of configuration
commands. Enter the
console
or
telnet
keyword if
you want to disable authorization only for the
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