service (PPPoE)

Syntax

service service-name {agent-specifier aci circuit-id-string ari remote-id-string;(delay seconds | drop | terminate);}

Hierarchy Level

[edit protocols pppoe service-name-tables table-name]

Release Information

Statement introduced in JUNOS Release 10.0.

Description

Specify the action taken by the interface on receipt of a PADI control packet for the specified service.

Default

The default action is terminate.

Options

service-name—Name of the service, a string of up to 32 alphanumeric characters.

delay seconds—(Optional) Number of seconds that the PPPoE interface delays after it receives a PADI control packet before it responds with a PADO packet to indicate that it can service the client request.

Range: 1 through 120 seconds

drop—(Optional) Drop (ignore) a PADI control packet when it is received to deny the service request.

terminate—(Optional) Immediately respond with a PADO packet to indicate that it can service the client request. This is the default action.

Required Privilege Level

interface—To view this statement in the configuration.

interface-control—To add this statement to the configuration.

Related Topics