Hi,
When loading a MIB I get errors in the DIS MIB browser.
- invalid Token ERROR
- invalid Token {
On the indicated lines of the MIB I find:
- SYNTAX INTEGER{AMP1(1),AMP2(2),ERROR(99)}
- SYNTAX INTEGER{1-to-1 2-to-2(1),3-to-1 2-to-2(2),1-to-1 3-to-2(3),ERROR(99)}
Loading the MIB file in a different browser works fine.
How can I investigate what is wrong for DIS?
And what do I need to change to make it work.
Mieke Dryepondt [SLC] [DevOps Advocate] Selected answer as best 8th June 2021
The following change in MIB should fix it.
Replace content to:
SYNTAX INTEGER{AMP1(1), AMP2(2), ERROR_DISfix(99)}
SYNTAX INTEGER{One-to-One_Two-to-Two(1),Tree-to-One_Two-to-Two(2),One-to-One_Tree-to-Two(3),ERROR_DISfix(99)}
Mieke Dryepondt [SLC] [DevOps Advocate] Selected answer as best 8th June 2021