引用:
原帖由 shengboou 于 2006-10-25 20:01 发表
现在所管理的节点有800多个,接口就有2000多。修改起来真的很麻烦,去修改服务器上面的信息就更烦琐了。版主能不能给个Snmp.conf的配置示例,小弟先谢谢了。
昨天做了一个测试,用Access可以打开Ori ...
编辑snmp.conf 中的这一段:
###############################################################################
# System contact information
#
# It is also possible to set the sysContact and sysLocation system
# variables through the snmpd.conf file:
syslocation AF Server Room
syscontact SysMaster <
icefired@netexpert.cn>
sysName Firebird database server
sysDescr Your Server's information
# Example output of snmpwalk:
# % snmpwalk -v 1 localhost -c public system
# system.sysDescr.0 = "SunOS name sun4c"
# system.sysObjectID.0 = OID: enterprises.ucdavis.ucdSnmpAgent.sunos4
# system.sysUpTime.0 = Timeticks: (595637548) 68 days, 22:32:55
# system.sysContact.0 = "Me <
me@somewhere.org>"
# system.sysName.0 = "name"
# system.sysLocation.0 = "Right here, right now."
# system.sysServices.0 = 72
# -----------------------------------------------------------------------------