Configuring authorization methods for an ISP domain
Restrictions and guidelines
The none keyword is not supported in FIPS mode.
The device does not support LDAP authorization in the current software version.
To use a RADIUS scheme as the authorization method, specify the name of the RADIUS scheme that is configured as the authentication method for the ISP domain. If an invalid RADIUS scheme is specified as the authorization method, RADIUS authentication and authorization fail.
Prerequisites
Before configuring authorization methods, complete the following tasks:
Determine the access type or service type to be configured. With AAA, you can configure an authorization scheme for each access type and service type.
Determine whether to configure the default authorization method for all access types or service types. The default authorization method applies to all access users. However, the method has a lower priority than the authorization method that is specified for an access type or service type.
Procedure
Enter system view.
system-view
Enter ISP domain view.
domain isp-name
(Optional.) Specify default authorization methods for all types of users.
authorization default { hwtacacs-scheme hwtacacs-scheme-name [ radius-scheme radius-scheme-name ] [ local ] [ none ] | local [ none ] | none | radius-scheme radius-scheme-name [ hwtacacs-scheme hwtacacs-scheme-name ] [ local ] [ none ] }
By default, the authorization method is local.
Specify authorization methods for a user type or a service.
Specify command authorization methods.
authorization command { hwtacacs-scheme hwtacacs-scheme-name [ local ] [ none ] | local [ none ] | none }
By default, the default authorization methods are used for command authorization.
Specify authorization methods for LAN users.
authorization lan-access { local [ none ] | none | radius-scheme radius-scheme-name [ local ] [ none ] }
By default, the default authorization methods are used for LAN users.
Specify authorization methods for login users.
authorization login { hwtacacs-scheme hwtacacs-scheme-name [ radius-scheme radius-scheme-name ] [ local ] [ none ] | local [ none ] | none | radius-scheme radius-scheme-name [ hwtacacs-scheme hwtacacs-scheme-name ] [ local ] [ none ] }
By default, the default authorization methods are used for login users.
Specify authorization methods for portal users.
authorization portal { local [ none ] | none | radius-scheme radius-scheme-name [ local ] [ none ] }
By default, the default authorization methods are used for portal users.