use

Defines settings used with the RADIUS server policy

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

use [radius-group <RAD-GROUP-NAME1> {RAD-GROUP-NAME2}|radius-user-pool-policy <RAD-USER-POOL-NAME>]

Parameters

use [radius-group <RAD-GROUP-NAME1> {RAD-GROUP-NAME2}|radius-user-pool-policy <RAD-USER-POOL-NAME>]

radius-group <RAD-GROUP-NAME1> {RAD-GROUP-NAME2}

Associates a specified RADIUS group (for LDAP users) with this RADIUS server policy You can optionally associate two RADIUS groups with one RADIUS server policy.

radius-user-pool-policy <RAD-USER-POOL- NAME>

Associates a specified RADIUS user pool with this RADIUS server policy. Specify a user pool name.

Examples

nx9500-6C8809(config-radius-server-policy-test)#use radius-group test
nx9500-6C8809(config-radius-server-policy-test)#show context
radius-server-policy test
 proxy retry-delay 8
 proxy retry-count 4
 proxy realm test1 server 172.16.10.7 port 1025 secret 0 test1123
 ldap-server primary host 172.16.10.19 port 162 login "test" bind-dn "bind-dn1" base-dn "bas-dn1" passwd 0 test@123 passwd-attr test123 group-attr group1 group-filter "groupfilter1" group-membership groupmembership1 net-timeout 2
 use radius-group test
 session-resumption lifetime 10 max-entries 11
nx9500-6C8809(config-radius-server-policy-test)#

Related Commands

no Disassociates a RADIUS group or a RADIUS user pool policy from this RADIUS server policy