cancel
Showing results for 
Search instead for 
Did you mean: 

automatic guest user import on C4110 WLAN Controller?

automatic guest user import on C4110 WLAN Controller?

Thomas_Reiss
New Contributor
Hi,

is it possible to automaticaly import a guest user file into the controller (cron job or such)?
How?
Or, can we "push" the guest user to the Controller?

We try to implement a easier Management for User and Guest on our Hospital.

Thx
Thomas
11 REPLIES 11

Karthik1
New Contributor II
But does that needs user intervention to input password?

Karthik1
New Contributor II
Hi Thomas,
You can write a shell script in your linux system that SSH to controller and push following commands to it. Finally add cron job for that shell script.
wlans
# Guest Access Accounts
clients
client "Guest-USERID" "username" "password" 2015-4-30 17:0:00 30 0
enable "Guest-USERID"
descr "Guest-USERID"
startofday "Guest-USERID" 00:00
durationofday "Guest-USERID" 1440

thx,

help a lot!

Karthik1
New Contributor II
Don't forget the apply command at the end of sequence.

Cool, that's what im Looking for!

Many Thank's

Thomas

GTM-P2G8KFN