smilint output for ./T11-FC-FABRIC-ADDR-MGR-MIB


Message Severities
SeverityCount
warning1
fyi1
Message Types
TypeCount
identifier-case-match (warning)1
previous-definition (fyi)1

Messages:

T11-FC-FABRIC-ADDR-MGR-MIB

   1: -- extracted from rfc4439.txt
   2: -- at Thu Mar 30 06:10:40 2006
 120: 
 121: T11FamState ::= TEXTUAL-CONVENTION
 121: fyi - info: previous definition of `T11FamState'
 122:     STATUS    current
 123:     DESCRIPTION
 124:            "The state of the Fabric Address Manager, as described in
 125:            Table 86 and Figure 15 of FC-SW-3.
 126: 
 127:            - 'other' represents a switch that is in a state not
 128:              represented by any of the below enumerations.
 129: 
 130:            - 'starting' represents a switch engaged in the process
 131:              represented by the first row in Table 86.
 132: 
 133:            - 'unconfigured' represents a switch that requires
 134:              operator input before it can begin the process
 135:              represented by the first row in Table 86.
 136: 
 137:            - 'principalSwitchSelection' represents a switch engaged
 138:              in the process represented by the second row in
 139:              Table 86, but not in states F0 or F1 of Figure 15.
 140: 
 141:            - 'domainIdDistribution' represents a switch engaged in
 142:              the process represented by the third row in Table 86.
 143: 
 144:            - 'buildFabricPhase' represents a switch that is in
 145:              state F0 of Figure 15.
 146: 
 147:            - 'reconfigureFabricPhase' represents a switch that is
 148:              in state F1 of Figure 15.
 149: 
 150:            - 'stable' represents a switch that has successfully
 151:              completed the process represented by the third row in
 152:              Table 86 and has at least one E_Port.
 153: 
 154:            - 'stableWithNoEports' represents a switch that has
 155:              successfully completed the process represented by the
 156:              third row in Table 86 but has no E_Ports.
 157: 
 158:            - 'noDomains' represents a switch that has completed
 159:              the process represented by the third row in Table 86
 160:              but failed to obtain a Domain_ID.
 161: 
 162:            - 'disabled' represents any situation in which the
 163:              corresponding instance of t11FamEnable has the value
 164:              'false'.
 165: 
 166:            - 'unknown' represents a switch that is confused about
 167:              what state it is in."
 168:     REFERENCE   "Fibre Channel - Switch Fabric - 3 (FC-SW-3),
 169:                  ANSI INCITS 384-2004, Table 86 and Figure 15."
 170:     SYNTAX    INTEGER {
 171:                        other(1),
 172:                        starting(2),
 173:                        unconfigured(3),
 174:                        principalSwitchSelection(4),
 175:                        domainIdDistribution(5),
 176:                        buildFabricPhase(6),
 177:                        reconfigureFabricPhase(7),
 178:                        stable(8),
 179:                        stableWithNoEports(9),
 180:                        noDomains(10),
 181:                        disabled(11),
 182:                        unknown(12)
 183:               }
 184: 
 185: 
 186: --
 187: -- t11FamTable
 188: --
...
 523: 
 524: t11FamState OBJECT-TYPE
 524: warning - warning: identifier `t11FamState' differs from `T11FamState' only in case
 525:     SYNTAX     T11FamState
 526:     MAX-ACCESS read-only
 527:     STATUS      current
 528:     DESCRIPTION
 529:            "The state of the Fabric Address Manager on a particular
 530:            switch on this Fabric."
 531:     ::= { t11FamEntry 17 }