日本語フォーラム

 View Only
Expand all | Collapse all

Aruba APのクライアントのセッションタイムアウト設定について

This thread has been viewed 36 times
  • 1.  Aruba APのクライアントのセッションタイムアウト設定について

    Posted Mar 15, 2023 12:11 AM

    皆様、お世話になっております。
    AP-514、バージョン:Aruba OS version 8.7.1.6を使用して各機能の検証を行っています。
    タイトルにもありますが、クライアント接続のセッションタイムアウト設定箇所についてご教示頂くことは可能でしょうか。
    GUIでNWの設定を確認しましたが、以下のinactivity timeとReauth intervalぐらいしかタイムアウト設定に関連する設定しか見つけられませんでした。

    CLIも確認しましたが、特に該当しそうなクライアントのセッションタイムアウト設定はないように見えました。
    TEST-AP01# show ap commands | in timeout
    set loginsession timeout <INT:val> 
    configure terminal  |=> no inactivity-ap-timeout 
    configure terminal  |=> no loginsession timeout 
    configure terminal  |=> no netservice svc-sip <INT:port> <STRING:proto> <INT:timeout> 
    configure terminal  |=> arm  |=> no client-match restriction-timeout 
    configure terminal  |=> arm  |=> client-match restriction-timeout <INT:time> 
    configure terminal  |=> uplink  |=> failover-vpn-timeout <INT:secs> 
    configure terminal  |=> uplink  |=> failover-internet-check-timeout <INT:secs> 
    configure terminal  |=> inactivity-ap-timeout <INT:timeout> 
    configure terminal  |=> loginsession timeout <INT:val> sec 
    configure terminal  |=> netservice svc-sip <INT:port> <STRING:proto> <INT:timeout> 
    configure terminal  |=> wlan ssid-profile <STRING:ssid_profile>  |=> no inactivity-timeout 
    configure terminal  |=> wlan ssid-profile <STRING:ssid_profile>  |=> inactivity-timeout <INT:interval> 
    configure terminal  |=> wlan auth-server <STRING:auth_server>  |=> no timeout 
    configure terminal  |=> wlan auth-server <STRING:auth_server>  |=> timeout <INT:value> 
    configure terminal  |=> wlan ldap-server <STRING:ldap_server>  |=> timeout <INT:value> 
    configure terminal  |=> wlan ldap-server <STRING:ldap_server>  |=> no timeout 
    configure terminal  |=> wlan tacacs-server <STRING:tacacs_server>  |=> no timeout 
    configure terminal  |=> wlan tacacs-server <STRING:tacacs_server>  |=> timeout <INT:value> 
    configure terminal  |=> ids  |=> no valid-ap-max-unseen-timeout 
    configure terminal  |=> ids  |=> no ap-max-unseen-timeout 
    configure terminal  |=> ids  |=> valid-ap-max-unseen-timeout <UINT:secs> 
    configure terminal  |=> ids  |=> ap-max-unseen-timeout <UINT:secs> 
    configure terminal  |=> wired-port-profile <STRING:port>  |=> no inactivity-timeout 
    configure terminal  |=> wired-port-profile <STRING:port>  |=> inactivity-timeout <INT:interval> 
    configure terminal  |=> l2tpv3 tunnel <STRING:l2tpv3_tunnel_profile>  |=> no hello-timeout 
    configure terminal  |=> l2tpv3 tunnel <STRING:l2tpv3_tunnel_profile>  |=> hello-timeout <INT:interval_in_sec> 
    configure terminal  |=> l2tpv3 tunnel <STRING:l2tpv3_tunnel_profile>  |=> hello-timeout <INT:interval_in_sec> always 

    申し訳ございませんが何卒よろしくお願い致します。



  • 2.  RE: Aruba APのクライアントのセッションタイムアウト設定について

    Posted Mar 15, 2023 12:25 AM

    コメントいただいている設定が該当の設定かと思いますが、何かご要件を満たせていないなどあるでしょうか。



    ------------------------------
    Keita Shimono,
    Aruba Japan SE Manager & Airheads Leader
    ------------------------------



  • 3.  RE: Aruba APのクライアントのセッションタイムアウト設定について

    Posted Mar 15, 2023 12:38 AM

    ご返信頂き、ありがとうございます。
    inactivity timeとReauth intervalですが、接続中のクライアントのセッションタイムアウト設定はReauth intervalで認識合っておりますでしょうか。
    inactivity timeはAPからの通信をクライアントが受信できない場合に、この設定した時間が経過した場合、APからエントリから削除される認識です。
    重要な設定なので、確認させて頂けますと幸いです。何卒よろしくお願い致します。




  • 4.  RE: Aruba APのクライアントのセッションタイムアウト設定について

    Posted Mar 15, 2023 01:13 AM

    表現が若干ことなりますが、ご理解の通りで良いかと思います。
    Inactivity timeout はクライアント通信が無い場合(sessionがinactiveになった場合)にclient tableから削除されるまでの値です。
    reauth intervalは接続中のクライアントに、再認証が動作するまでの値になります。
    以下のマニュアルもご参照下さい。
    inactivity timeout
    reauth interval



    ------------------------------
    Keita Shimono,
    Aruba Japan SE Manager & Airheads Leader
    ------------------------------



  • 5.  RE: Aruba APのクライアントのセッションタイムアウト設定について

    Posted Mar 15, 2023 01:19 AM

    迅速なご回答頂き、ありがとうございます。
    承知致しました。マニュアル情報についても確認させて頂きます。