Description:
|
radiusEnableAuthentication OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2),
enabledForTelnetOnly(3),
enabledForConsoleOnly(4)
}
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION "Indicates whether the enable authentication using
the RADIUS feature is enabled or disabled for
Console and telnet sessions.
Setting this object to enabled(1), the enable
authentication using RADIUS feature is enabled for
both console and telnet sessions.
Setting this object to disabled(2), the enable
authentication using RADIUS feature is disabled
for both console and telnet sessions.
Setting this object to enabledForTelnetOnly(3),
the enable authentication using RADIUS feature is
enabled only for telnet sessions, but disabled for
console sessions.
Setting this object to enabledForConsoleOnly(4),
the enable authentication using RADIUS feature is
enabled only for console sessions, but disabled
for telnet sessions.
This object is deprecated and replaced by
cacPriorityTable in CISCO-AAA-CLIENT-MIB."
DEFVAL { disabled }
|
|