add service-icmp

Description

Adds a new ICMP-type service object.

Syntax

add service-icmp name <name> icmp-code <icmp-code> icmp-type <icmp-type> [ 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 , . - : () @

icmp-code

ICMP code

Type: A number with no fractional part (integer)

icmp-type

ICMP message type

Type: A number with no fractional part (integer)

name

Service name

Type: String

Example

add service-icmp name TEXT icmp-code 2 icmp-type 5 comments "This is a comment."