snmp.conf
来自「Linux嵌入式设计配套光盘,学习嵌入式设计可参考」· CONF 代码 · 共 40 行
CONF
40 行
############################################################################# snmp.conf## - created by the snmpconf configuration program############################################################################# SECTION: Default Authentication Options## This section defines the default authentication# information. Setting these up properly in your# ~/.snmp/snmp.conf file will greatly reduce the amount of# command line arguments you need to type (especially for snmpv3).# defversion: The default snmp version number to use.# override: with -v on the command line.# arguments: 1|2c|3defversion 2c# defcommunity: The default snmpv1 and snmpv2c community name to use when needed.# If this is specified, you don't need to include the community# name as an argument to the snmp applications. # override: with -c on the command line.# arguments: communitynamedefcommunity public
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?