smilint output for ./IANA-ADDRESS-FAMILY-NUMBERS-MIB
Message Severities |
Severity | Count |
warning | 1 |
Message Types |
Type | Count |
type-unref (warning) | 1 |
Messages:
IANA-ADDRESS-FAMILY-NUMBERS-MIB
1: -- extracted from ianaaddressfamilynumbers-mib
2: -- at Mon Aug 7 09:17:55 2006
53:
54: AddressFamilyNumbers ::= TEXTUAL-CONVENTION
54: warning -
warning: current type `AddressFamilyNumbers' is not referenced in this module
55:
56: STATUS current
57: DESCRIPTION
58: "The definition of this textual convention with the
59: addition of newly assigned values is published
60: periodically by the IANA, in either the Assigned
61: Numbers RFC, or some derivative of it specific to
62: Internet Network Management number assignments.
63: (The latest arrangements can be obtained by
64: contacting the IANA.)
65:
66: The enumerations are described as:
67:
68: other(0), -- none of the following
69: ipV4(1), -- IP Version 4
70: ipV6(2), -- IP Version 6
71: nsap(3), -- NSAP
72: hdlc(4), -- (8-bit multidrop)
73: bbn1822(5),
74: all802(6), -- (includes all 802 media
75: -- plus Ethernet 'canonical format')
76: e163(7),
77: e164(8), -- (SMDS, Frame Relay, ATM)
78: f69(9), -- (Telex)
79: x121(10), -- (X.25, Frame Relay)
80: ipx(11), -- IPX (Internet Protocol Exchange)
81: appleTalk(12), -- Apple Talk
82: decnetIV(13), -- DEC Net Phase IV
83: banyanVines(14), -- Banyan Vines
84: e164withNsap(15),
85: -- (E.164 with NSAP format subaddress)
86: dns(16), -- (Domain Name System)
87: distinguishedName(17), -- (Distinguished Name, per X.500)
88: asNumber(18), -- (16-bit quantity, per the AS number space)
89: xtpOverIpv4(19), -- XTP over IP version 4
90: xtpOverIpv6(20), -- XTP over IP version 6
91: xtpNativeModeXTP(21), -- XTP native mode XTP
92: fibreChannelWWPN(22), -- Fibre Channel World-Wide Port Name
93: fibreChannelWWNN(23), -- Fibre Channel World-Wide Node Name
94: gwid(24), -- Gateway Identifier
95: reserved(65535)
96:
97:
98:
99: Requests for new values should be made to IANA via
100: email (iana@iana.org)."
101:
102: SYNTAX INTEGER {
103: other(0),
104: ipV4(1),
105: ipV6(2),
106: nsap(3),
107: hdlc(4),
108: bbn1822(5),
109: all802(6),
110: e163(7),
111: e164(8),
112: f69(9),
113: x121(10),
114: ipx(11),
115: appleTalk(12),
116: decnetIV(13),
117: banyanVines(14),
118: e164withNsap(15),
119: dns(16),
120: distinguishedName(17), -- (Distinguished Name, per X.500)
121: asNumber(18), -- (16-bit quantity, per the AS number space)
122: xtpOverIpv4(19),
123: xtpOverIpv6(20),
124: xtpNativeModeXTP(21),
125: fibreChannelWWPN(22),
126: fibreChannelWWNN(23),
127: gwid(24),
128: reserved(65535)
129: }
130: END