1、确保本机已经安装了snmp服务 [root@idc ~]# rpm -qa |grep snmp net-snmp-libs-5.1.2-11.EL4.7 net-snmp-5.1.2-11.EL4.7 如果没有,那么放入linux安装盘找到snmp的rpm包进行安装,或者到网上搜索适合自己linux发行版本的rpm包进行安装 在新版本的centos及redhat es版本中可能在安装时会提示依赖性错误,这时需要安装lm_sensors-2.8.7-2.40.3.i386.rpm,再安装netsnmp软件。 2、snmpd.conf文件配置 按照如下方式修改snmpd.c...
by badb0y - Linux文档专区 - 2008-05-29 17:38:24 阅读(902) 回复(0)
现有一台cisco6509,想在linux下用snmp每5分钟查看交换机各端口的流量(5分钟内)和累计流量,得怎么配置snmp? 顺便请教各位高手有没有mrtg的资料?
现有一台cisco6509,想在linux下用snmp每5分钟查看交换机各端口的流量(5分钟内)和累计流量,得怎么配置snmp? 顺便请教各位高手有没有mrtg的资料?
最近为了配置mrtg检测网络,所以在linux机器上安装snmp服务,可总起不来。郁闷非凡。 环境:1、red hat 9.0 2、snmp版本: net-snmp 配置:参照cu中一篇文档进行了修改如下: vi /etc/snmp/snmpd.conf 将 #view systemview included mib2 修改为: view mib2 included .iso.org.dod.internet.mgmt.mib-2 fc access notConfigGroup "" any noauth exact systemview none none 修改为: access notConfigGroup "" any noaut...
最近为了配置mrtg检测网络,所以在linux机器上安装snmp服务,可总起不来。郁闷非凡。 环境:1、red hat 9.0 2、snmp版本: net-snmp 配置:参照cu中一篇文档进行了修改如下: vi /etc/snmp/snmpd.conf 将 #view systemview included mib2 修改为: view mib2 included .iso.org.dod.internet.mgmt.mib-2 fc access notConfigGroup "" any noauth exact systemview none none 修改为: access notConfigGroup "" any noaut...
[root@dev bin]# ./cfgmaker public@localhost > /etc/mrtg/mrtg.cfg\r\nsnmp Error:\r\nno response received\r\nsnmpv1_Session (remote host: \"localhost\" [127.0.0.1].161)\r\n community: \"public\"\r\n request ID: -1776497160\r\n PDU bufsize: 8000 bytes\r\n timeout: 2s\r\n retries: 5\r\n backoff: 1)...
文章来源:www.linuxeden.com-linux伊甸园 1、确保本机已经安装了snmp服务 [root@idc ~]# rpm -qa |grep snmp net-snmp-libs-5.1.2-11.EL4.7 net-snmp-5.1.2-11.EL4.7 如果没有,那么放入linux安装盘找到snmp的rpm包进行安装,或者到网上搜索适合自己linux发行版本的rpm包进行安装 2、snmpd.conf文件配置 按照如下方式修改snmpd.conf文件 A、修改默认的community string com2sec notConfigUser default public ...
[root@dev bin]# ./cfgmaker public@localhost > /etc/mrtg/mrtg.cfg snmp Error: no response received snmpv1_Session (remote host: "localhost" [127.0.0.1].161) community: "public" request ID: -1776497160 PDU bufsize: 8000 bytes timeout: 2s retries: 5 backoff: 1) at /usr/local/mrtg/bin//../li...