Chapter 53 Services
ZyWALL Series CLI Reference Guide
468
CHAPTER 53
Services
Use service objects to define TCP applications, UDP applications, and ICMP messages. You can also
create service groups to refer to multiple service objects in other features.
53.1 Services Overview
See the appendices in the web configurator’s User Guide for a list of commonly-used services.
53.2 Services Commands Summary
The following table describes the values required for many service object and service group
commands. Other values are discussed with the corresponding commands.
The following sections list the service object and service group commands.
53.2.1 Service Object Commands
The first table lists the commands for service objects.
Table 263 Input Values for Service Commands
LABEL DESCRIPTION
group_name
The name of the service group. You may use 1-31 alphanumeric characters, underscores(_), or
dashes (-), but the first character cannot be a number. This value is case-sensitive.
object_nam
e
The name of the service. You may use 1-31 alphanumeric characters, underscores(_), or dashes
(-), but the first character cannot be a number. This value is case-sensitive.
Table 264 service-object Commands: Service Objects
COMMAND DESCRIPTION
show service-object [object_name]
Displays information about the specified service or
about all the services.
no service-object object_name
Deletes the specified service.
service-object object_name {tcp | udp} {eq
<1..65535> | range <1..65535> <1..65535>}
Creates the specified TCP service or UDP service
using the specified parameters.