Configuring services


You configure this section at the libraries services level.

To add a new service, use the following command:

Admin@nodename# create libraries services <parameter>

Provide the following parameters:

Parameter

Description

name

Service name.

description

Service description.

protocols

Network protocol and source/destination ports:

  • protocol: network protocol.

  • alg: L7 gateway, only for TCP and UDP (SIP, H323 and FTP, TFTP for UDP protocol are supported).

  • dest-ports: destination port(s) (you can specify a port number or a port range).

  • source-ports: source port(s) (you can specify a port number or a port range).

To edit an existing service, use the following command:

Admin@nodename# set libraries services <service-name> <parameter>

To update the network protocol and source/destination ports, use the following command:

Admin@nodename# set libraries services <service-name> protocols ( <protocol-filter> )

<protocol-filter> --- filter set using protocols parameter values.

Then specify the new values for the protocols parameter.

To add a network protocol and source/destination ports, use the following command:

Admin@nodename# set libraries services <service-name> protocols new <parameter>

Then specify protocol, dest-ports, source-ports.

To delete a service, use the following command:

Admin@nodename# delete libraries services <service-name>

To delete specific network protocols from a service, use the following command:

Admin@nodename# delete libraries services <service-name> protocols ( <protocol-filter> )

To display information about all or individual services, use the following commands:

Admin@nodename# show libraries services Admin@nodename# show libraries services <service-name>