[net-snmp 질문#1] 설치 및 mib 추가 trap 관련 질문 들입니다..

facered79의 이미지

안녕하세요 먼저 제 글 읽어주신것 정말 감사합니다.

지금 net-snmp 입문 단계 입니다.

여러번의 설치 끝에 (5.1.2 ,5.2.1 버전은 설치 실패)

5.1 버전으로 설치했습니다.

질문 1] 아래 5.1.2 와 5.2.1 버전 설치중 make 후 make test 시

발생하는 메시지를 옮겨 놨습니다. 49여개의 test 중 10개정도의

test FAIL 이 발생하는데요.. 이런 오류에대한 사례가 어디에서도

찾아볼 수가 없었습니다. 저와 비슷한 상황에서 이런문제 해결 하신분의

조언을 기다립니다.

making all in /home/facered/net-snmp-5.2.1/agent
make[1]: 들어감`/home/facered/net-snmp-5.2.1/agent' 디렉토리
making all in /home/facered/net-snmp-5.2.1/agent/helpers
make[2]: 들어감 `/home/facered/net-snmp-5.2.1/agent/helpers' 디렉토

make[2]: 나감 `/home/facered/net-snmp-5.2.1/agent/helpers' 디렉토리
making all in /home/facered/net-snmp-5.2.1/agent/mibgroup
make[2]: 들어감 `/home/facered/net-snmp-5.2.1/agent/mibgroup' 디렉토

make[2]: 나감 `/home/facered/net-snmp-5.2.1/agent/mibgroup' 디렉토리
make[1]: 나감 `/home/facered/net-snmp-5.2.1/agent' 디렉토리
making all in /home/facered/net-snmp-5.2.1/apps
make[1]: 들어감 `/home/facered/net-snmp-5.2.1/apps' 디렉토리
making all in /home/facered/net-snmp-5.2.1/apps/snmpnetstat
make[2]: 들어감 `/home/facered/net-snmp-5.2.1/apps/snmpnetstat' 디렉
토리
make[2]: 나감 `/home/facered/net-snmp-5.2.1/apps/snmpnetstat' 디렉토

make[1]: 나감 `/home/facered/net-snmp-5.2.1/apps' 디렉토리
making all in /home/facered/net-snmp-5.2.1/man
make[1]: 들어감 `/home/facered/net-snmp-5.2.1/man' 디렉토리
test -d ./CVS &&
perl ./mib2c.extract.pl ../local/mib2c ./mib2c.conf.5.in >
mib2c.conf.5
make[1]: [mib2c.conf.5] error 1 (ignore )
make[1]: 나감 `/home/facered/net-snmp-5.2.1/man' 디렉토리
making all in /home/facered/net-snmp-5.2.1/local
make[1]: 들어감 `/home/facered/net-snmp-5.2.1/local' 디렉토리
make[1]: 나감 `/home/facered/net-snmp-5.2.1/local' 디렉토리
making all in /home/facered/net-snmp-5.2.1/mibs
make[1]: 들어감 `/home/facered/net-snmp-5.2.1/mibs' 디렉토리
make[1]: 나감 `/home/facered/net-snmp-5.2.1/mibs' 디렉토리
for i in testing ; do \
( cd $i ; make ) ; \
if test $? != 0 ; then \
exit 1 ; \
fi \
done
make[1]: 들어감 `/home/facered/net-snmp-5.2.1/testing' 디렉토리
make[1]: Nothing to be done for `all'.
make[1]: 나감 `/home/facered/net-snmp-5.2.1/testing' 디렉토리
( cd testing; make test )
make[1]: 들어감 `/home/facered/net-snmp-5.2.1/testing' 디렉토리
./RUNTESTS -a -D `pwd`/..

1:testing SNMPv1 support.......ok
2:testing SNMPv2c get of system.sysUpTime.0...ok
3:testing SNMPv2c getnext of system.sysUpTime...ok
4:testing SNMPv2 bulkget of system components......ok
5:testing for failure of SNMPv2c get with wrong community...ok
6:testing for failure of SNMPv2c get against SNMPv1 agent...ok
7:testing for failure of SNMPv1 get against SNMPv2c agent...ok
8:testing SNMPv2c get of system.sysUpTime.1...ok
9:testing SNMPv3 get using noAuthNoPriv of .1.3.6.1.2.1.1.3.0...FAIL
10:testing SNMPv3 getnext using initial of .1.3.6.1.2.1.1.3.0...FAIL
11:testing SNMPv3 bulkget of system...FAIL
12:testing SNMPv3 get using MD5/noPriv of .1.3.6.1.2.1.1.3.0...FAIL
13:testing SNMPv3 get using MD5/AES of .1.3.6.1.2.1.1.3.0...SKIPPED
14:testing SNMPv3 get using MD5/DES of .1.3.6.1.2.1.1.3.0...ok
15:testing SNMPv3 get using SHA/noPriv of .1.3.6.1.2.1.1.3.0...FAIL
16:testing SNMPv3 get using SHA/DES of .1.3.6.1.2.1.1.3.0...ok
17:testing SNMPv3 get using SHA/AES of .1.3.6.1.2.1.1.3.0...SKIPPED
18:testing for failure of SNMPv3 get using unknown user....ok
19:testing SNMPv3 user creation and usage using snmpusm...FAIL
20:testing SNMPv3 informs received and sent by tools...ok
21:testing SNMPv3 traps received and sent by tools...ok
22:testing SNMPv2c traps received and sent by tools...ok
23:testing SNMPv2c informs received and sent by tools...ok
24:testing snmpv1 traps are sent by snmpd API...SKIPPED
25:testing snmpv2c traps are sent by snmpd API...SKIPPED
26:testing snmpv1 traps are sent by snmpd without notification mib
support...SKIPPED
27:testing snmpv2c traps are sent by snmpd without notification mib
support...SKIPPED
28:testing authentication failure traps are sent by snmpd...ok
29:testing that the agent responds properly to a kill -HUP...ok
30:testing AgentX GET support...FAIL
31:testing AgentX SET support...FAIL
32:testing AgentX illegal SET handling support...FAIL
33:testing AgentX trap sending support...SKIPPED
34:testing Proxy GET support...FAIL
35:testing Proxy SET support...FAIL
36:testing Proxy illegal SET handling support...FAIL
37:testing SNMPv1 vacm acceptance support....ok
38:testing SNMPv2 vacm acceptance support....ok
39:testing SNMPv3 vacm acceptance support....ok
40:testing SNMPv1 vacm denial support.....ok
41:testing SNMPv2 vacm denial support.....ok
42:testing SNMPv3 vacm denial support.....ok
43:testing 1st CPU on Solaris using HOST-RESOURCES...SKIPPED
44:testing initial load device on Solaris using HOST-
RESOURCES...SKIPPED
45:testing uptime using HOST-RESOURCES...SKIPPED
46:testing swap on Solaris using HOST-RESOURCES...SKIPPED
47:testing RFC-1213 MIB SNMPv1 access............................
.........................
.........................
.........................
........ok
48:testing RFC-1213 MIB SNMPv2c access............................
.........................
.........................
.........................
........ok
49:testing RFC-1213 MIB SNMPv3 access............................
.........................
.........................
.........................
........ok
Summary: 37 / 49 succeeded.
make[1]: *** [test] error 12
make[1]: 나감 `/home/facered/net-snmp-5.2.1/testing' 디렉토리
make: *** [test] error 2
[root@localhost net-snmp-5.2.1]#

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.