[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MPLS-LSR-STD-MIB (RFC 3813) errata




Another one:

MPLS-LSR-STD-MIB.mib
[MPLS-LSR-STD-MIB:mplsLsrModuleReadOnlyCompliance:MPLS-LSR-STD-MIB:mplsInSegmentNPop]
: error : Invalid size/range subspecification '1..1' -- must be '1'.

The following variation is not legal:

   OBJECT       mplsInSegmentNPop
   SYNTAX       Integer32 (1..1)
   MIN-ACCESS   read-only
   DESCRIPTION "Write access is not required.  This object
                SHOULD be set to 1 if it is read-only.

It must be:

   OBJECT       mplsInSegmentNPop
   SYNTAX       Integer32 (1)
   MIN-ACCESS   read-only
   DESCRIPTION "Write access is not required.  This object
                SHOULD be set to 1 if it is read-only.

Ref: RFC 2578, section 11.1:

                - when a pair of values is specified, the first value
                  must be less than the second value.

--
Michael Kirkham
www.muonics.com