smilint output for ./BGP-CONFED-MIB
Message Severities |
Severity | Count |
severe | 1 |
Message Types |
Type | Count |
internal-other (severe) | 1 |
Messages:
BGP-CONFED-MIB
1: -- extracted from draft-richardson-bgp4-confed-mib-00.txt
2: -- at Sat Feb 24 06:04:17 2001
3:
4: BGP-CONFED-MIB DEFINITIONS ::= BEGIN
5:
6:
7: IMPORTS
8: MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
9: mib-2,
10: FROM SNMPv2-SMI
10: severe -
syntax error, unexpected FROM
11: MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
12: FROM SNMPv2-CONF
13: TruthValue
14: FROM SNMPv2-TC
15: bgp
16: FROM BGP-MIB;
17:
18: bgpConfed MODULE-IDENTITY
19: LAST-UPDATED "200102230000Z"
20: ORGANIZATION "IETF IDR Working Group"
21: CONTACT-INFO "E-mail: idr@merit.net
22:
23: Mathew Richardson (Author)
24: E-mail: mrr@nexthop.com
25: Shane Wright (Author)
26: E-mail: swright@nexthop.com
27: 517 W. William Street
28: Ann Arbor, MI 48103-4943
29: Tel: +1 734 973-2200
30: Fax: +1 734 615-3241
31:
32: Susan Hares (Editor)
33: 517 W. William Street
34: Ann Arbor, MI 48103-4943
35: Tel: +1 734 973-2200
36: Fax: +1 734 615-3241
37: E-mail: skh@nexthop.com"
38:
39: REVISION "200102230000Z"
40: DESCRIPTION
41: "Extension of the MIB module for BGP-4 to include
42: about BGP Confederations."
43: REFERENCE
44: "RFC 1965 - Autonomous System Confederations for BGP"
45: "RFC 1771 - Border Gateway Protocol version 4 (BGP-4)"
46:
47: ::= { bgp 12 }
48:
49:
50: bgpConfederationId OBJECT-TYPE
51: SYNTAX INTEGER (0..65535)
52: MAX-ACCESS read-only
53: STATUS current
54: DESCRIPTION
55: "The local Confederation Identification Number. A value
56: of zero (0) indicates the absence of this value."
57: REFERENCE
58: "RFC 1965 - Autonomous System Confederations for BGP"
59: ::= { bgpConfed 1 }
60:
61:
62: bgpPeerConfedTable OBJECT-TYPE
63: SYNTAX SEQUENCE OF BgpPeerConfedEntry
64: MAX-ACCESS not-accessible
65: STATUS current
66: DESCRIPTION
67: "BGP Peer Confederation Table. This table contains
68: information on whether a given peer is in the same
69: Confederation as the router."
70: ::= { bgpConfed 2 }
71:
72:
73: bgpPeerConfedEntry OBJECT-TYPE
74: SYNTAX BgpPeerConfedEntry
75: MAX-ACCESS not-accessible
76: STATUS current
77: DESCRIPTION
78: "Information on whether a given peer is in the same
79: Confederation as the router."
80: AUGMENTS { bgpPeerEntry }
81: ::= { bgpPeerConfedTable 1 }
82:
83:
84: BgpPeerConfedEntry ::= SEQUENCE {
85: bgpPeerInConfederation
86: TruthValue
87: }
88:
89:
90: bgpPeerInConfederation OBJECT-TYPE
91: SYNTAX TruthValue
92: MAX-ACCESS read-only
93: STATUS current
94: DESCRIPTION
95: "This value indicates whether the given peer is in our
96: confederation or not."
97: ::= { bgpPeerConfedEntry 1 }
98:
99: END
100:
101: --
102: --
103: -- Copyright (C) The Internet Society (1999). All Rights Reserved.
104: --
105: --
106: -- This document and translations of it may be copied and furnished to
107: -- others, and derivative works that comment on or otherwise explain it
108: -- or assist in its implementation may be prepared, copied, published
109: -- and distributed, in whole or in part, without restriction of any
110: -- kind, provided that the above copyright notice and this paragraph are
111: -- included on all such copies and derivative works. However, this
112: -- document itself may not be modified in any way, such as by removing
113: -- the copyright notice or references to the Internet Society or other
114: -- Internet organizations, except as needed for the purpose of
115: -- developing Internet standards in which case the procedures for
116: -- copyrights defined in the Internet Standards process must be
117: -- followed, or as required to translate it into languages other than
118: -- English.
119: --
120: --
121: -- The limited permissions granted above are perpetual and will not be
122: -- revoked by the Internet Society or its successors or assigns.
123: --
124: --
125: -- This document and the information contained herein is provided on an
126: -- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
127: -- TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
128: -- BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
129: -- HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
130: -- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
131: --
132: -- Expires August 2001
133: