Bug 868670

Summary: No Interface Enumeration on snmp
Product: [Fedora] Fedora Reporter: galen
Component: net-snmpAssignee: Jan Safranek <jsafrane>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 17CC: jsafrane, thozza
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-05-21 07:15:08 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description galen 2012-10-21 15:18:22 UTC
Description of problem: Network Interfaces Can Not Be Enumerated


Version-Release number of selected component (if applicable): 5.7.1-4


How reproducible: Attempt to enumerate interfaces.  Every time it fails.


Steps to Reproduce:
1. With snmpcheck, target localhost and the network information is not populated. Attempting snmpget produces a nosuchname error.
2.
3.
  
Actual results: NoSuchName


Expected results: Network Interface Statistics


Additional info:

Comment 1 Jan Safranek 2012-10-22 08:21:35 UTC
(In reply to comment #0)
> 1. With snmpcheck, target localhost and the network information is not
> populated. Attempting snmpget produces a nosuchname error.


snmpcheck -t 127.0.0.1 shows all network interfaces to me of F17. In addition, "snmpwalk locahost ifTable" shows all interfaces.

Is your snmpd configured properly? Default /etc/snmp/snmpd.conf is quite strict and does not make interface information public. Try /etc/snmp/snmpd.conf with only one line:
  rocommunity public

(beware, this is very benevolent configuration, use for testing only).

If snmpcheck still does not work with the above configuration file and "snmpwalk -v2c -c public localhost ifTable" does not show anything useful, look at /var/log/messages and attach any snmpd lines to this bug.

Comment 2 Jan Safranek 2013-05-21 07:15:08 UTC
Closing the bug as the  reporter did not provide additional information.