Topology
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.
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:
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
6. We also can check the statistics information of the PPPoE Intermediate Agent on the switch.
Prev Page How to Create and Apply the ACLs to Switch ?
Next Page How does Non-ERPS Device Protect function work on ECS4660-28F ?