Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

firewall-authentication

date_range 27-Feb-24

Syntax

content_copy zoom_out_map
firewall-authentication {
    pass-through {
        default-profile profile-name;
        ftp { 
             banner {  
                fail string;
                login string;
                success string;
            }
        }
        http {
            logo;
            banner {               
                fail string;
                login string;
                logout string;
                success string;
            }
        telnet {
            banner {               
                fail string;
                login string;
                success string;
            }
    }
    traceoptions {
        file {
            filename;
            files number;
            flag flag;
            match regular-expression;
            no-remote-trace;
            size maximum-file-size;
            (world-readable | no-world-readable);
        }
    }
     web-authentication {
        banner { 
            fail string;
            logout string;
            success string;
        }
        default-profile profile-name;
        logo;
        timeout seconds;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit access]

Description

Configure default firewall authentication settings used by firewall authentication policies that restrict and permit access of firewall users to protected resources behind a firewall.

Options

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

access—To view this statement in the configuration.

access-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 8.5.

footer-navigation