add service-udp

Description

Adds a new UDP service object with configurable ports.

Syntax

add service-udp name <name> port <port> [ comments "<comment>" ]

Parameters

Parameter

Description

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)

name

Configures the Service name.

A string that begins with a letter and contain up to 32 characters without spaces, of this set:

  • a-z (lower-case letters)

  • A-Z (upper-case letters)

  • 0-9 (digits)

  • '.' (period)

  • '-' (minus)

  • '_' (underscore)

port

Configures the destination ports (a comma separated list of ports/ranges).

See IANA Service Name and Port Number Registry.

Example

add service-udp name MyService port 8080-8090 comments "This is a comment"