_____________________________________________________________________________
____________________________________________________________________________
68
LTP-8X optical line terminal
18.1
PPPoE Intermediate Agent Profiles Configuration
To configure a PPPoE Intermediate Agent profile, the following steps should be taken.
Step 1.
Switch to the corresponding PPPoE Intermediate Agent profile.
LTP-8X# configure terminal
LTP-8X(config)# profile pppoe-ia pppoe-ia-00
LTP-8X(config-pppoe-ia)("pppoe-ia-00")#
Step 2.
Enable PPPoE traffic processing with the
enabled
command.
LTP-8X(config-pppoe-ia)("pppoe-ia-00")# enable
Step 3.
Specify the vendor specific tag format with the help of the
format circuit-id
and
format
remote-
id
commands. A list of possible tokens is given in Table 18.1, page 70.
LTP-8X(config-pppoe-ia)("pppoe-ia-00")# format circuit-id "%HOSTNAME%"
LTP-8X(config-pppoe-ia)("pppoe-ia-00")# format remote-id "%PONSERIAL%-%GEMID%"
Step 4.
Enable DoS attack protection with the help of the
dos-block
command if needed. Specify the
threshold for PADI queries intensity in seconds which will block the queries when exceeded. Use the
dos-block
packet
limit
command for it. Use the
dos-block block-time
command to specify the blocking
time in seconds.
LTP-8X(config-pppoe-ia)("pppoe-ia-00")# dos-block
LTP-8X(config-pppoe-ia)("pppoe-ia-00")# dos-block packet-limit 200
LTP-8X(config-pppoe-ia)("pppoe-ia-00")# dos-block block-time 300
Step 5.
Set the limits of PPPoE sessions by using the
sessions limit
command.
LTP-8X(config-pppoe-ia)("pppoe-ia-00")# sessions-limit 128 per-user 2
Step 6.
Apply the changes by using the
do commit
command.
LTP-8X(config-pppoe-ia)("pppoe-ia-00")# do commit
To apply the changes, OLT should be reconfigured.