問題タブ [junos-automation]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
837 参照

ansible - Junos_module コマンドでパイプを使用できない問題を回避する方法

ジュニパーデバイスでいくつかのコマンドを自動化するために ansible を使用しようとしています。ただし、コマンドでは「|」を使用する必要があります (パイプ)。Junos_command モジュールのドキュメントを読むと、パイプは使用できません。

This module does NOT use the Junos CLI to execute the CLI command. Instead, it uses the <command> RPC over a NETCONF channel. The <command> RPC takes a CLI command as it’s input and is very similar to executing the command on the CLI, but you can NOT include any pipe modifies (i.e. | match, | count, etc.) with the CLI commands executed by this module.

エスケープ文字を使用してみ\ましたが、まだ機能しません。

ansible を介して生のシェル コマンドを使用してデバイスに ssh し、(junos_command モジュールとは無関係に) コマンドを実行することを考えましたが、これは多くの作業のように思われ、モジュールを使用しないことで多くの便利な機能を放棄しました。

このモジュールを使用してパイプでコマンドを実際に渡すために、他のどの方法を使用できますか。

0 投票する
2 に答える
253 参照

python - Python から実行すると Junos Device CLI コマンドが間違った出力を返す

Python から Device.cli(....) コマンドを実行しようとすると、間違った出力が返されます。問題は何ですか?

たとえば、Juniper Device CLI で直接以下のコマンドを実行すると、sadasd-sdasd-asdasd と一致する正しい出力が得られます。

しかし、Python を使用して Junos CLI から同じコマンドを実行すると、出力はフィルター文字列と一致するのではなく、構成全体になります。

0 投票する
1 に答える
2220 参照

configuration - TFTP を使用した JUNOS の設定バックアップ

Cisco のような TFTP を使用して Junos で自動バックアップする方法はありますか..このような特定のドキュメントは見つかりません..これらのコマンドを使用して、CISCO XR ルーターで既に実行しています。

今度は JUNOS でそれを行う必要があります