|
|
Description:
|
bbInterfaceAuthSource OBJECT-TYPE
SYNTAX INTEGER {radius(1), local(2), radiusOrLocal(3)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the authentication source for this interface:
radius(1) - use only the listed RADIUS server(s) for authentication.
local(2) - use only the local authentication database; no RADIUS.
radiusOrLocal(3) - use the listed RADIUS server(s) if available first,
or use the local authentication database if none of the servers
could be reached."
DEFVAL {local}
|
|
|
|