set service-system-default DHCP

Description

Configures settings of the built-in DHCP service object.

Syntax

set service-system-default DHCP [ port <port> ] [ disable-inspection {true | false} ] [ session-timeout <session-timeout> ] [ use-source-port { false | true [ source-port <source-port> ] } ] [ accept-replies {true | false} ]

Parameters

Parameter

Description

accept-replies

Specifies whether to accept reply traffic for this service.

disable-inspection

Controls whether to disable deep inspection of traffic that matches this service.

port

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

See IANA Service Name and Port Number Registry.

session-timeout

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

source-port

Configures the source port.

See IANA Service Name and Port Number Registry.

use-source-port

Controls whether to use the source port.

Example

set service-system-default DHCP port 8080-8090 disable-inspection true session-timeout 15 use-source-port false source-port 8080 accept-replies true