[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuration Statements for the C-Web Interface

You can access the C-Web interface through secure HTTP or HTTP on a C-series platform or on a Solaris platform.

Configuration Statements for Secure HTTP Access to the C-Web Interface

Use the following configuration statements to configure access to the C-Web interface through secure HTTP from the [edit] hierarchy level.

system services web-management https {
    port port; 
    interface [interface...]; 
    local-certificate local-certificate; 
}

For information about restrictions using HTTP access, see Accessing the C-Web Interface Through HTTP.

Configuration Statements for HTTP Access to the C-Web Interface

Use the following configuration statements to configure access to the C-Web interface through HTTP from the [edit] hierarchy level.

system services web-management http {
    port port; 
    interface [interface...]; 
}


Configuration Statements for Logging for the C-Web Interface

Use the following configuration statements to configure the logging for the C-Web interface at the [edit] hierarchy level.

system services web-management logger name 

system services web-management logger name file {
    filter filter; 
    filename filename; 
    rollover-filename rollover-filename; 
    maximum-file-size maximum-file-size; 
}

system services web-management logger name syslog {
    filter filter; 
    host host; 
    facility facility; 
    format format; 
}


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]