helpers
構文
helpers { bootp { client-response-ttl number; description text-description; interface interface-group { client-response-ttl number; description text-description; maximum-hop-count number; minimum-wait-time seconds; no-listen; server address { logical-system logical-system-name <routing-instance [ <default> routing-instance-names ]>; routing-instance [ <default> routing-instance-names ]; } } maximum-hop-count number; minimum-wait-time seconds; relay-agent-option; server address { logical-system logical-system-name <routing-instance [ <default> routing-instance-names ]>; routing-instance [ <default> routing-instance-names ]; } } domain { description text-description; interface interface-name { broadcast; description text-description; no-listen; server address <logical-system logical-system-name> <routing-instance routing-instance-name>; } server address <logical-system logical-system-name> <routing-instance routing-instance-name>; } port (Packet Forwarding) port-number { description text-description; interface interface-name { broadcast; description text-description; no-listen; server address <logical-system logical-system-name> <routing-instance routing-instance-name>; } server address <logical-system logical-system-name> <routing-instance routing-instance-name>; } tftp { description text-description; interface interface-name { broadcast; description text-description; no-listen; server address <logical-system logical-system-name> <routing-instance routing-instance-name>; } server address <logical-system logical-system-name> <routing-instance routing-instance-name>; } traceoptions { file filename <files number> <match regular-expression> <size bytes> <world-readable | no-world-readable>; flag flag; level level; no-remote-trace level; } }
階層レベル
[edit forwarding-options]
説明
TFTPまたはDNSリクエストパケット転送を有効にするか、ルーター、スイッチ、またはインターフェイスをDHCP/BOOTPリレーエージェントとして機能するように設定します。インターフェイスまたはグローバル設定ごとに 1 つのサーバー アドレスのみを使用します。
ヘルパー ステートメントを port
使用して、カスタム UDP ポート上の LAN ブロードキャスト トラフィックをユニキャスト トラフィックとして特定のサーバーに転送することもできます。次のサンプル設定のいずれかに示すように、UDP ポート番号と、必要に応じてブロードキャスト トラフィックをリッスンするインターフェイス、およびトラフィックを受信する宛先サーバー アドレスを設定します。
user@ host# show forwarding-options
helpers {
port 1200 {
server 10.20.30.40;
}
}
user@ host# show forwarding-options
helpers {
port 3000 {
interface {
fe-0/0/1.0 {
server 192.0.2.2;
}
}
}
port 3001 {
interface {
fe-0/0/0.0 {
server 192.0.2.2;
}
}
}
}
残りのステートメントについては、個別に説明します。 CLI エクスプローラーを参照してください。
必須権限レベル
interface—このステートメントを設定で表示します。
interface-control —このステートメントを設定に追加します。
リリース情報
Junos OS リリース 7.4 より前に導入されたステートメント。