Configure a PPPoE server over a Gigabit Ethernet interface:
- [edit interfaces]
- ge-1/0/0 {
- vlan-tagging;
-
- unit 1 {
- encapsulation ppp-over-ether;
- vlan-id 10;
- }
- }
- pp0 {
-
- unit 0 {
-
-
pppoe-options {
- underlying-interface ge-1/0/0.0;
- server;
- }
-
- ppp-options {
- }
-
- family inet {
-
- address 22.2.2.1/32 {
- destination 22.2.2.2;
- }
- }
- }
- }