Specifications

3-571
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
(config) print-services
(config) print-services
To enable legacy print services and designate a group name for administrators who are allowed
configuration access on a WAAS device, use the print-services global configuration command. To
disable print services on a WAAS device or to clear the administrative group, use the no form of this
command.
print-services {enable | admin-group admin-group-name | guest-print enable}
no print-services {enable | admin-group admin-group-name | guest-print enable}
Syntax Description
Defaults By default, legacy print services are disabled and no administrative group is defined (admin-group-name
is null).
Command Modes global configuration
Device Modes application-accelerator
central-manager
Usage Guidelines Legacy print services are deprecated and no longer supported in WAAS 4.2.x and later. We recommend
using the Windows print accelerator instead (see the (config) accelerator windows-print command).
Examples The following example shows how to enable print services on a WAAS device:
WAE(config)# print-services enable
The following example shows how to add a print services administrative group called printAdmins:
WAE(config)# print-services admin-group printAdmins
The new print-services administrator group is configured successfully. Please restart
print services for the change to take effect.
WAE(config)# no print-services enable
WAE(config)# print-services enable
The following example removes the print service administrative group from the WAAS device:
WAE(config)# no print-services admin-group printAdmins
enable Enables legacy print services on the WAAS device.
admin-group
admin-group-name
Configures a group of administrators with print services configuration
privileges. You can enter a maximum of 127 characters. No spaces are allowed.
guest-print enable Enables the guest print service. Guest printing allows any user to print to the
WAAS p r int se r ve r.
Note This option is available only in the application-accelerator device
mode.