NetWorker: SNMP 트랩 수신기가 "알 수 없는 트랩"을 보고함
Summary: NetWorker SNMP(Simple Network Management Protocol) 알림은 nsrtrap을 사용하여 구성됩니다. 트랩 수신기가 알림을 올바르게 수신하지 못하고 "알 수 없는 트랩"을 보고합니다.
Symptoms
SNMP 알림은 NetWorker를 통해 구성됩니다. NetWorker: SNMP 알림을 구성, 생성 및 수정하는 방법
SNMP 트랩 수신기가 NetWorker Server로부터 "알 수 없는 트랩"을 수신하고 있음을 보고합니다.

Cause
NETWORKER-MIB.txt는 다음을 정의합니다. nwServerNotification a로 OBJECT-TYPE 함정:
--(.1.3.6.1.4.1.160.0)
nwServerNotification OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"nwServerNotification"
::= { networker 1 }
nwNotifications OBJECT IDENTIFIER ::= { networker 2 }
policyNotification OBJECT IDENTIFIER ::= { nwNotifications 1 }
workflowNotification OBJECT IDENTIFIER ::= { policyNotification 1 }
restoreNotification OBJECT IDENTIFIER ::= { nwNotifications 2 }
actionNotificationprefix OBJECT IDENTIFIER ::= { workflowNotification 1 }
actionNotificationObjects OBJECT IDENTIFIER ::= { workflowNotification 2 }
restoreNotificationprefix OBJECT IDENTIFIER ::= { restoreNotification 1 }
restoreNotificationObjects OBJECT IDENTIFIER ::= { restoreNotification 2 }
일부 트랩 수신기는 다음에 대해 트랩 OID(Object ID)만 매핑합니다. NOTIFICATION-TYPE 트랩을 만들고 레거시를 해석하지 않습니다. OBJECT-TYPE 트랩. 예를 들어 다음과 같습니다. NOTIFICATION-TYPE 트랩은 NETWORKER-MIB에 정의되어 있습니다.
--(.1.3.6.1.4.1.160.0.2.1.1.1) successfulActionNotification NOTIFICATION-TYPE OBJECTS { server, client, jobtype, jobid, status, severity, exitcode, starttime, endtime } STATUS current DESCRIPTION "workflow notification" ::= { actionNotificationprefix 1 } failedActionNotification NOTIFICATION-TYPE OBJECTS { server, client, jobtype, jobid, status, severity, exitcode, starttime, endtime } STATUS current DESCRIPTION "workflow notification" ::= { actionNotificationprefix 2 } didnotrunActionNotification NOTIFICATION-TYPE OBJECTS { server, client, jobtype, jobid, status, severity, exitcode, starttime, endtime } STATUS current DESCRIPTION "action notification for did not run." ::= { actionNotificationprefix 3 }
위의 트랩은 트랩 수신기에 수신되어야 합니다.
Resolution
NetWorker 작업이 필요하지 않습니다. 관찰되는 기능은 트랩 수신기에 따라 다릅니다.
NetWorker Administration Guide에는 다음과 같은 내용이 설명되어 있습니다.

즉, 트랩 수신기는 계속 NOTIFICATION-TYPE NetWorker Server에서 전송되는 경우 트랩을 생성합니다. 예를 들어 백업 정책이 실패한 경우입니다. 당신은 받아야 합니다 failedActionTypeNotification 작업에 대한 구조화된 정보를 트랩합니다.
둘 다 nwServerNotification 및 failedActionTypeNotification 트랩에는 기본적으로 동일한 세부 정보가 포함되어 있습니다. 그러나 NOTIFICATION-TYPE 트랩은 더 구조화되어 있으므로 OBJECT-TYPE 알림은 하나의 문자열에 있는 원시 데이터입니다. 예:
NOTIFICATION-TYPE failedActionNotification:

OBJECT-TYPE nwServerNotification 동일한 작업의 경우:
NetWorker SNMP 트랩에 대한 자세한 내용은 NetWorker Administration Guide 를 참조하십시오. NetWorker 지원 | 매뉴얼 및 문서
"unknown trap" 메시지는 무시할 수 있습니다. 트랩 수신기 설명서 또는 지원 팀에 문의하여 이러한 메시지를 억제할 수 있는지 확인하십시오.