[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MPLS-LDP-STD-MIB (RFC 3815) errata (fwd)
Oops. Got the mibs list address wrong.
---------- Forwarded message ----------
Date: Sun, 13 Feb 2005 02:31:06 -0800 (PST)
From: Michael Kirkham <mikek@muonics.com>
To: ietfmibs@lists.ietf.org, mpls@uu.net
Subject: MPLS-LDP-STD-MIB (RFC 3815) errata
While updating my MIB/PIB repository, I found the following errors from MIB
Smithy:
MPLS-LDP-STD-MIB.mib [MPLS-LDP-STD-MIB:mplsFecEntry] : error : Conceptual
Column 'mplsFecAddrType' position #3 in SEQUENCE 'MplsFecEntry' does not
match position #4 in mplsFecEntry subtree.
MPLS-LDP-STD-MIB.mib [MPLS-LDP-STD-MIB:mplsFecEntry] : error : Conceptual
Column 'mplsFecAddr' position #4 in SEQUENCE 'MplsFecEntry' does not match
position #5 in mplsFecEntry subtree.
MPLS-LDP-STD-MIB.mib [MPLS-LDP-STD-MIB:mplsFecEntry] : error : Conceptual
Column 'mplsFecAddrPrefixLength' position #5 in SEQUENCE 'MplsFecEntry'
does not match position #3 in mplsFecEntry
subtree.
MplsFecEntry is defined as:
MplsFecEntry ::= SEQUENCE {
mplsFecIndex IndexInteger,
mplsFecType INTEGER,
mplsFecAddrType InetAddressType,
mplsFecAddr InetAddress,
mplsFecAddrPrefixLength InetAddressPrefixLength,
mplsFecStorageType StorageType,
mplsFecRowStatus RowStatus
}
However, it should be defined as:
MplsFecEntry ::= SEQUENCE {
mplsFecIndex IndexInteger,
mplsFecType INTEGER,
mplsFecAddrPrefixLength InetAddressPrefixLength,
mplsFecAddrType InetAddressType,
mplsFecAddr InetAddress,
mplsFecStorageType StorageType,
mplsFecRowStatus RowStatus
}
Because the OID assignments are:
mplsFecAddrPrefixLength - mplsFecEntry.3
mplsFecAddrType - mplsFecEntry.4
mplsFecAddr - mplsFecEntry.5
--
Michael Kirkham
www.muonics.com