service (PPPoE)

Syntax

service service-name {drop;delay seconds;terminate;dynamic-profile profile-name;routing-instance routing-instance-name;max-sessions number;agent-specifier {aci circuit-id-string ari remote-id-string {drop;delay seconds;terminate;dynamic-profile profile-name;routing-instance routing-instance-name;static-interface interface-name;}}}

Hierarchy Level

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

Release Information

Statement introduced in JUNOS Release 10.0.

any, dynamic-profile, routing-instance, max-sessions, and static-interface options introduced in JUNOS Release 10.2.

Description

Specify the action taken by the interface on receipt of a PPPoE Active Discovery Initiation (PADI) control packet for the specified named service, empty service, or any service in a PPPoE service name table. You can also specify the dynamic profile and routing instance that the router uses to instantiate a dynamic PPPoE interface, and the maximum number of active PPPoE sessions that the router can establish with the specified service.

Default

The default action is terminate.

Options

service-name—Service entry in the PPPoE service name table:

The remaining statements are explained separately.

Required Privilege Level

interface—To view this statement in the configuration.

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

Related Topics