set service-protocol

Description

Configures an existing non-TCP/UDP service object.

Syntax

set service-protocol <service-protocol-name> [ name <name> ] [ ip-protocol <ip-protocol> ] [ comments "<comment>" ] [ session-timeout <session-timeout> ] [ accept-replies {true | false} ] [ sync-connections-on-cluster {true | false} ] [ match "<match>" ] [ aggressive-aging-enable {true | false} ] [ aggressive-aging-timeout <aggressive-aging-timeout> ]

Parameters

Parameter

Description

accept-replies

Specifies whether to accept reply traffic for this service.

aggressive-aging- enable

Enable to manage the connections table capacity and memory consumption of the Security Gateway.

aggressive-aging-timeout

Configures the time (in seconds) before the aggressive aging times out.

comments

Configures the comment text.

A string that contains less than 257 characters, of this set:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • ',' (comma)

  • '.' (period)

  • '-' (minus)

  • '(' (opening round bracket)

  • ')' (closing round bracket)

  • ':' (colon)

  • '@' (at)

ip-protocol

Configures the IP protocol number.

See IANA Protocol Numbers.

match

Configures the INSPECT expression that searches for a pattern in a packet.

Applies only to services of type 'other'.

For more information, see capture examples in sk30583.

name

Configures the Service name.

session-timeout

Configures the time (in seconds) before the session times out.

service-protocol

Specifies the predefined service protocol.

Press the TAB key to see the available options.

sync-connections-on-cluster

In a cluster, controls whether to synchronize connections with this service.

Example

set service-protocol TEXT name TEXT ip-protocol 50 comments "This is a comment" session-timeout 15 accept-replies true sync-connections-on-cluster true match "port(80)" aggressive-aging-enable true aggressive-aging-timeout 15