例: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";
}
}
}
}
}