Skip header
 

IPP

Use the “ipp” command to configure IPP settings.

Viewing setting

The following command displays the current IPP setting:

msh> ipp

Example output:

timeout=900(sec)

auto=off

  • The “timeout” setting specifies how many seconds the computer keeps trying to access the network printer to send print jobs if no connection can be made.

  • The “auto” setting indicates the user authentication mode.

IPP timeout configuration

Specify how many seconds to wait before canceling a print job if it has been interrupted for some reason. The time can be from 30 to 65535 seconds.

msh> ipp timeout {30 - 65535}

IPP user authentication configuration

Use IPP user authentication to restrict printing with IPP to certain users. The default is “off”.

msh> ipp auto {basic | digest | off} >

  • “basic” and “digest” are user authentication settings.

  • “off” removes the user authentication.

If you select “basic” or “digest”, see next section “Configuring IPP user authentication” for how to configure the user name. Up to ten user names are available.

Configuring IPP user authentication

Use the following command:

msh> ipp user

The following message appears:

Input user number (1 to 10):

Enter the number, user name, and password.

*******

After configuring, the following message appears:

IPP configuration changed.