How to set PPPoE Intermediate Agent on ECS4110-28T ?

Steven_zhangCreated at:Dec 11, 2019 13:25:28Updated at:Dec 11, 2019 13:25:32

Topology

mceclip0.png

1. Enable the PPPoE Intermediate Agent globally on the switch.

Console(config)#pppoe intermediate-agent

2. Enable PPPoE Intermediate Agent and set to trusted mode at the interface that is connected to a PPPoE server.

Console(config)#interface ethernet 1/24
Console(config-if)#pppoe intermediate-agent port-enable
Console(config-if)#pppoe intermediate-agent trust

3. Enables PPPoE Intermediate Agent at the interface that is connected to a PPPoE client.

Console(config)#interface ethernet 1/1
Console(config-if)#pppoe intermediate-agent port-enable

4. Check the Intermediate Agent information on the ports.

mceclip2.png

 

5. We can capture the packets on the PPPoE server to know whether the PPPoE connection it is success or not. Besides, we can specify circuit ID string to tagged to PPPoE packets that send to server from clients.

 

Default circuit ID string at PPPoE Tags:

mceclip7.png

 

Specified circuit ID string at PPPoE Tags with following command:

Console(config)# pppoe intermediate-agent format-type access-node-identifier ECS4110
Console(config)#interface ethernet 1/1
Console(config-if)# pppoe intermediate-agent port-format-type circuit-id TEST

mceclip6.png

 

6. We also can check the statistics information of the PPPoE Intermediate Agent on the switch.

mceclip8.png