smilint output for ./MPLS-LDP-STD-MIB
Message Severities |
Severity | Count |
change recommended | 1 |
warning | 1 |
Message Types |
Type | Count |
module-identity-registration (change recommended) | 1 |
sequence-order (warning) | 1 |
Messages:
MPLS-LDP-STD-MIB
1: -- extracted from rfc3815.txt
2: -- at Thu Jun 17 06:20:51 2004
39:
40: mplsLdpStdMIB MODULE-IDENTITY
40: change recommended -
warning: uncontrolled MODULE-IDENTITY registration
41: LAST-UPDATED "200406030000Z" -- June 3, 2004
42: ORGANIZATION "Multiprotocol Label Switching (mpls)
43: Working Group"
44: CONTACT-INFO
45:
46: "Joan Cucchiara (jcucchiara@mindspring.com)
47: Marconi Communications, Inc.
48:
49: Hans Sjostrand (hans@ipunplugged.com)
50: ipUnplugged
51:
52: James V. Luciani (james_luciani@mindspring.com)
53: Marconi Communications, Inc.
54:
55: Working Group Chairs:
56: George Swallow, email: swallow@cisco.com
57: Loa Andersson, email: loa@pi.se
58:
59: MPLS Working Group, email: mpls@uu.net"
60:
61: DESCRIPTION
62: "Copyright (C) The Internet Society (2004). The
63: initial version of this MIB module was published
64: in RFC 3815. For full legal notices see the RFC
65: itself or see:
66: http://www.ietf.org/copyrights/ianamib.html
67:
68: This MIB contains managed object definitions for the
69: 'Multiprotocol Label Switching, Label Distribution
70: Protocol, LDP' document."
71:
72: REVISION "200406030000Z" -- June 3, 2004
73: DESCRIPTION
74: "Initial version published as part of RFC 3815."
75:
76: ::= { mplsStdMIB 4 }
77:
78: --****************************************************************
...
1604:
1605: mplsFecEntry OBJECT-TYPE
1606: SYNTAX MplsFecEntry
1607: MAX-ACCESS not-accessible
1608: STATUS current
1609: DESCRIPTION
1610: "Each row represents a single FEC Element."
1611: INDEX { mplsFecIndex }
1612: ::= { mplsFecTable 1 }
1613:
1614: MplsFecEntry ::= SEQUENCE {
1614: warning -
warning: SEQUENCE element #3 `mplsFecAddrType' does not match order of columnar objects under `mplsFecEntry'
1615: mplsFecIndex IndexInteger,
1616: mplsFecType INTEGER,
1617: mplsFecAddrType InetAddressType,
1618: mplsFecAddr InetAddress,
1619: mplsFecAddrPrefixLength InetAddressPrefixLength,
1620: mplsFecStorageType StorageType,
1621: mplsFecRowStatus RowStatus
1622: }