netconf
構文
netconf { flatten-commit-results; hello-message { yang-module-capabilities { advertise-native-yang-modules; advertise-custom-yang-modules; advertise-standard-yang-modules; } } netconf-monitoring { netconf-state-schemas { retrieve-custom-yang-modules; retrieve-standard-yang-modules; } } notification { interleave; } rfc-compliant; ssh { client-alive-count-max number; client-alive-interval seconds; connection-limit limit; port port; rate-limit limit; } tls { client-identity client-id { fingerprint fingerprint; map-type (san-dirname-cn | specified); username username; } default-client-identity { map-type (san-dirname-cn | specified); username username; } local-certificate local-certificate; traceoptions { file <filename> <files files> <match match> <size size> <(world-readable | no-world-readable)>; flag name; level (all | error | info | notice | verbose | warning); no-remote-trace; } } traceoptions { file <filename> <files number> <match regular-expression> <size size> <world-readable | no-world-readable>; flag flag; no-remote-trace; on-demand; } yang-compliant; yang-modules { device-specific; emit-extensions; } }
階層レベル
[edit system services]
説明
NETCONF XML 管理プロトコルを設定します。
既定
ステートメントを含め netconf
ない場合、NETCONF接続は許可されません。
オプション
flatten-commit-results |
操作に対する<commit> NETCONFサーバーの応答でXMLサブツリーを抑制し<commit-results> ます。このステートメントは、 ステートメントとrfc-compliant 併せて設定する必要があります。
メモ:
CLIなど、NETCONFセッションの外でステートメントを設定する必要があります |
残りのステートメントについては、個別に説明します。 CLIエクスプローラを参照してください。
必要な権限レベル
system:設定でこのステートメントを表示します。
システム制御—このステートメントを設定に追加します。
リリース情報
Junos OSリリース7.5で導入されたステートメント。
flatten-commit-results
Junos OSリリース21.2R1で追加された オプション。