T.R | Title | User | Personal Name | Date | Lines |
---|
2779.1 | suggestion | CLAUDI::PETERS | | Thu Apr 16 1992 12:47 | 7 |
| How about editing the source MIB and changing the names to
CHIPCOM_HUB and CHIPCOM_REPEATER or CC_HUB and CC_REPEATER.
Then you should be able to add all three to the dictionary
without collisions. ... Comments from engineering? Also,
tell chipcom not to do that.
/Claudia
|
2779.2 | New MTU allows you to add multiple mibs from the same vendor | MUNDRA::MUNDRA | | Thu Apr 16 1992 17:47 | 8 |
|
The latest MTU utility (that went out today with external field
test, T1.2.7) allows you to add multiple mibs from the same
vendor. When adding mibs to the dictionary, if a mib already
exists for the vendor in the dictionary, it will ask you if you
want it replaced or augmented.
Satinder Mundra
|
2779.3 | AUGMENT does not appear to work | SCHOOL::LEKAS | From the Workstation of Tony Lekas | Thu Sep 24 1992 17:12 | 100 |
| I am working on an addition to the DEC vendor MIB for GIGAswitch.
It will, at least initially, be distributed as a seperate file from the
DEC vendor MIB. When I try to augment the DEC vendor MIB using MTU I
recieve an error. See below. What am I doing wrong?
Thanks,
Tony
LEH_$ @mcc_common:MCC_TCPIP_MTU
Welcome to the DECmcc TCP/IP MIB Translator Utility driver procedure V1.2.0
24-SEP-1992 14:35:38
This procedure operates in a 2 phased manner --
Phase 1 translates a MIB definition into a management specification.
Phase 2 (as an option) translates the management specification into a
dictionary loadable file and updates the DECmcc data dictionary.
Phase 1 -- Enter name(s) of file(s) to translate
(separate multiple files by commas): sonoma.mib
Phase 2 -- Do you want to update the DECmcc data dictionary? (Y/N) [N]: y
Issuing following command:
$ MTU = "$ SYS$SYSTEM:MCC_TCPIP_MTU.EXE"
* * *
(Now processing file # 1 out of a list of 1 file(s) ...)
Beginning Phase 1 for file TONY$ROOT:[W4]SONOMA.MIB;
24-SEP-1992 14:35:54
Now starting to run the MIB Translator ...
This may take approximately 1-5 minutes.
Issuing following command:
$ MTU TONY$ROOT:[W4]SONOMA.MIB;
Entity Model tree is being pruned.
The following non-leaf objects are being removed:
Child entity decMIBextension
Child entity elanext
Child entity giga
Child entity gigaFiltByRef
Child entity gigaFiltSw
MIB translation completed successfully.
24-SEP-1992 14:36:05
Phase 1 for file TONY$ROOT:[W4]SONOMA.MIB; completed.
Beginning Phase 2 for file TONY$ROOT:[W4]SONOMA.MIB;
Now checking DECmcc data dictionary for subclass dec ...
Using dictionary file: sonoma_sw:[mcc]mcc_fdictionary.dat;3
Found definition.
The definition for the dec MIB
already exists in the DECmcc data dictionary.
You have the option of REPLACING or AUGMENTING this definition.
Do you want to REPLACE the existing definition? (Y/N) [Y]: n
Do you want to AUGMENT the existing definition? (Y/N) [Y]: y
Now copying "INCLUDE" .MS files from MCC_COMMON to default directory ...
Copy completed.
24-SEP-1992 14:36:28
Now starting to run the MSL Translator ...
This may take approximately 1-10 minutes.
Issuing following command:
$ MANAGE/TOOLKIT/SPECIFICATION SONOMA.MS
DECmcc Management Specification Language Translation Tool
Version V1.2
Scan of MS file has completed successfully
MSL translation completed successfully.
24-SEP-1992 14:37:14
Editing SONOMA.COM ...
Editing of SONOMA.COM completed.
24-SEP-1992 14:37:25
Now starting to update the DECmcc data dictionary ...
This may take approximately 1-15 minutes.
Issuing following command:
$ MANAGE/TOOLKIT/DICTIONARY LOAD FROM SONOMA.COM
Using dictionary file: sonoma_sw:[mcc]mcc_fdictionary.dat;3
At or near line number 6.
Command: CREATE CLASS SNMP SUBCLASS DEC SUBCLASS EMA CODE 2
specified entity definition exists already
An error occurred while trying to update the DECmcc data dictionary.
24-SEP-1992 14:37:30
Procedure terminated in error.
Message number 0326CEDA
|
2779.4 | Not possible to AUGMENT the DEC Vendor MIB! | VCSESU::WADE | Bill Wade, VAXc Systems & Support Eng | Fri Oct 02 1992 11:57 | 25 |
| After speaking with Dan Carr about this I was made aware of the
following -
- DECmcc does not support more than ~10 levels of child entities
- The DEC Vendor MIB (DVM) has >10 levels so levels without leafs are
"pruned" when the MIB is loaded
- Pruning causes a problem and it is NOT possible to AUGMENT the
DVM
- If the DVM is loaded and you want to load a MIB that extends the
DVM you have to edit the DVM, append your MIB and load the
conglomeration
- If you buy another Digital product that extends the DVM you have
to repeat the above and get real intimate with the MIBs
This should be QARed as it causes a real problem for products that
extend the DVM like the GIGAswitch and DECnis. Can we get an estimate
on when it will be fixed?
Bill
|
2779.5 | Already done | RACER::dave | Ahh, but fortunately, I have the key to escape reality. | Mon Oct 05 1992 09:27 | 3 |
| This has been QAR'ed, more than once.
I have a QAR that was assigned to "ANDERSEN"
and am waiting on the result.
|
2779.6 | | YAHEY::BOSE | | Mon Oct 05 1992 18:01 | 24 |
| RE .4
>> - DECmcc does not support more than ~10 levels of child entities
The DECmcc dictionary routines can handle a maximum dictionary AES
depth of 10. Now, if you have a directive declared with response
arguments, that takes up 4 levels :
Class (1) :
Directive (6) : SHOW ---------------------> 1
Response (8) : SHOWSUCCESS ---------------------> 2
Argument (4) : ATTRIBUTES ---------------------> 3
Definition (3) : PRESENTATION_NAME --------------> 4
Definition (3) : VALUE_DATA_TYPE
Definition (3) : VALUE_LENGTH
Definition (3) : DISPLAY
So the maximum depth of child entities supported is actually 6.
Most DEC vendor mibs have a depth of 9 below the DEC enterprise
object. Which means that pruning is forced, thereby rearranging the
original mib objects. This prevents subsequent merging of mibs
belonging to the same enterprise subtree.
Rahul.
|
2779.7 | Where's the QAR? | CHRISB::BRIENEN | DECmcc LAN and SNMP Stuff... | Mon Oct 05 1992 21:06 | 13 |
| RE: 2779.5 (RACER::dave)
> This has been QAR'ed, more than once.
> I have a QAR that was assigned to "ANDERSEN"
> and am waiting on the result.
I went looking for this QAR on MUSEUM (MCC012_INT/EXT and MCC013_INT/EXT)
and NACQAR (MCC_INTERNAL and MCC_EXT_V1_2) and couldn't find it.
I'm wondering if our trusty QAR system (on MUSEUM) is losing individual
QARs (QAR # 00005, for one, appears to be missing...).
Chris
|
2779.8 | | SCHOOL::LEKAS | From the Workstation of Tony Lekas | Tue Oct 06 1992 10:27 | 4 |
| Tell me how to enter a QAR against DECmcc and I'll enter a new one if the
existing one can't be found.
Tony
|
2779.9 | Filed as QAR#18 - MUSEUM MCC013_INT | CHRISB::BRIENEN | DECmcc LAN and SNMP Stuff... | Thu Oct 08 1992 13:38 | 13 |
| I've taken the liberty of filing a QAR in the MUSEUM MCC013_INT
database (QAR#018).
The QAR filed includes notes 2779.3, .4, and .6 ...
From what I hear, Dan Carr and Rahul Bose have come up with a
possible solution involving modifications to MTU for V1.3 whereby
the pruning of the DEC VENDOR MIB (would be done differently than
for other mibs).
Maybe Dan can provide some additional details about this...
|