beautypg.com

Example-creating a group, Example–creating a group – Brocade Mobility RFS7000-GR Controller CLI Reference Guide (Supporting software release 4.1.0.0-040GR and later) User Manual

Page 484

background image

470

Brocade Mobility RFS7000-GR CLI Reference Guide

53-1001945-01

RADIUS Configuration Commands

19

Example–Creating a Group

The use of the

(config-radsrv-group)

sub-instance is explained below:

1. Create a group called Sales in the local RADIUS Server database.

RFS7000(config-radsrv)#group sales

2. Check RADIUS user group configuration commands.

3. RFS7000(config-radsrv-group)#?

4. Radius user group configuration commands:

5. clrscr Clears the display screen

6. end End current mode and change to EXEC mode

7. exit End current mode and down to previous mode

8. group Configure radius user group parameters

9. guest-group Guest group configuration

10. help Description of the interactive help system

11. no Negate a command or set its defaults

12. policy Radius group access policy configuration

13. rad-user Add Radius user to this group

14. rate-limit Set rate limit for group

15. service Service Commands

16. show

Show running system information

17. Use the

policy

command to configure group policies for the group created in Step 1.

RFS7000(config-radsrv-group)#policy ?

day Day of access policy configuration

time Configure time of access policy for this group

vlan VLAN id for this group

wlan Configure wlan access policy for this group

RFS7000(config-radsrv-group)#policy day weekdays

RFS7000(config-radsrv-group)#policy time start 12 30 end 15 30

18. Use the

policy vlan

command

to assign VLAN ID of 10 to Sales group.

RFS7000(config-radsrv-group)#policy vlan 10

19. Use the

policy wlan

command to allow only authorized users to access this group’s wlan.

RFS7000(config-radsrv-group)#policy wlan 1 2 5

20. Use

(config-radsrv)#rad-user

to create a user called testuser and add it to the Sales

group.

RFS7000(config-radsrv)#rad-user testuser password testpassword group sales

Sep 08 17:41:55 2006: RADCONF: Adding user "testuser" into local database

Sep 08 17:41:55 2006: RADCONF: User "testuser" is added to group "sales"

21. Use

(config-radsrv)#nas

to add a NAS entry.

RFS7000(config-radsrv)#nas ?

A.B.C.D/M Radius client IP address

RFS7000(config-radsrv)#nas 10.10.10.0/24 ?