| Title: | DECmcc user notes file. Does not replace IPMT. |
| Notice: | Use IPMT for problems. Newsletter location in note 6187 |
| Moderator: | TAEC::BEROUD |
| Created: | Mon Aug 21 1989 |
| Last Modified: | Wed Jun 04 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 6497 |
| Total number of notes: | 27359 |
Does DECmcc make any attempt to break out and interpret the so called
"Interesting information" in SNMP enterprise specific traps ?
The time stamp in SNMP traps is transmitted in "Timeticks" where 1
timetick = 1/100 secs. DECmcc's display of this time stamp as an
integer makes it difficult to interpret why display this as
HH:MM:SS.NN?
Richard.
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 5149.1 | MOLAR::YAHEY::BOSE | Fri Jun 04 1993 14:44 | 14 | ||
>> Does DECmcc make any attempt to break out and interpret the so called >> "Interesting information" in SNMP enterprise specific traps ? If you mean the information in the variable bindings, then the answer is yes. >> The time stamp in SNMP traps is transmitted in "Timeticks" where 1 >> timetick = 1/100 secs. DECmcc's display of this time stamp as an >> integer makes it difficult to interpret why display this as >> HH:MM:SS.NN? That is an interesting suggestion. We will surely keep it in mind. Rahul. | |||||
| 5149.2 | Maybe only some bindings ! | COMICS::BUTT | Give me the facts real straight. | Mon Jun 07 1993 11:42 | 60 |
>If you mean the information in the variable bindings, then the
>answer is yes.
I do mean the variable bindings but I don't get them.
Here are 2 traps generated by a MUXserver 380 and the raw SNMP data that
was sent by the server.
The first is a generic link-down trap and the second is an enterprise
specific version of the same thing.
DECmcc does not break out the enterise specific variable bindings in the
second message, I have marked the strart of these bindings with a "*".
R.
%%%%%%%%%%%%%% Event, 7-JUN-1993 15:40:34 %%%%%%%%%%%%%% [2,1]
Domain: NMSUV2_NS:.TCPIP Severity: Indeterminate
Notification Entity: SNMP NMSUV2_NS:.rbm380
Event Source: SNMP NMSUV2_NS:.rbm380
Event: linkDown
A linkDown trap was received:
enterprise = "1.3.6.1.4.1.36.2.15.6.3.1"
agent-addr = 16.182.128.122
generic-trap = linkDown
specific-trap = 0
time-stamp = 34589775
ifIndex = 2
SELECT_OTHER : 30 3F 02 01 00 04 06 50 55 42 4C 49 43 A4 0?.....PUBLIC�
32 06 0B 2B 06 01 04 01 24 02 0F 06 03 01 2..+....$.....
40 04 10 B6 80 7A 02 01 02 02 01 00 43 04 @..�.z......C.
02 0F CC 4F 30 11 30 0F 06 0A 2B 06 01 02 ..�O0.0...+...
01 02 02 01 01 02 02 01 02 .........
%%%%%%%%%%%%%% Event, 7-JUN-1993 15:40:36 %%%%%%%%%%%%%% [2,2]
Domain: NMSUV2_NS:.TCPIP Severity: Indeterminate
Notification Entity: SNMP NMSUV2_NS:.rbm380
Event Source: SNMP NMSUV2_NS:.rbm380
Event: enterpriseSpecific
An enterpriseSpecific trap was received:
enterprise = "1.3.6.1.4.1.36.2.15.6.3.1"
agent-addr = 16.182.128.122
generic-trap = enterpriseSpecific
specific-trap = 2
time-stamp = 34589776
**********************************************************
SELECT_OTHER : 30 58 02 01 00 04 06 50 55 42 4C 49 43 A4 0X.....PUBLIC�
4B 06 0B 2B 06 01 04 01 24 02 0F 06 03 01 K..+....$.....
40 04 10 B6 80 7A 02 01 06 02 01 02 43 04 @..�.z......C.
02 0F CC 50*30 2A 30 13 06 0E 2B 06 01 04 ..�P0*0...+...
01 24 02 12 0E 01 02 01 01 01 02 01 01 30 .$...........0
13 06 0E 2B 06 01 04 01 24 02 12 0E 01 02 ...+....$.....
02 01 01 02 01 01 ......
| |||||
| 5149.3 | MOLAR::YAHEY::BOSE | Mon Jun 07 1993 14:14 | 7 | ||
To get the variables, you have to write the alarms expression against the enterprise child entity (in this case DEC). (OCCURS (SNMP * DEC)) Rahul. | |||||