码迷,mamicode.com
首页 > 其他好文 > 详细

SNMP V2简单设置

时间:2018-06-26 11:08:11      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:contact   tcp   figure   ati   neu   user   location   cat   included   

SNMP V2简单设置


默认配置


com2sec notConfigUser default public
group notConfigGroup v1 notConfigUser
group notConfigGroup v2c notConfigUser
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.25.1.1
access notConfigGroup "" any noauth exact systemview none none
syslocation Unknown (edit /etc/snmp/snmpd.conf)
syscontact Root <root@localhost> (configure /etc/snmp/snmp.local.conf)
dontLogTCPWrappersConnects yes


修改后的设置


com2sec inlineUser 172.16.0.0/16 unline
group inlinexGroup v2c inlinexUser
group inlinexGroup v3 inlinexUser
view all included .1
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.25.1.1
access inlinexGroup "" any noauth exact all none none
sysLocation = "JinxCheng 5F C1-5"
sysContact = "Bob <bk@mail.xxx.org>"
dontLogTCPWrappersConnects yes


SNMP V2简单配置文件,临时记录。
如有需求,请根据snmpd.conf配置文件文档介绍自行修改。


2018.06.26

SNMP V2简单设置

标签:contact   tcp   figure   ati   neu   user   location   cat   included   

原文地址:http://blog.51cto.com/144432/2132687

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!