
1 Dec
2004
1 Dec
'04
10:10 a.m.
David T. Perkins wrote:
this is quick - got to run, but consider:
with ::= { goo foo(1) }
can you import foo in another MIB module (answer NO)
Ack. I will have to add some code that checks the identifiers that are marked local.
Also, what do you do with the following: foo OBJECT IDENTIFIER ::= { goo 1 } bar OBJECT IDENTIFIER ::= { goo 1 } soo OBJECT-TYPE ... ::= { goo 1 }
Hint: it's legal.
Ack.