Specifications

3-507
Cisco Wide Area Application Services Command Reference
OL-16451-01
Chapter 3 CLI Commands
(config) print-services
(config) print-services
To enable 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, 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
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
The print-services administrator group is removed successfully. Please restart print
services for the change to take effect.
WAE(config)# no print-services enable
WAE(config)# print-services enable
enable Enables 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 pr in t se r ver.
Note This option is available only in the application-accelerator device
mode.