HP MSR2000/3000/4000 Router Series Security Command Reference
19
[Sysname] domain test
[Sysname-isp-test] authorization login radius-scheme rd local
Related commands
• authorization default
• hwtacacs scheme
• local-user
• radius scheme
authorization ppp
Use authorization ppp to configure the authorization method for PPP users.
Use undo authorization ppp to restore the default.
Syntax
In non-FIPS mode:
authorization ppp { local [ none ] | none | radius-scheme radius-scheme-name [ local ] [ none ] }
undo authorization ppp
In FIPS mode:
authorization ppp { local | radius-scheme radius-scheme-name [ local ] }
undo authorization ppp
Default
The default authorization method for the ISP domain is used for PPP users.
Views
ISP domain view
Predefined user roles
network-admin
Parameters
local: Performs local authorization.
none: Does not perform authorization.
radius-scheme radius-scheme-name: Specifies a RADIUS scheme by its name, a case-insensitive string of
1 to 32 characters.
Usage guidelines
You can specify multiple authorization methods, one primary and multiple backup methods. When the
primary method is invalid, the device attempts to use the backup methods in sequence. For example, the
authorization ppp radius-scheme radius-scheme-name local none command specifies a primary RADIUS
authorization method and two backup authorization methods, local authorization and no authorization.
With this command, the device performs RADIUS authorization by default, performs local authorization
when the RADIUS server is invalid, and does not perform authorization when both of the previous
methods are invalid.
Examples
# Configure ISP domain test to use local authorization for PPP users.