상황 : 서버 2대가 Fedora Core 3로 설치되었습니다.
서버 1 : net-snmp를 설치했습니다. IP 60
서버 2 : net-snmp를 설치했습니다. IP 70
snmpd.conf 수정은 완벽히 했습니다...
서버 1 상태
snmpget -v2c -c public localhost ssCpuUser.0
UCD-SNMP-MIB::ssCpuUser.0 = No Such Object available on this agent at this OID
서버 2 상태
snmpget -v2c -c public localhost ssCpuUser.0
UCD-SNMP-MIB::ssCpuUser.0 = INTEGER: 1
또다른 확인 (서버 1에서 서버 2의 정보 가져오기)
[code:1]서버1# snmpget -v2c -c public 서버2IP ssCpuUser.0