PROFILE::access¶
Description¶
Returns the current value of the specified setting in the assigned
access profile.
Warning
Deprecated in BIG-IP Next v20.0.1
Syntax¶
PROFILE::access <setting_name>
PROFILE::access <setting_name>¶
- Returns the current value of the specified setting in the assigned access profile.
Examples¶
# List attached APM profile configuration
when HTTP_REQUEST {
log local0. "access_policy_timeout : [PROFILE::access access_policy_timeout]"
log local0. "customization_group : [PROFILE::access customization_group]"
log local0. "default_language : [PROFILE::access default_language]"
log local0. "domain_cookie : [PROFILE::access domain_cookie]"
log local0. "domain_mode : [PROFILE::access domain_mode]"
log local0. "eps_group : [PROFILE::access eps_group]"
log local0. "errormap_group : [PROFILE::access errormap_group]"
log local0. "framework_installation_group : [PROFILE::access framework_installation_group]"
log local0. "general_ui_group : [PROFILE::access general_ui_group]"
log local0. "generation : [PROFILE::access generation]"
log local0. "generation_action : [PROFILE::access generation_action]"
log local0. "httponly_cookie : [PROFILE::access httponly_cookie]"
log local0. "inactivity_timeout : [PROFILE::access inactivity_timeout]"
log local0. "logout_uri_timeout : [PROFILE::access logout_uri_timeout]"
log local0. "max_concurrent_sessions : [PROFILE::access max_concurrent_sessions]"
log local0. "max_concurrent_users : [PROFILE::access max_concurrent_users]"
log local0. "max_failure_delay : [PROFILE::access max_failure_delay]"
log local0. "max_in_progress_sessions : [PROFILE::access max_in_progress_sessions]"
log local0. "max_session_timeout : [PROFILE::access max_session_timeout]"
log local0. "min_failure_delay : [PROFILE::access min_failure_delay]"
log local0. "modified_since_last_policy_sync : [PROFILE::access modified_since_last_policy_sync]"
log local0. "ntlm_auth_name : [PROFILE::access ntlm_auth_name]"
log local0. "persistent_cookie : [PROFILE::access persistent_cookie]"
log local0. "primary_auth_service : [PROFILE::access primary_auth_service]"
log local0. "restrict_to_single_client_ip : [PROFILE::access restrict_to_single_client_ip]"
log local0. "scope : [PROFILE::access scope]"
log local0. "secure_cookie : [PROFILE::access secure_cookie]"
log local0. "type : [PROFILE::access type]"
log local0. "use_http_503_on_error : [PROFILE::access use_http_503_on_error]"
log local0. "user_identity_method : [PROFILE::access user_identity_method]"
}
# /var/log/ltm output:
<HTTP_REQUEST>: access_policy_timeout : 300
<HTTP_REQUEST>: customization_group : /Common/AP_DC_logout
<HTTP_REQUEST>: default_language : fr
<HTTP_REQUEST>: domain_cookie : company.local
<HTTP_REQUEST>: domain_mode : 0
<HTTP_REQUEST>: eps_group : /Common/AP_DC_eps
<HTTP_REQUEST>: errormap_group : /Common/AP_DC_errormap
<HTTP_REQUEST>: framework_installation_group : /Common/AP_DC_frameworkinstallation
<HTTP_REQUEST>: general_ui_group : /Common/AP_DC_general_ui
<HTTP_REQUEST>: generation : 4
<HTTP_REQUEST>: generation_action : 1
<HTTP_REQUEST>: httponly_cookie : 0
<HTTP_REQUEST>: inactivity_timeout : 900
<HTTP_REQUEST>: logout_uri_timeout : 5
<HTTP_REQUEST>: max_concurrent_sessions : 0
<HTTP_REQUEST>: max_concurrent_users : 0
<HTTP_REQUEST>: max_failure_delay : 5
<HTTP_REQUEST>: max_in_progress_sessions : 128
<HTTP_REQUEST>: max_session_timeout : 604800
<HTTP_REQUEST>: min_failure_delay : 2
<HTTP_REQUEST>: modified_since_last_policy_sync : 1
<HTTP_REQUEST>: ntlm_auth_name :
<HTTP_REQUEST>: persistent_cookie : 0
<HTTP_REQUEST>: primary_auth_service :
<HTTP_REQUEST>: restrict_to_single_client_ip : 0
<HTTP_REQUEST>: scope : 0
<HTTP_REQUEST>: secure_cookie : 1
<HTTP_REQUEST>: type : 0
<HTTP_REQUEST>: use_http_503_on_error : 0
<HTTP_REQUEST>: user_identity_method : 0