[j-nsp] flexible ethernet services / pppoe
Per Granath
per.granath at gcc.com.cy
Wed Feb 15 01:54:07 EST 2012
> I'm trying to work with an interface that has mixed subinterfaces. some of
> the subinterfaces are part of a bridge domain, some are family inet, and one
> interface is PPPOE for subscriber termination.
>
>
> unit 402 {
> description Wireless_PPPOE;
> encapsulation ppp-over-ether;
> vlan-id 402;
> pppoe-underlying-options {
> duplicate-protection;
> dynamic-profile PPPOE;
> }
> }
>
> paul at dis1.beachburg1# commit check
>
> [edit interfaces ge-1/2/8]
> 'unit 402'
> Link encapsulation type is not valid for device type
> error: configuration check-out failed
Try this:
[edit interfaces]
demux0 {
unit 402 {
proxy-arp;
vlan-id 402;
demux-options {
underlying-interface ge-1/2/8;
}
family pppoe {
duplicate-protection;
dynamic-profile PPPOE;
}
}
}
(and remove the other pppoe unit from the physical interface)
More information about the juniper-nsp
mailing list