smilint output for ./IANA-RTPROTO-MIB
Message Severities |
Severity | Count |
warning | 2 |
Message Types |
Type | Count |
type-unref (warning) | 2 |
Messages:
IANA-RTPROTO-MIB
1: -- extracted from ianaiprouteprotocol-mib
2: -- at Mon Aug 7 09:17:55 2006
39:
40: IANAipRouteProtocol ::= TEXTUAL-CONVENTION
40: warning -
warning: current type `IANAipRouteProtocol' is not referenced in this module
41: STATUS current
42:
43: DESCRIPTION
44: "A mechanism for learning routes. Inclusion of values for
45: routing protocols is not intended to imply that those
46: protocols need be supported."
47: SYNTAX INTEGER {
48: other (1), -- not specified
49: local (2), -- local interface
50: netmgmt (3), -- static route
51: icmp (4), -- result of ICMP Redirect
52:
53: -- the following are all dynamic
54: -- routing protocols
55:
56: egp (5), -- Exterior Gateway Protocol
57: ggp (6), -- Gateway-Gateway Protocol
58: hello (7), -- FuzzBall HelloSpeak
59: rip (8), -- Berkeley RIP or RIP-II
60: isIs (9), -- Dual IS-IS
61: esIs (10), -- ISO 9542
62: ciscoIgrp (11), -- Cisco IGRP
63: bbnSpfIgp (12), -- BBN SPF IGP
64: ospf (13), -- Open Shortest Path First
65: bgp (14), -- Border Gateway Protocol
66: idpr (15), -- InterDomain Policy Routing
67: ciscoEigrp (16), -- Cisco EIGRP
68: dvmrp (17) -- DVMRP
69: }
70:
71: IANAipMRouteProtocol ::= TEXTUAL-CONVENTION
71: warning -
warning: current type `IANAipMRouteProtocol' is not referenced in this module
72: STATUS current
73: DESCRIPTION
74: "The multicast routing protocol. Inclusion of values for
75: multicast routing protocols is not intended to imply that
76: those protocols need be supported."
77: SYNTAX INTEGER {
78: other(1), -- none of the following
79: local(2), -- e.g., manually configured
80: netmgmt(3), -- set via net.mgmt protocol
81: dvmrp(4),
82: mospf(5),
83: pimSparseDense(6), -- PIMv1, both DM and SM
84: cbt(7),
85: pimSparseMode(8), -- PIM-SM
86: pimDenseMode(9), -- PIM-DM
87: igmpOnly(10),
88: bgmp(11),
89: msdp(12)
90: }
91:
92: END