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 运行 save ns config 命令以保存 ns.conf 和 zebos.conf 文件。
-
如果我同时配置了静态默认路由和动态学习的默认路由,哪条是首选的默认路由?
动态学习的路由是首选的默认路由。这种行为是默认路由所独有的。但是,对于网络服务模块 (NSM),除非修改管理距离,否则 RIB 中静态配置的路由优先于动态路由。下载到 NSM FIB 的路由是静态路由。
-
如何屏蔽默认路由的广告?
默认路由不会注入 zebOS。
-
如何查看网络守护进程的调试输出?
您可以在 VTYSH 的全局配置视图中输入以下日志文件命令,将网络守护程序的调试输出写入文件中:
ns(config)# log file /var/ZebOS.log <!--NeedCopy-->
您可以通过从 VTYSH 用户视图输入终端监视器命令将调试输出定向到控制台:
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.