-
-
-
-
-
汎用ルーティングに関するよくある質問
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
汎用ルーティングに関するよくある質問
一般的なルーティング問題のトラブルシューティング方法について、ユーザーから次のような質問が寄せられます。
-
設定ファイルを保存するにはどうすればよいですか?
VTYSH からの書き込みコマンドは Zebos.conf だけを保存します。CLI から ns 構成の保存コマンドを実行して、ns.conf ファイルと Zebos.conf ファイルの両方を保存します。
-
スタティックなデフォルトルートと動的に学習されたデフォルトルートの両方を設定した場合、どちらが優先されますか。
動的に学習されたルートが優先デフォルトルートです。この動作はデフォルトルートに固有のものです。ただし、ネットワークサービスモジュール(NSM)の場合は、アドミニストレーティブディスタンスが変更されない限り、動的ルートよりも RIB で静的に設定されたルートの方が優先されます。NSM FIB にダウンロードされるルートはスタティックルートです。
-
デフォルトルートのアドバタイズメントをブロックするにはどうすればよいですか。
デフォルトルートは ZebOS には注入されません。
-
ネットワークデーモンのデバッグ出力を見るにはどうすればいいですか?
ネットワークデーモンからのデバッグ出力をファイルに書き込むには、VTYSH のグローバル設定ビューから次のログファイルコマンドを入力します。
ns(config)# log file /var/ZebOS.log <!--NeedCopy-->
VTYSH ユーザビューから terminal monitor コマンドを入力すると、デバッグ出力をコンソールに送ることができます。
ns# terminal monitor <!--NeedCopy-->
-
実行中のデーモンのコアを集めるにはどうすればいいですか?
gcore ユーティリティを使用すると、実行中のデーモンのコアを収集して gdb で処理できます。これは、ルーティング操作全体を停止させることなく、誤動作するデーモンをデバッグするのに役立つ場合があります。
gcore [-s] [-c core] [executable] pid <!--NeedCopy-->
-s オプションは、コアイメージの収集中にデーモンを一時的に停止します。この方法を使うと、生成される画像に一貫した状態のコアが確実に表示されるので、このオプションをお勧めします。
root@ns#gcore -s -c nsm.core /netscaler/nsm 342 <!--NeedCopy-->
-
ZebOSコマンドのバッチ実行方法を教えてください。
<file-name>VTYSH-f コマンドを入力すると、ファイルから複数の ZebOS コマンドを実行できます。これは実行構成を置き換えるのではなく、それに追加されます。ただし、バッチファイル内の既存の構成を削除し、それを新しい目的の構成に追加するコマンドを含めることで、このメカニズムを使用して特定の構成を置き換えることができます。
! router bgp 234 network 1.1.1.1 255.255.255.0 ! route-map bgp-out2 permit 10 set metric 9900 set community 8602:300 ! <!--NeedCopy-->
共有
共有
この記事の概要
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.