<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic About the 'set logout' command on the DFE in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/about-the-set-logout-command-on-the-dfe/m-p/51986#M756</link>
    <description>Article ID: 7341 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
Matrix N-Series DFE&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
Cli session logout time changes may be volatile.&lt;BR /&gt;
Not saved to NVRAM.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
The logout time is the maximum number of minutes that the (Serial or Telnet) cli application may await input from a user. For example, if the number &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;5&lt;/PRE&gt;&lt;/DIV&gt; is entered using the '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set logout&lt;/PRE&gt;&lt;/DIV&gt;' command set, the user has up to five minutes to key in each cli command before the cli session is terminated and the display returns to the login screen. If set to &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;0&lt;/PRE&gt;&lt;/DIV&gt;, the logout feature is disabled.&lt;BR /&gt;
&lt;BR /&gt;
The logout time defaults to 10 minutes ('&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set logout 10 default&lt;/PRE&gt;&lt;/DIV&gt;') but may be changed to any value within the range &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;0-333333&lt;/PRE&gt;&lt;/DIV&gt; minutes.&lt;BR /&gt;
&lt;BR /&gt;
Here is an example of a cli session demonstrating this command set: DFE(rw)-&amp;gt;&lt;B&gt;set logout ?&lt;/B&gt;&lt;BR /&gt;
   &lt;TIMEOUT&gt;        Number of minutes until an idle session is disconnected &lt;BR /&gt;
 DFE(rw)-&amp;gt;&lt;B&gt;set logout 10 ?&lt;/B&gt;&lt;BR /&gt;
   default          Make this setting persist for all future sessions&lt;BR /&gt;
   &lt;CR&gt;&lt;BR /&gt;
 DFE(rw)-&amp;gt;&lt;B&gt;set logout 10 default ?&lt;/B&gt;&lt;BR /&gt;
   &lt;CR&gt;&lt;BR /&gt;
 DFE(rw)-&amp;gt;&lt;B&gt;show logout&lt;/B&gt;&lt;BR /&gt;
 Logout currently set to: 10 minutes.&lt;BR /&gt;
 DFE(rw)-&amp;gt;&lt;BR /&gt;
If the '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;default&lt;/PRE&gt;&lt;/DIV&gt;' parameter is specified, the command is reflected in a '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show logout&lt;/PRE&gt;&lt;/DIV&gt;' query (applies to the current cli session) &lt;I&gt;and&lt;/I&gt; appears in a '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show config&lt;/PRE&gt;&lt;/DIV&gt;' or '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show config logout&lt;/PRE&gt;&lt;/DIV&gt;' query (applies to future sessions). This form of the command is non-volatile, so survives a System reset.&lt;BR /&gt;
&lt;BR /&gt;
If the '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;default&lt;/PRE&gt;&lt;/DIV&gt;' parameter is &lt;U&gt;not&lt;/U&gt; specified, the command is reflected in a '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show logout&lt;/PRE&gt;&lt;/DIV&gt;' query (applies to the current session) but does &lt;I&gt;not&lt;/I&gt; appear in a '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show config&lt;/PRE&gt;&lt;/DIV&gt;' or '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show config logout&lt;/PRE&gt;&lt;/DIV&gt;' query (does not apply to future sessions). This form of the command is volatile, applicable only for the duration of the current cli session.&lt;BR /&gt;
&lt;BR /&gt;
Note that a configuration of '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set logout 10 default&lt;/PRE&gt;&lt;/DIV&gt;', since it matches the default condition, would not actually appear in a '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show config&lt;/PRE&gt;&lt;/DIV&gt;' or '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show config logout&lt;/PRE&gt;&lt;/DIV&gt;' query but does indeed apply to current and/or future sessions until/unless overridden.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
Functions as Designed (FAD)&lt;/CR&gt;&lt;/CR&gt;&lt;/TIMEOUT&gt;</description>
    <pubDate>Wed, 23 Apr 2014 01:29:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2014-04-23T01:29:00Z</dc:date>
    <item>
      <title>About the 'set logout' command on the DFE</title>
      <link>https://community.extremenetworks.com/t5/faqs/about-the-set-logout-command-on-the-dfe/m-p/51986#M756</link>
      <description>Article ID: 7341 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
Matrix N-Series DFE&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Symptoms&lt;/B&gt;&lt;BR /&gt;
Cli session logout time changes may be volatile.&lt;BR /&gt;
Not saved to NVRAM.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
The logout time is the maximum number of minutes that the (Serial or Telnet) cli application may await input from a user. For example, if the number &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;5&lt;/PRE&gt;&lt;/DIV&gt; is entered using the '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set logout&lt;/PRE&gt;&lt;/DIV&gt;' command set, the user has up to five minutes to key in each cli command before the cli session is terminated and the display returns to the login screen. If set to &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;0&lt;/PRE&gt;&lt;/DIV&gt;, the logout feature is disabled.&lt;BR /&gt;
&lt;BR /&gt;
The logout time defaults to 10 minutes ('&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set logout 10 default&lt;/PRE&gt;&lt;/DIV&gt;') but may be changed to any value within the range &lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;0-333333&lt;/PRE&gt;&lt;/DIV&gt; minutes.&lt;BR /&gt;
&lt;BR /&gt;
Here is an example of a cli session demonstrating this command set: DFE(rw)-&amp;gt;&lt;B&gt;set logout ?&lt;/B&gt;&lt;BR /&gt;
   &lt;TIMEOUT&gt;        Number of minutes until an idle session is disconnected &lt;BR /&gt;
 DFE(rw)-&amp;gt;&lt;B&gt;set logout 10 ?&lt;/B&gt;&lt;BR /&gt;
   default          Make this setting persist for all future sessions&lt;BR /&gt;
   &lt;CR&gt;&lt;BR /&gt;
 DFE(rw)-&amp;gt;&lt;B&gt;set logout 10 default ?&lt;/B&gt;&lt;BR /&gt;
   &lt;CR&gt;&lt;BR /&gt;
 DFE(rw)-&amp;gt;&lt;B&gt;show logout&lt;/B&gt;&lt;BR /&gt;
 Logout currently set to: 10 minutes.&lt;BR /&gt;
 DFE(rw)-&amp;gt;&lt;BR /&gt;
If the '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;default&lt;/PRE&gt;&lt;/DIV&gt;' parameter is specified, the command is reflected in a '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show logout&lt;/PRE&gt;&lt;/DIV&gt;' query (applies to the current cli session) &lt;I&gt;and&lt;/I&gt; appears in a '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show config&lt;/PRE&gt;&lt;/DIV&gt;' or '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show config logout&lt;/PRE&gt;&lt;/DIV&gt;' query (applies to future sessions). This form of the command is non-volatile, so survives a System reset.&lt;BR /&gt;
&lt;BR /&gt;
If the '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;default&lt;/PRE&gt;&lt;/DIV&gt;' parameter is &lt;U&gt;not&lt;/U&gt; specified, the command is reflected in a '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show logout&lt;/PRE&gt;&lt;/DIV&gt;' query (applies to the current session) but does &lt;I&gt;not&lt;/I&gt; appear in a '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show config&lt;/PRE&gt;&lt;/DIV&gt;' or '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show config logout&lt;/PRE&gt;&lt;/DIV&gt;' query (does not apply to future sessions). This form of the command is volatile, applicable only for the duration of the current cli session.&lt;BR /&gt;
&lt;BR /&gt;
Note that a configuration of '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;set logout 10 default&lt;/PRE&gt;&lt;/DIV&gt;', since it matches the default condition, would not actually appear in a '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show config&lt;/PRE&gt;&lt;/DIV&gt;' or '&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;show config logout&lt;/PRE&gt;&lt;/DIV&gt;' query but does indeed apply to current and/or future sessions until/unless overridden.&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
Functions as Designed (FAD)&lt;/CR&gt;&lt;/CR&gt;&lt;/TIMEOUT&gt;</description>
      <pubDate>Wed, 23 Apr 2014 01:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/about-the-set-logout-command-on-the-dfe/m-p/51986#M756</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2014-04-23T01:29:00Z</dc:date>
    </item>
  </channel>
</rss>

