nonblock.cfg

来自「监控大型网络的软件。能够自动发现拓扑结构」· CFG 代码 · 共 38 行

CFG
38
字号
# nonblock# --------## This file is parsed by arnold during runtime. There are 2 things# specified in this file:## 1. What netboxtypes to not try to block/unblock ports on.# 2. IP-adresses/ranges not to block.## The netboxtypes should be entered after the line starting with# ";netboxtypes".## The netboxtypes are specified by a vendor,typename format (these# fields are in the "type"-table in the manage-database).# E.g. 3com,SW3300;netboxtypes# Enter any netboxtypes that we don't want to block/unblock ports on,# here (format: vendor,typename):cisco,wsc55003com,PS403com,Off8# The ip-adresses may be specified in the following ways:# - normal: xxx.xxx.xxx.xxx     (e.g. 129.241.23.56)# - list  : xxx.xxx.xxx.xxx-xxx (e.g. 129.241.23.56-68)# - subnet: xxx.xxx.xxx.xxx/xx  (e.g. 129.241.23.0/26);ip-ranges/addresses# Enter any ip-adresses/ranges that are not to be blocked, here:

⌨️ 快捷键说明

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