Wireless Access

last person joined: 10 hours ago 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

WLAN Time of Day Restrict

This thread has been viewed 4 times
  • 1.  WLAN Time of Day Restrict

    Posted Jan 23, 2020 02:55 PM

    I have previously configured a time of day restriction on my guest wlan and would like to change the restricted time. I've searched the command reference as well as the user guide and  didn't see anything addressing the issue. I am running AOS 8.4 and any help with CLI or GUI procedures would be appreciated. 

     

    -Thanks



  • 2.  RE: WLAN Time of Day Restrict

    Posted Jan 23, 2020 03:07 PM

    you can configure a time range in cli from mm in /md context:

    [md] (config) #time-range periodic test

    [md] (config-submode)#weekday 09:00 to 17:30

     

    (mc1) #show time-range

    Time-Range test, Periodic
    -------------------------
    StartDay Start-time EndDay End-time Applied
    -------- ---------- ------ -------- -------
    weekday 09:00 17:30 Yes

     

     

    Now you can use the time range in your policy, here you can also create a time0range object, but gui not always works as good as the cli for this type of object.



  • 3.  RE: WLAN Time of Day Restrict

    Posted Jan 23, 2020 03:49 PM

    Thank you Fabian,

     

    It appears i am able to set the new time range however when I try deleting the existing entry I get the following message.

     

    Config deletion will not take effect: configuration is inherited.

     

    Do you have any idea how I can resolve this?

     

    Also, I was wondering how to change its "Applied" setting?

     

    -Thanks



  • 4.  RE: WLAN Time of Day Restrict

    Posted Jan 23, 2020 04:00 PM
    It is configured in a higher level of your hiearchy. Try going up and delete it at the first point you see it


  • 5.  RE: WLAN Time of Day Restrict

    Posted Jan 23, 2020 04:35 PM

    Thanks Fabian,

     

    I am at the highest level and still getting the error message. I will open a TAC case to ge this resolved and your imput is much appreciated.



  • 6.  RE: WLAN Time of Day Restrict

    MVP EXPERT
    Posted Jan 23, 2020 05:21 PM

    Hi gbyard,

     

    First check your node hierarchy on the MM level.

     

    (MM1) [md] (config) #show configuration node-hierarchy

     Then look at the level where you like to configure/de-configure something, give the following command and see where its inherited from.

     

    (MM1) [md] (config) #show configuration effective detail /md/Westcoast/SantaClara

    ###example output###
    time-range periodic mon-fri-block # inherited from [/md]
    Weekday 00:01 to 23:59 # inherited from [/md]