HP X Unified Security Platform Series Podręcznik Użytkownika Strona 45

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 142
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 44
configure
X Family CLI Reference V 2.5.1 37
user-authentication < enable | disable >
enables or disables RADIUS for user authentication.
vpn-clients < enable | disable >
enables or disables RADIUS authentication for VPN clients.
Using conf t authentication
enable
RADIUS
Use configure terminal authentication radius to enable RADIUS on the device.
hostname# conf t auth radius enable
configure
primary
RADIUS
server
Use configure terminal authentication radius server to configure the IP address, port, shared
secret, and authentication mehtod of the primary RADIUS server. In this example, the primary
RADIUS server is configured with the address 10.0.0.10 on port 581, with shared secret “TheSecret.
and with pap as the authentication method:
hostname# conf t auth radius server primary 10.0.0.10 port 581 shared-secret
"TheSecret" auth-method pap
create a
privilege
group
Use configure terminal authentication privilege-groups update to create or edit a privilege group.
In this example, the privilege group PrivGroup1 is granted VPN client access privilege only:
hostname# conf t auth priv update PrivGroup1 vpn-client-access
assign users to
a privilege
group
Use configure terminal authentication radius default-privilege-group to assign RADIUS users to
the default privilege group. In this example, RADIUS users are added to the privilege group
PrivGroup1:
hostname# conf t auth radius default-privilege-group PrivGroup1
conf t autodv day day time time [-period days]
The configure terminal autodv command schedules the day and time when the digital vaccine
definition files are updated. conf t no autodv disables the digital vaccine automatic updates.
By default, that the digital vaccine update will happen weekly on the specified day. Use the [-period
days
] option to specify a different number of days between updates. For example, to schedule an
update every five days, you would enter the command as follows:
hostname# conf t autodv 1200 -period 5
Przeglądanie stron 44
1 2 ... 40 41 42 43 44 45 46 47 48 49 50 ... 141 142

Komentarze do niniejszej Instrukcji

Brak uwag