Technical Documentation

show pppoe service-name-tables

Syntax

show pppoe service-name-tables <table-name>

Release Information

Command introduced in JUNOS Release 10.0.

Description

(M120 and M320 Multiservice Edge Routers only) Display information about PPPoE service name tables.

Options

none

Display interface information for all PPPoE service name tables.

table-name

(Optional) Name of a PPPoE service name table. When you specify a partial name, information is displayed about all table names that include that string.

Required Privilege Level

view

List of Sample Output

show pppoe service-name-tables
show pppoe service-name-tables (For All Tables Matching the Table Name)

Output Fields

Table 1 lists the output fields for the show pppoe service-name-tables command. Output fields are listed in the approximate order in which they appear.

Table 1: show pppoe service-name-tables Output Fields

Field Name

Field Description

Level of Output

Service Name Table

Name of the service name table.

none

Empty Service Action

Action taken when the interface receives a PPoE Active Discovery Initiation (PADI) packet with a zero-length (empty) service name tag specified in the packet:

  • delay seconds—Number of seconds that the interface delays before responding with a PPoE Active Discovery Offer (PADO) packet.
  • drop—Interface drops (ignores) the packet.
  • terminate—Interface responds immediately with a PADO packet; this is the default action.

none

Service Name

Name of a configured service.

none

Service Action

Action taken when the interface receives a PADI packet with that service name tag specified in the packet:

  • delay seconds—Number of seconds that the interface delays before responding with a PADO packet.
  • drop—Interface drops (ignores) the packet.
  • terminate—Interface responds immediately with a PADO packet; this is the default action.

none

ACI

Identifier for the agent circuit ID that corresponds to the DSLAM interface that initiated the service request. An asterisk is interpreted as a wildcard character and can appear at the beginning, the end, or both the beginning and end of the string.

none

ARI

Identifier for the subscriber associated with the DSLAM interface that initiated the service request. An asterisk is interpreted as a wildcard character and can appear at the beginning, the end, or both the beginning and end of the string.

none

ACI/ARI Action

Action taken for the specified ACI/ARI pair associated with the service when the interface receives a PADI packet with that service name tag specified in the packet:

  • delay seconds—Number of seconds that the interface delays before responding with a PADO packet.
  • drop—Interface drops (ignores) the packet.
  • terminate—Interface responds immediately with a PADO packet; this is the default action.

none

Sample Output

show pppoe service-name-tables

user@host> show pppoe service-name-tables
Service Name Table: test1
Service Name Table: test2
Service Name Table: test3

show pppoe service-name-tables (For All Tables Matching the Table Name)

user@host> show pppoe service-name-tables test1
Service Name Table: test1
  Empty Service Action: Terminate
  Service Name: serviceTest1,
  Service Action: Terminate
    ACI: *3/0/*,
    ARI: endUser*,
      ACI/ARI Action: Delay 20
    ACI: DSLAM:3/0/1/101,
    ARI: *,
      ACI/ARI Action: Drop
    ACI: DSLAM:4/0*,
    ARI: endUser1,
      ACI/ARI Action: Delay 120
  Service Name: serviceTest2,
  Service Action: Drop
    ACI: DSLAM:5/0*,
    ARI: endUser3,
      ACI/ARI Action: Terminate
  Service Name: serviceTest3,
  Service Action: Delay 30
    ACI: DSLAM:3/0/1/101,
    ARI: *,
      ACI/ARI Action: Terminate
    ACI: DSLAM:4/0*,
    ARI: endUser2,
      ACI/ARI Action: Delay 120
    ACI: DSLAM:4/0/1/*,
    ARI: *,
      ACI/ARI Action: Delay 20


Published: 2010-01-13