add service-tcp

Description

Adds a new TCP service object with configurable ports.

Syntax

add service-tcp name <name> port <port> [ comments <comments> ]

Parameters

Parameter

Description

comments

Comments and explanation about the service

Type: A string that contains less than 257 characters, of this set: 0-9, a-z or , . - : () @

name

Service name

Type: String

port

Destination ports (a comma separated list of ports/ranges)

Type: Port range

Example

add service-tcp name TEXT port 8080-8090 comments "This is a comment."