T.R | Title | User | Personal Name | Date | Lines |
---|
2959.1 | Please provide log of commands used | TOOK::TAN | Ed Tan | Thu May 07 1992 15:33 | 6 |
| Mike,
Could you be more specific and enter a log of the exact command you
used when doing a DIR SNMP * and DEREGISTER/ERASE? Also, are you on VMS
or Ultrix? Using DNS or MIR?
Ed
|
2959.2 | | SUBWAY::REILLY | Mike Reilly - New York Bank District | Thu May 07 1992 18:29 | 44 |
| I'm running 1.2.7 on Ultrix. I noticed the problem after I had
performed a DEREGISTER SNMP *.
If I enter DIR SNMP *, I now get a list of devices none of which
have a fullname. eg:
MCC> dir snmp *
SNMP 30bmp1cd
AT 1992-05-07-17:12:16.433
Directory successful.
Name = 30bmp1cd
Address = 146.149.180.10
SNMP cisco1
AT 1992-05-07-17:13:28.289
Directory successful.
Name = cisco1
Address = 146.149.250.130
SNMP NEWR01-e0
AT 1992-05-07-17:13:31.383
Directory successful.
Name = NEWR01-e0
Address = 146.149.1.100
however a DIR command on one of these entities produces and error:
MCC> dir snmp NEWR01-e0
SNMP NEWR01-e0
AT 1992-05-07-17:16:07.605
The entity SNMP NEWR01-e0 is not registered
Not Registered Entity = SNMP NEWR01-e0
Is it possible that the results of a previous DIR SNMP * command are
still held in cache somewhere?
- Mike
|
2959.3 | Need to convert SNMP objects in DNS | TRM::KWAK | | Thu May 07 1992 18:50 | 39 |
|
The remaining SNMP objects were registered using MCC V1.1.
(you can find the SNMP objects:
# dnscp
dns> sho obj .mcc_ip.*
dns> exit
)
In MCC V1.1 the SNMP objects did not have Fullname and
they were stored in .MCC_IP directory of DNS namespace.
In MCC V1.2, the SNMP objects have Fullname (registered name), IP name
and IP address as identifiers.
The format in which the V1.1 SNMP objects are stores in DNS is NOT
compatible with the MCC 1.2 format.
In MCC 1.2 kit, there is a conversion program which will converts V1.1
SNMP objects into V1.2 format.
Please refer to the Release Notes.
If you do not need the V1.1 SNMP objects, you may delete them using
dnscp:
dns> delete object .mcc_ip.30bmp1cd
dns> delete object .mcc_ip.cisco1
.
.
.
(NOTE: if the SNMP objects belong to domains, do the following:
A. Deregister SNMP objects using MCC V1.1
OR
B.1. Run the conversion program (on VMS or Ultrix)
B.2. Deregister SNMP objects using MCC V1.2
)
William
|
2959.4 | Thanks. | SUBWAY::REILLY | Mike Reilly - New York Bank District | Fri May 08 1992 13:11 | 5 |
| Yup, that was the problem. I had run the conversion program but I
guess these entities were registered via a 1.1 system at a later
date.
|