> From: net-snmp-users-bounces@lists.sourceforge.net [mailto:net-snmp-users-bounces@lists.sourceforge.net] On Behalf Of Pachiappan D Sent: Tuesday, July 29, 2008 11:36 AM I use net-snmp 5.4.1 and am using "snmpgetnext" to retrieve the table rows/columns. To retrieve a row , i did as below, snmpgetnext -v3 -uadmin -lauthNoPriv -aMD5 -Apassword localhost ifTable - gives
> about systemStats: $ snmpwalk -v2c -c public roteador systemStats the agent response is: ...No more variables left in this MIB View.. Ah. That looks like Access Control. I suspect that you're using vendor-supplied default access control settings, which typically only allow access to the system group. See the FAQ entry about access control for more details. about hrSystem
Dear all, I am new in this list, I am learning make a simple MIB for host that connect to my host. All IP address is listed in file /etc/HostIndex with format "index Ip_address". This is the example of /etc/HostIndex : # cat /etc/HostIndex 0 192.168.1.3 1 192.168.2.2 that file updated sometimes, so I dont need realtime update of that value on get request. I am trying build new MIB, with
Dear all, I am new in this list, I am learning make a simple MIB for host that connect to my host. All IP address is listed in file /etc/HostIndex with format "index Ip_address". This is the example of /etc/HostIndex : # cat /etc/HostIndex 0 192.168.1.3 1 192.168.2.2 that file updated sometimes, so I dont need realtime update of that value on get request. I am trying build new MIB, with
Hi! I just imported snmpd(8) and snmpctl(8), an initial attempt to implement a new SNMP daemon for OpenBSD. SNMP is the "Simple Network Management Protocol" and it is still very commonly used in corporate networks, by network vendors, and in network management systems (NMS). SNMP is very essential for me since I'm using it at work; our security appliances based on OpenBSD need to integrate