Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-19-2018 01:08 PM
Hello,
Is there a way to prevent an Identifi access point from rebooting after 5 minutes? The access point isn't connected to an controller at that time (he do not know any suitable controller), therefore he is rebooting after 5 minutes and start the discovery again. But I will do an manual update (the image download lasts longer than 5 minutes) before I connect the AP to an controller.
SSH access is available
Regards
Stephan
Is there a way to prevent an Identifi access point from rebooting after 5 minutes? The access point isn't connected to an controller at that time (he do not know any suitable controller), therefore he is rebooting after 5 minutes and start the discovery again. But I will do an manual update (the image download lasts longer than 5 minutes) before I connect the AP to an controller.
SSH access is available
Regards
Stephan
Regards
Stephan
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-19-2018 01:36 PM
OK you need a little bit more..... looks like it only works if you've a SSID configured.
First I've enabled link/mode persistance, set a static controller IP (free IP in the subnet) and then I've one bridge@AP untagged SSID - might be that some commands are missing or not needed but the AP doesn't reboot with the following setup..
cset modePersistence enable
cset linkPersistence enable
cset authip 1 192.168.0.250
capply
csave
#SSID
cset vapMode 0:1 bridge
cset vapVlanId 0:1 24876
cset uapsd 0:1 disable
cset vlanLegacy 0:1 disable
cset vapVidAc 0:1 22
cset vapSsid 0:1 "openone"
cset vapGroupKeyUpdate 0:1 0
cset vapWdsParentAP 0:1 ""
cset vapWdsBackParentAP 0:1 ""
cset vapWdsName 0:1 "AP3705i-1"
cset vapUcastFilterCos 0:1 add opennone no-rule
cset vapCos 0:1
cset vapMuInitPeriodBehaviour 0:1 defaultPolicy
cset vapDynamicEgressVlanList 0:1 45053 0
cset vapPolicyFlag 0:1 4
cset vapDefaultAction 0:1 4
cset vapDefaultContainVlan 0:1 45053
capply
csave
reboot
First I've enabled link/mode persistance, set a static controller IP (free IP in the subnet) and then I've one bridge@AP untagged SSID - might be that some commands are missing or not needed but the AP doesn't reboot with the following setup..
cset modePersistence enable
cset linkPersistence enable
cset authip 1 192.168.0.250
capply
csave
#SSID
cset vapMode 0:1 bridge
cset vapVlanId 0:1 24876
cset uapsd 0:1 disable
cset vlanLegacy 0:1 disable
cset vapVidAc 0:1 22
cset vapSsid 0:1 "openone"
cset vapGroupKeyUpdate 0:1 0
cset vapWdsParentAP 0:1 ""
cset vapWdsBackParentAP 0:1 ""
cset vapWdsName 0:1 "AP3705i-1"
cset vapUcastFilterCos 0:1 add opennone no-rule
cset vapCos 0:1
cset vapMuInitPeriodBehaviour 0:1 defaultPolicy
cset vapDynamicEgressVlanList 0:1 45053 0
cset vapPolicyFlag 0:1 4
cset vapDefaultAction 0:1 4
cset vapDefaultContainVlan 0:1 45053
capply
csave
reboot
12 REPLIES 12
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-19-2018 02:55 PM
Hello Ron,
you suggestion works very good! Thank you for your help you are a Identifi hero.
Best regards
Stephan
you suggestion works very good! Thank you for your help you are a Identifi hero.
Best regards
Stephan
Regards
Stephan
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-19-2018 01:45 PM
Hello Jason,
the file transfer for the AP image lasts more than 5 minutes (if I do it manual like described in the mentioned link).
If I add the AP to the controller, the AP did an update immediately, no matter if I enable controlled updated or not. It seem while this update the AP reboots, too. But the image is not transferred completed.
Therefore I hoped I can change the 5 minutes do check if there is timeout problem really.
the file transfer for the AP image lasts more than 5 minutes (if I do it manual like described in the mentioned link).
If I add the AP to the controller, the AP did an update immediately, no matter if I enable controlled updated or not. It seem while this update the AP reboots, too. But the image is not transferred completed.
Therefore I hoped I can change the 5 minutes do check if there is timeout problem really.
Regards
Stephan
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-19-2018 01:36 PM
I can confim that. This is only for the ssh session, not for the reboot to start discovery again.
Regards
Stephan
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-19-2018 01:36 PM
OK you need a little bit more..... looks like it only works if you've a SSID configured.
First I've enabled link/mode persistance, set a static controller IP (free IP in the subnet) and then I've one bridge@AP untagged SSID - might be that some commands are missing or not needed but the AP doesn't reboot with the following setup..
cset modePersistence enable
cset linkPersistence enable
cset authip 1 192.168.0.250
capply
csave
#SSID
cset vapMode 0:1 bridge
cset vapVlanId 0:1 24876
cset uapsd 0:1 disable
cset vlanLegacy 0:1 disable
cset vapVidAc 0:1 22
cset vapSsid 0:1 "openone"
cset vapGroupKeyUpdate 0:1 0
cset vapWdsParentAP 0:1 ""
cset vapWdsBackParentAP 0:1 ""
cset vapWdsName 0:1 "AP3705i-1"
cset vapUcastFilterCos 0:1 add opennone no-rule
cset vapCos 0:1
cset vapMuInitPeriodBehaviour 0:1 defaultPolicy
cset vapDynamicEgressVlanList 0:1 45053 0
cset vapPolicyFlag 0:1 4
cset vapDefaultAction 0:1 4
cset vapDefaultContainVlan 0:1 45053
capply
csave
reboot
First I've enabled link/mode persistance, set a static controller IP (free IP in the subnet) and then I've one bridge@AP untagged SSID - might be that some commands are missing or not needed but the AP doesn't reboot with the following setup..
cset modePersistence enable
cset linkPersistence enable
cset authip 1 192.168.0.250
capply
csave
#SSID
cset vapMode 0:1 bridge
cset vapVlanId 0:1 24876
cset uapsd 0:1 disable
cset vlanLegacy 0:1 disable
cset vapVidAc 0:1 22
cset vapSsid 0:1 "openone"
cset vapGroupKeyUpdate 0:1 0
cset vapWdsParentAP 0:1 ""
cset vapWdsBackParentAP 0:1 ""
cset vapWdsName 0:1 "AP3705i-1"
cset vapUcastFilterCos 0:1 add opennone no-rule
cset vapCos 0:1
cset vapMuInitPeriodBehaviour 0:1 defaultPolicy
cset vapDynamicEgressVlanList 0:1 45053 0
cset vapPolicyFlag 0:1 4
cset vapDefaultAction 0:1 4
cset vapDefaultContainVlan 0:1 45053
capply
csave
reboot
