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

219
g. Click Apply.
Figure 160 RADIUS scheme configuration page
# Enable the Telnet service on Firewall.
[Firewall] telnet server enable
# Configure 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. As RADIUS authorization information is sent to the
RADIUS client in the authentication response messages, be sure to 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
Method 2:
This method allows you to configure SecPath at the CLI.
# Configure the IP address of interface GigabitEthernet 0/1, through which the Telnet user
accesses Firewall.
<Firewall> system-view
[Firewall] interface GigabitEthernet 0/1
[Firewall-GigabitEthernet0/1] ip address 192.168.1.70 255.255.255.0
[Firewall-GigabitEthernet0/1] quit