⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vtysh.texi

📁 大名鼎鼎的路由器源码。程序分ZEBRA、OSPFRIP等3个包。程序框架采用一个路由协议一个进程的方式
💻 TEXI
字号:
@node VTY shell@comment  node-name,  next,  previous,  up@chapter VTY shell@command{vtysh} is integrated shell of Zebra software.To use vtysh please specify ---enable-vtysh to configure script.  To usePAM for authentication use ---with-libpam option to configure script.vtysh only searches @value{INSTALL_PREFIX_ETC} path for vtysh.conf whichis the vtysh configuration file.  Vtysh does not search currentdirectory for configuration file because the file includes userauthentication settings.Currently, vtysh.conf has only one command.@example!username foo nopassword!@end exampleWith this set, user foo does not need password authentication for user vtysh.With PAM vtysh uses PAM authentication mechanism.If vtysh is compiled without PAM authentication, every user can use vtyshwithout authentication.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -