smilint output for ./T11-FC-FSPF-MIB
Message Severities |
Severity | Count |
warning | 5 |
fyi | 2 |
Message Types |
Type | Count |
identifier-case-match (warning) | 2 |
previous-definition (fyi) | 2 |
type-without-format (warning) | 3 |
Messages:
T11-FC-FSPF-MIB
1: -- extracted from rfc4626.txt
2: -- at Thu Sep 14 06:07:00 2006
59:
60: T11FspfLsrType ::= TEXTUAL-CONVENTION
60: fyi -
info: previous definition of `T11FspfLsrType'
60: warning -
warning: type `T11FspfLsrType' has no format specification
61: STATUS current
62: DESCRIPTION
63: "Type of the Link State Record.
64:
65: FC-SW-4 defines two types of LSRs and allows for the
66: possibility for more will be defined in the future:
67:
68: 01 - Switch Link Record
69: 02 - Obsolete
70: 240 - 255 - Vendor Specific
71: others - Reserved.
72: "
73: REFERENCE
74: "Fibre Channel - Switch Fabric - 4 (FC-SW-4),
75: ANSI INCITS 418-2006, section 6.1.9.3."
76: SYNTAX Integer32 (0..255)
77:
78: T11FspfLinkType ::= TEXTUAL-CONVENTION
78: fyi -
info: previous definition of `T11FspfLinkType'
78: warning -
warning: type `T11FspfLinkType' has no format specification
79: STATUS current
80: DESCRIPTION
81: "Type of an the FSPF Link. Presently defined values:
82:
83: 1 - Point-to-Point
84: 240-255 - Vendor Specific
85: all others - Reserved.
86: "
87: REFERENCE
88: "Fibre Channel - Switch Fabric - 4 (FC-SW-4),
89: ANSI INCITS 418-2006, section 6.1.9.4."
90: SYNTAX Integer32 (0..255)
...
117:
118: T11FspfLastCreationTime ::= TEXTUAL-CONVENTION
118: warning -
warning: type `T11FspfLastCreationTime' has no format specification
119: STATUS current
120: DESCRIPTION
121: "This TC describes an object that stores the last time
122: it, and the row containing it, was created.
123:
124: This can be used by management applications to determine
125: that a row has been deleted and re-created between reads,
126: causing an otherwise undetectable discontinuity in the
127: data."
128: SYNTAX TimeTicks
129:
130: --
131: -- t11FspfTable
...
792:
793: t11FspfLsrType OBJECT-TYPE
793: warning -
warning: identifier `t11FspfLsrType' differs from `T11FspfLsrType' only in case
794: SYNTAX T11FspfLsrType
795: MAX-ACCESS not-accessible
796: STATUS current
797: DESCRIPTION
798: "Type of this LSR."
799: ::= { t11FspfLsrEntry 2 }
...
929:
930: t11FspfLinkType OBJECT-TYPE
930: warning -
warning: identifier `t11FspfLinkType' differs from `T11FspfLinkType' only in case
931: SYNTAX T11FspfLinkType
932: MAX-ACCESS read-only
933: STATUS current
934: DESCRIPTION
935: "The type of this link."
936: ::= { t11FspfLinkEntry 5 }