Example: Wholesaler Dynamic Profile for a PPPoE Wholesale Network
This example specifies a dynamic profile name of PPPoE_Wholesaler_Profile, uses pp0 interfaces, and references the predefined input firewall filter.
PPPoE_Wholesaler_Profile { routing-instances { "$junos-routing-instance" { interface "$junos-interface-name"; } } interfaces { pp0 { unit "$junos-interface-unit" { ppp-options { chap; pap; } pppoe-options { underlying-interface "$junos-underlying-interface"; server; } keepalives interval 15; family inet { filter { input "$junos-input-filter"; output "$junos-output-filter"; } unnumbered-address "$junos-loopback-interface"; } } } } }