T.R | Title | User | Personal Name | Date | Lines |
---|
2501.1 | Exporter should work with any entity defined in the dictionary | TOOK::SHMUYLOVICH | | Fri Mar 06 1992 12:35 | 1 |
|
|
2501.2 | | SUBWAY::REILLY | Mike Reilly - New York Bank District | Fri Mar 06 1992 17:19 | 29 |
| So... I have a problem then. When I attempt to export a SNMP entity
I get an error message station that the entity is not registered.
Eg:
MCC> export snmp newr01-e0 begin time = 06-mar-1992:17:20:00, -
end time = 12-mar-1992:00:00:00, -
export period = 00:10:00, -
export target = SYS$LOGIN:MCC_EXPORT_CISCO.RDB, in domain .domain.downtown
SNMP newr01-e0
AT 6-MAR-1992 17:20:59
Entity is not registered
MCC> show snmp newr01-e0, in domain .domain.downtown
Using default ALL IDENTIFIERS
SNMP newr01-e0
AT 6-MAR-1992 17:21:35 Identifiers
Examination of attributes shows:
Address = 146.149.1.100
Name = newr01-e0
Any ideas what I'm doing wrong here..
- Mike
|
2501.3 | You probably need to register your entity | TOOK::MINTZ | Erik Mintz, DECmcc Development, dtn 226-5033 | Fri Mar 06 1992 18:56 | 6 |
| > MCC> show snmp newr01-e0, in domain .domain.downtown
Please try "dir snmp newr01-e0" to find out if it is registered.
Show will work even on unregistered entities, and it appears
that the "in domain" qualifier is ignored on a show.
|
2501.4 | Thanks,.. it's working now. | SUBWAY::REILLY | Mike Reilly - New York Bank District | Mon Mar 09 1992 11:40 | 40 |
| Got it to work at last...but is very confusing.
MCC> dir snmp newr01-e0
SNMP newr01-e0
AT 9-MAR-1992 10:43:28
The entity SNMP newr01-e0 is not registered
Not Registered Entity = SNMP newr01-e0
MCC> dir snmp .ip.newr01-e0
SNMP JPM_DEV:.ip.newr01-e0
AT 9-MAR-1992 10:43:34
Directory successful.
Registered Name = JPM_DEV:.ip.NEWR01-e0
Name = NEWR01-e0
Address = 146.149.1.100
MCC> export snmp .ip.NEWR01-e0 begin time = 09-mar-1992:10:46:00
SNMP .ip.NEWR01-e0
AT 9-MAR-1992 10:45:07
No such entity: SNMP .ip.NEWR01-e0
Unknown Entity = SNMP .ip.NEWR01-e0
MCC> export snmp JPM_DEV:.ip.NEWR01-e0 begin time =
09-mar-1992:10:46:00
This one worked. Does the exporter always require a fullname,
together with the JPM_DEV: portion?. The current 1.2 doc for the
exporter does not state that the verb requires a full-name, in fact
the examples given on pages 2-14 and 2.15 show simple names.
- Mike
|
2501.5 | | TOOK::SHMUYLOVICH | | Mon Mar 09 1992 17:54 | 33 |
|
> Got it to work at last...but is very confusing.
I agree that the way how SNMP names are handled is confusing.
> MCC> export snmp .ip.NEWR01-e0 begin time = 09-mar-1992:10:46:00
>
> SNMP .ip.NEWR01-e0
> AT 9-MAR-1992 10:45:07
>
> No such entity: SNMP .ip.NEWR01-e0
> Unknown Entity = SNMP .ip.NEWR01-e0
I believe that if you do "Show snmp .ip.NEWR01-e0" you will have
the same result. The problem is that for SNMP entity FCL handles
.ip.NEWR01-e0 not as full name but as IP name.
Somebody who knows this subject better that I do should explain it
in more details.
If you use any identifiers returned from the Directory command:
- JPM_DEV:.ip.NEWR01-e0
- NEWR01-e0
- 146.149.1.100
the Export command should work.
Sam
|