@@@ if pppoe_interface /ppp profile remove [/ppp profile find name=carbon_pppoe_profile] /ppp profile add name=carbon_pppoe_profile change-tcp-mss=no dns-server=8.8.8.8 local-address=10.128.0.5 only-one=yes use-compression=no use-encryption=no use-mpls=no /ppp aaa set use-radius=yes accounting=yes /interface pppoe-server server remove [/interface pppoe-server server find service-name~"carbon_pppoe_server*"] @@@ for interface in pppoe_interface /interface pppoe-server server add authentication=pap,chap disabled=no interface={{interface.int}} service-name={{interface.service_name}} default-profile=carbon_pppoe_profile @@@ endfor /radius remove [/radius find comment=carbon_billing] /radius add address={{billing_ip}} secret={{radius_secret}} comment=carbon_billing service=ppp timeout=1s500ms /radius incoming set accept=yes port={{coa_port}} @@@ endif