smilint output for ./IPFRR-MIB
Message Severities |
Severity | Count |
change recommended | 1 |
warning | 2 |
fyi | 1 |
Message Types |
Type | Count |
index-element-no-size (fyi) | 1 |
index-exceeds-too-large (warning) | 2 |
module-identity-registration (change recommended) | 1 |
Messages:
IPFRR-MIB
1: -- extracted from draft-ietf-rtgwg-ipfrr-ip-mib-01.txt
2: -- at Wed Mar 8 06:10:54 2006
33:
34: ipFrrMIB MODULE-IDENTITY
34: change recommended -
warning: uncontrolled MODULE-IDENTITY registration
35: LAST-UPDATED "200502181200Z" -- June 10, 2005
36: ORGANIZATION "draft-ietf-ipfrr-ip-mib-00.txt"
37: CONTACT-INFO
38: " Bill Anderson
39: Avici Systems, Inc.
40: EMail: wanderson@avici.com
41:
42: Alia Atlas
43: Avici Systems, Inc.
44: Email: aatlas@avici.com
45:
46: Don Fedyk
47: Nortel Networks
48: Email: dwfedyk@nortel.com
49:
50: "
51: DESCRIPTION
52: "IP MIB module for management of IP Fast-Reroute.
53:
54: Copyright (C) The Internet Society (date).
55: This version of this MIB module is part of
56: draft-ietf-rtgwg-ipfrr-ip-mib-00.txt"
57:
58: REVISION "200502181200Z" -- February 18, 2005
59: DESCRIPTION
60: "Add Set operations on ipFrrAltTable"
61: REVISION "200502131200Z" -- February 13, 2005
62: DESCRIPTION
63: "Initial version."
64: ::= { ip 999 } -- To be assigned by IANA
65: -- RFC Ed.: replace 999 with actual RFC number
66: -- & remove this note
67:
68: -- Top level components of this MIB module.
...
142:
143: ipFrrAltEntry OBJECT-TYPE
143: fyi -
info: index element `IP-FORWARD-MIB::inetCidrRoutePolicy' of row `ipFrrAltEntry' should but cannot have a size restriction
143: warning -
warning: index of row `ipFrrAltEntry' can exceed OID size limit by 785 subidentifier(s)
144: SYNTAX IpFrrAltEntry
145: MAX-ACCESS not-accessible
146: STATUS current
147: DESCRIPTION
148: "An entry containing information on a particular route,
149: one of its particular (primary) next-hops and one of
150: the associated alternate next-hops.
151:
152: Implementers need to be aware that if the total
153: number of elements (octets or sub-identifiers) in
154: inetCidrRouteDest, inetCidrRoutePolicy,
155: inetCidrRouteNextHop, and ipFrrAltNextHop exceeds 107
156: then OIDs of column instances in this table will have
157: more than 128 sub-identifiers and cannot be accessed
158: using SNMPv1, SNMPv2c, or SNMPv3."
159:
160: INDEX { inetCidrRouteDestType,
161: inetCidrRouteDest,
162: inetCidrRoutePfxLen,
163: inetCidrRoutePolicy,
164: inetCidrRouteNextHopType,
165: inetCidrRouteNextHop,
166: ipFrrAltNextHopType,
167: ipFrrAltNextHop
168: }
169: ::= { ipFrrAltTable 1 }
170:
171: IpFrrAltEntry ::= SEQUENCE {
172: ipFrrAltNextHopType InetAddressType,
173: ipFrrAltNextHop InetAddress,
174: ipFrrAltIfIndex InterfaceIndex,
175: ipFrrAltType INTEGER,
176: ipFrrAltProtectionAvailable BITS,
177: ipFrrAltMetric1 Integer32,
178: ipFrrAltStatus RowStatus
179: }
...
308:
309: ipFrrNoAltEntry OBJECT-TYPE
309: warning -
warning: index of row `ipFrrNoAltEntry' can exceed OID size limit by 142 subidentifier(s)
310: SYNTAX IpFrrNoAltEntry
311: MAX-ACCESS not-accessible
312: STATUS current
313: DESCRIPTION
314: "An entry containing the reason why a route does not
315: have an alternate next-hop. The existence of an
316: entry for a route indicates that there is no
317: alternate next-hop."
318: INDEX { inetCidrRouteDestType,
319: inetCidrRouteDest,
320: inetCidrRoutePfxLen
321: }
322: ::= { ipFrrNoAltTable 1 }
323:
324: IpFrrNoAltEntry ::= SEQUENCE {
325: ipFrrNoAltCause INTEGER
326: }