configure

 

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

Use configure terminal authentication radius to enable RADIUS on the device.

RADIUS

 

 

hostname# conf t auth radius enable

configure

Use configure terminal authentication radius server to configure the IP address, port, shared

primary

secret, and authentication mehtod of the primary RADIUS server. In this example, the primary

RADIUS

RADIUS server is configured with the address 10.0.0.10 on port 581, with shared secret “TheSecret.”

server

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

Use configure terminal authentication privilege-groups update to create or edit a privilege group.

privilege

In this example, the privilege group PrivGroup1 is granted VPN client access privilege only:

group

 

 

hostname# conf t auth priv update PrivGroup1 vpn-client-access

assign users to

Use configure terminal authentication radius default-privilege-group to assign RADIUS users to

a privilege

the default privilege group. In this example, RADIUS users are added to the privilege group

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

X Family CLI Reference V 2.5.1

37