例:PPPoE ホールセール ネットワークのホールセール事業者動的プロファイル
この例では、動的プロファイル名 PPPoE_Wholesaler_Profile を指定し、pp0 インターフェイスを使用し、定義済みの入力ファイアウォール フィルターを参照します。
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"; } } } } }