Description:
|
radiusLoginAuthentication OBJECT-TYPE
SYNTAX INTEGER {
enabled(1),
disabled(2),
enabledForTelnetOnly(3),
enabledForConsoleOnly(4)
}
MAX-ACCESS read-write
STATUS deprecated
DESCRIPTION "Indicates whether the login authentication using
RADIUS feature is enabled or disabled for console
and/or telnet sessions.
Setting this object to enabled(1), the login
authentication using RADIUS feature is enabled for
both console and telnet sessions.
Setting this object to disabled(2), the login
authentication using RADIUS feature is disabled
for both console and telnet sessions.
Setting this object to enabledForTelnetOnly(3),the
login authentication using RADIUS feature is
enabled only for telnet sessions, but disabled
for console session.
Setting this object to enabledForConsoleOnly(4),
the login 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 }
|
|