[Contents] [Prev] [Next] [Index] [Report an Error]

Example: Configuring a PPPoE Server Interface on an M120 Router

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;
}
}
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]