
vyos
LinuxKernelCiscoIOS
CISCO LINUX JUNIPER
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
vyos-配置脚本的目录
vyos-配置脚本的目录${vyos_conf_scripts_dir}vyos@open:~$ cd ${vyos_conf_scripts_dir}vyos@open:/usr/libexec/vyos/conf_mode$vyos@open:/usr/libexec/vyos/conf_mode$vyos@open:/usr/libexec/vyos/conf_mod...原创 2019-12-20 17:47:16 · 771 阅读 · 0 评论 -
ps -aux | grep amd (linux 查看系统运行的进程)
Linux:~$ ps -auxUSER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMANDroot 1 0.2 0.2 110592 5040 ? Ss 08:04 0:31 /sbin/initroot 2 0.0 0.0 0...原创 2019-07-20 19:53:17 · 613 阅读 · 0 评论 -
Configuration mode templates vyos vyatta cli 命令化模板
vyos vyatta cli template Configuration mode templatesVyOS configuration CLI commands are defined in templates. Templates are text files stored in a directory tree,where directory names define...原创 2019-08-04 13:03:17 · 438 阅读 · 0 评论 -
vyos 的命令行执行的优先级 priority
vyos 的命令行执行的优先级Defined how early in the commit process the node is processed. Use it if your node must be processed only when some other configuration is available (like there is no point in configu...原创 2019-08-04 13:06:21 · 3100 阅读 · 0 评论 -
DHCP vyos
vyos 1.2 version :set service dhcp-server shared-network-name DHCPS authoritativeset service dhcp-server shared-network-name DHCPS subnet 192.168.182.0/24 default-router '192.168.182.1'set serv...原创 2019-08-07 23:21:31 · 355 阅读 · 0 评论 -
vyos bgp config
vyos 1.2.1 version:BGP:set policy prefix-list LanNet2BGPbgp description LanNet2BGPbgp_FilterLanNetset policy prefix-list LanNet2BGPbgp rule 100 action 'permit'set policy prefix-list LanNet2BG...原创 2019-08-07 23:23:37 · 996 阅读 · 0 评论