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 用户视图输入端点监视器命令将调试输出直接到控制台:
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 命令?
您可以通过输入VTYSH -f <file-name> 命令从文件中运行一批 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.