add service-protocol

In the R81.10.X releases, this command is available starting from the R81.10.00 version.

Description

Adds a new non-TCP/UDP service object that uses a protocol other than TCP (6) or UDP (17).

Syntax

add service-protocol name <name> ip-protocol <ip-protocol> [ 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)

ip-protocol

Configures the IP protocol number.

See IANA Protocol Numbers.

name

Configures the Service name.

Example Command

add service-protocol name TEXT ip-protocol 50 comments "This is a comment"