
vyatta
LinuxKernelCiscoIOS
CISCO LINUX JUNIPER
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
vyos-vyatta在ospf和bgp之间路由重发布使用 打tag形式进行路由过滤
在ospf和bgp之间路由重发布使用 打tag形式进行路由过滤set policy route-map BGP-ROUTE-01 rule 100 set tag '4444'set policy route-map BGP-ROUTE-01 rule 200 set tag '4444'set policy route-map BGP-ROUTE-01 rule 300 set tag '4444'set policy route-map BGP-ROUTE-01 rule 400 set原创 2021-12-14 14:02:55 · 2697 阅读 · 0 评论 -
linux( sudo bmon ) 流量监控工具----类似于 moniter interface
sudo bmonmonitor bandwidth interface eth0 (vyos 把 bmon 的linux 改为 了 moniter interface 了,底层还是调用的 bmon)Linux:~$ sudo bmon -hbmon 3.5Copyright (C) 2001-2013 by Thomas Graf <tgraf@suug.ch>C...原创 2019-07-20 19:47:03 · 397 阅读 · 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 · 3102 阅读 · 0 评论