
C613-50186-01 Rev B
Command Reference for AR2050V
632
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
PPP
OVER
E
THERNET
(PPP
O
E) C
OMMANDS
PPPOE
-
AC
-
SERVICE
pppoe-ac-service
Overview
Use this command to attach the specified PPPoE Access Concentrator (AC) service
to the interface. An AC service can be offered on several interfaces. Up to six PPPoE
AC services can be set for one interface. Only ETH and VLAN interfaces accept this
command.
Use the
no
variant of this command to remove the AC service from the interface.
Syntax
pppoe-ac-service <
label
>
no pppoe-ac-service <
label
>
Default
No PPPoE AC service is attached to an interface by default.
Mode
Interface Configuration
Usage
The label of the PPPoE AC service specified in this command is created by the
pppoe-ac
command.
Example
To provide a PPPoE AC service labeled ‘ISP-service’ for client requests received on
interface eth1, use the commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
pppoe-ac-service ISP-service
To remove the PPPoE AC service ‘isp1’ from interface eth1, use the commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
no pppoe-ac-service isp1
Related
Commands
Parameter
Description
<label>
The name (label) of the PPPoE AC service to be attached to the
interface.