cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4314
Views
0
Helpful
3
Comments
fc00::/7
Level 1
Level 1

GUI timeouts are managed under Security Management:  Admin > AAA > Security Management.
Is there a way to get that info via command line?

If yes, what is the command?

3 Comments
Sergiu.Daniluk
VIP Alumni
VIP Alumni

Hi,

I think what you are looking for is crypto config section:

apic1# configure 
apic1(config)# crypto webtoken 
apic1(config-webtoken)# ?
 max-validity-period       Set The maximum validity period for a webtoken
 no                        Negate a command or set its defaults
 session-record-flags      Enable/Disable refresh in the session records, Comma separated values
 ui-idle-timeout-seconds   Set maximum GUI idle duration before requiring login refresh
 webtoken-timeout-seconds  Set The web token timeout interval

Cheers,

Sergiu

fc00::/7
Level 1
Level 1

Thanks Sergiu, I just want to view existing config on existing device, not to configure it.

Sergiu.Daniluk
VIP Alumni
VIP Alumni

Hello,

Then you can use this command:

apic1# show running-config crypto webtoken 
# Command: show running-config crypto webtoken
# Time: Mon Mar 30 12:16:46 2020
  crypto webtoken
    session-record-flags login,logout,refresh
    ui-idle-timeout-seconds 42000
    webtoken-timeout-seconds 6000
    exit

If the output is empty, then the default values are used. In my case, I changed both webtoken and UI-idle timeout values.

Cheers,

Sergiu

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: