R3721-F3210-F3171-HP High-End Firewalls Access Control Configuration Guide-6PW101

180
Figure 147 RADIUS scheme configuration page
# Enable the Telnet service on the Firewall.
[Firewall] telnet server enable
# Configure the Firewall to use AAA for Telnet users.
[Firewall] user-interface vty 0 4
[Firewall-ui-vty0-4] authentication-mode scheme
[Firewall-ui-vty0-4] quit
# Configure the AAA methods for domain bbb. Because RADIUS authorization information is sent to the
RADIUS client in the authentication response messages, reference the same scheme for user
authentication and authorization.
[Firewall] domain bbb
[Firewall-isp-bbb] authentication login radius-scheme system
[Firewall-isp-bbb] authorization login radius-scheme system
[Firewall-isp-bbb] accounting login radius-scheme system
[Firewall-isp-bbb] quit
# Alternatively, you can achieve the same result by configuring default AAA methods for all types of users
in domain bbb.
[Firewall] domain bbb
[Firewall-isp-bbb] authentication default radius-scheme system
[Firewall-isp-bbb] authorization default radius-scheme system
[Firewall-isp-bbb] accounting default radius-scheme system