automatic guest user import on C4110 WLAN Controller?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-30-2015 07:23 AM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-30-2015 09:34 AM
But does that needs user intervention to input password?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-30-2015 09:31 AM
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.
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-30-2015 09:31 AM
thx,
help a lot!
help a lot!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-30-2015 09:31 AM
Don't forget the apply command at the end of sequence.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-30-2015 09:31 AM
Cool, that's what im Looking for!
Many Thank's
Thomas
Many Thank's
Thomas
