smilint output for ./BGP4-MIB
Message Severities |
Severity | Count |
warning | 9 |
Message Types |
Type | Count |
index-element-accessible (warning) | 6 |
notification-not-reversible (warning) | 2 |
row-name-table-name (warning) | 1 |
Messages:
BGP4-MIB
1: -- extracted from rfc4273.txt
2: -- at Fri Jan 13 06:10:54 2006
120:
121: bgpPeerEntry OBJECT-TYPE
121: warning -
warning: index element `bgpPeerRemoteAddr' of row `bgpPeerEntry' should be not-accessible in SMIv2 MIB
122: SYNTAX BgpPeerEntry
123: MAX-ACCESS not-accessible
124: STATUS current
125: DESCRIPTION
126: "Entry containing information about the
127: connection with a BGP peer."
128: INDEX { bgpPeerRemoteAddr }
129: ::= { bgpPeerTable 1 }
130:
131: BgpPeerEntry ::= SEQUENCE {
132: bgpPeerIdentifier
133: IpAddress,
134: bgpPeerState
135: INTEGER,
136: bgpPeerAdminStatus
137: INTEGER,
138: bgpPeerNegotiatedVersion
139: Integer32,
140: bgpPeerLocalAddr
141: IpAddress,
142: bgpPeerLocalPort
143: Integer32,
144: bgpPeerRemoteAddr
145: IpAddress,
146: bgpPeerRemotePort
147: Integer32,
148: bgpPeerRemoteAs
149: Integer32,
150: bgpPeerInUpdates
151: Counter32,
152: bgpPeerOutUpdates
153: Counter32,
154: bgpPeerInTotalMessages
155: Counter32,
156: bgpPeerOutTotalMessages
157: Counter32,
158: bgpPeerLastError
159: OCTET STRING,
160: bgpPeerFsmEstablishedTransitions
161: Counter32,
162: bgpPeerFsmEstablishedTime
163: Gauge32,
164: bgpPeerConnectRetryInterval
165: Integer32,
166: bgpPeerHoldTime
167: Integer32,
168: bgpPeerKeepAlive
169: Integer32,
170: bgpPeerHoldTimeConfigured
171: Integer32,
172: bgpPeerKeepAliveConfigured
173: Integer32,
174: bgpPeerMinASOriginationInterval
175: Integer32,
176: bgpPeerMinRouteAdvertisementInterval
177: Integer32,
178: bgpPeerInUpdateElapsedTime
179: Gauge32
180: }
...
582:
583: bgpPathAttrEntry OBJECT-TYPE
583: warning -
warning: row identifier `bgpPathAttrEntry' should have the same prefix as table identifier `bgpRcvdPathAttrTable'
583: warning -
warning: index element `bgpPathAttrDestNetwork' of row `bgpPathAttrEntry' should be not-accessible in SMIv2 MIB
583: warning -
warning: index element `bgpPathAttrPeer' of row `bgpPathAttrEntry' should be not-accessible in SMIv2 MIB
584: SYNTAX BgpPathAttrEntry
585: MAX-ACCESS not-accessible
586: STATUS obsolete
587: DESCRIPTION
588: "Information about a path to a network."
589: INDEX { bgpPathAttrDestNetwork,
590: bgpPathAttrPeer }
591: ::= { bgpRcvdPathAttrTable 1 }
592:
593: BgpPathAttrEntry ::= SEQUENCE {
594: bgpPathAttrPeer
595: IpAddress,
596: bgpPathAttrDestNetwork
597: IpAddress,
598: bgpPathAttrOrigin
599: INTEGER,
600: bgpPathAttrASPath
601: OCTET STRING,
602: bgpPathAttrNextHop
603: IpAddress,
604: bgpPathAttrInterASMetric
605: Integer32
606: }
...
703:
704: bgp4PathAttrEntry OBJECT-TYPE
704: warning -
warning: index element `bgp4PathAttrIpAddrPrefix' of row `bgp4PathAttrEntry' should be not-accessible in SMIv2 MIB
704: warning -
warning: index element `bgp4PathAttrIpAddrPrefixLen' of row `bgp4PathAttrEntry' should be not-accessible in SMIv2 MIB
704: warning -
warning: index element `bgp4PathAttrPeer' of row `bgp4PathAttrEntry' should be not-accessible in SMIv2 MIB
705: SYNTAX Bgp4PathAttrEntry
706: MAX-ACCESS not-accessible
707: STATUS current
708: DESCRIPTION
709: "Information about a path to a network."
710: INDEX { bgp4PathAttrIpAddrPrefix,
711: bgp4PathAttrIpAddrPrefixLen,
712: bgp4PathAttrPeer }
713: ::= { bgp4PathAttrTable 1 }
714:
715: Bgp4PathAttrEntry ::= SEQUENCE {
716: bgp4PathAttrPeer
717: IpAddress,
718: bgp4PathAttrIpAddrPrefixLen
719: Integer32,
720: bgp4PathAttrIpAddrPrefix
721: IpAddress,
722: bgp4PathAttrOrigin
723: INTEGER,
724:
725: bgp4PathAttrASPathSegment
726: OCTET STRING,
727: bgp4PathAttrNextHop
728: IpAddress,
729: bgp4PathAttrMultiExitDisc
730: Integer32,
731: bgp4PathAttrLocalPref
732: Integer32,
733: bgp4PathAttrAtomicAggregate
734: INTEGER,
735: bgp4PathAttrAggregatorAS
736: Integer32,
737: bgp4PathAttrAggregatorAddr
738: IpAddress,
739: bgp4PathAttrCalcLocalPref
740: Integer32,
741: bgp4PathAttrBest
742: INTEGER,
743: bgp4PathAttrUnknown
744: OCTET STRING
745: }
...
1051:
1052: bgpEstablished NOTIFICATION-TYPE
1052: warning -
warning: notification `bgpEstablished' is not reverse mappable
1053: OBJECTS { bgpPeerLastError,
1054: bgpPeerState }
1055: STATUS deprecated
1056: DESCRIPTION
1057: "The bgpEstablished event is generated when
1058: the BGP FSM enters the established state.
1059:
1060: This Notification has been replaced by the
1061: bgpEstablishedNotification Notification."
1062: ::= { bgpTraps 1 }
1063:
1064: bgpBackwardTransition NOTIFICATION-TYPE
1064: warning -
warning: notification `bgpBackwardTransition' is not reverse mappable
1065: OBJECTS { bgpPeerLastError,
1066: bgpPeerState }
1067: STATUS deprecated
1068: DESCRIPTION
1069: "The bgpBackwardTransition event is generated
1070: when the BGP FSM moves from a higher numbered
1071: state to a lower numbered state.
1072:
1073: This Notification has been replaced by the
1074: bgpBackwardTransNotification Notification."
1075: ::= { bgpTraps 2 }
1076:
1077: -- Conformance information