1-- *****************************************************************
2-- OLD-CISCO-XNS-MIB.my:  Old Cisco XNS MIB file
3--
4-- May 1994, Jeffrey T. Johnson
5--
6-- Copyright (c) 1994 by cisco Systems, Inc.
7-- All rights reserved.
8--
9-- *****************************************************************
10--
11
12               OLD-CISCO-XNS-MIB DEFINITIONS ::= BEGIN
13
14               IMPORTS
15			OBJECT-TYPE
16				FROM RFC-1212
17			temporary
18				FROM CISCO-SMI;
19
20               tmpxns OBJECT IDENTIFIER ::= { temporary 2 }
21
22               -- Temporary XNS Section
23
24          -- This group is present in all router based products.
25
26               xnsInput OBJECT-TYPE
27                   SYNTAX  INTEGER
28                   ACCESS  read-only
29                   STATUS  mandatory
30                   DESCRIPTION
31                           "Total input count of number of XNS packets."
32                   ::= { tmpxns 1 }
33
34               xnsLocal OBJECT-TYPE
35                   SYNTAX  INTEGER
36                   ACCESS  read-only
37                   STATUS  mandatory
38                   DESCRIPTION
39                           "Total count of XNS input packets for this
40                           host."
41                   ::= { tmpxns 2 }
42
43               xnsBcastin OBJECT-TYPE
44                   SYNTAX  INTEGER
45                   ACCESS  read-only
46                   STATUS  mandatory
47                   DESCRIPTION
48                           "Total count of number of XNS input broadcast
49                           packets."
50                   ::= { tmpxns 3 }
51
52               xnsForward OBJECT-TYPE
53                   SYNTAX  INTEGER
54                   ACCESS  read-only
55                   STATUS  mandatory
56                   DESCRIPTION
57                           "Total count of number of XNS packets
58                           forwarded."
59                   ::= { tmpxns 4 }
60
61               xnsBcastout OBJECT-TYPE
62                   SYNTAX  INTEGER
63                   ACCESS  read-only
64                   STATUS  mandatory
65                   DESCRIPTION
66                           "Total count of number of XNS output
67                           broadcast packets."
68                   ::= { tmpxns 5 }
69
70               xnsErrin OBJECT-TYPE
71                   SYNTAX  INTEGER
72                   ACCESS  read-only
73                   STATUS  mandatory
74                   DESCRIPTION
75                           "Total count of number of XNS Error input
76                           packets."
77                   ::= { tmpxns 6 }
78
79               xnsErrout OBJECT-TYPE
80                   SYNTAX  INTEGER
81                   ACCESS  read-only
82                   STATUS  mandatory
83                   DESCRIPTION
84                           "Total count of number of XNS Error output
85                           packets."
86                   ::= { tmpxns 7 }
87
88               xnsFormerr OBJECT-TYPE
89                   SYNTAX  INTEGER
90                   ACCESS  read-only
91                   STATUS  mandatory
92                   DESCRIPTION
93                           "Total count of number of XNS input packets
94                           with header errors."
95                   ::= { tmpxns 8 }
96
97               xnsChksum OBJECT-TYPE
98                   SYNTAX  INTEGER
99                   ACCESS  read-only
100                   STATUS  mandatory
101                   DESCRIPTION
102                           "Total count of number of XNS input packets
103                           with checksum errors."
104                   ::= { tmpxns 9 }
105
106               xnsNotgate OBJECT-TYPE
107                   SYNTAX  INTEGER
108                   ACCESS  read-only
109                   STATUS  mandatory
110                   DESCRIPTION
111                           "Total count of number of XNS input packets
112                           received while not routing."
113                   ::= { tmpxns 10 }
114
115               xnsHopcnt OBJECT-TYPE
116                   SYNTAX  INTEGER
117                   ACCESS  read-only
118                   STATUS  mandatory
119                   DESCRIPTION
120                           "Total count of number of XNS input packets
121                           that have exceeded the maximum hop count."
122                   ::= { tmpxns 11 }
123
124               xnsNoroute OBJECT-TYPE
125                   SYNTAX  INTEGER
126                   ACCESS  read-only
127                   STATUS  mandatory
128                   DESCRIPTION
129                           "Total count of number of XNS packets dropped
130                           due to no route."
131                   ::= { tmpxns 12 }
132
133               xnsNoencap OBJECT-TYPE
134                   SYNTAX  INTEGER
135                   ACCESS  read-only
136                   STATUS  mandatory
137                   DESCRIPTION
138                           "Total count of number of XNS packets dropped
139                           due to output encapsulation failure."
140                   ::= { tmpxns 13 }
141
142               xnsOutput OBJECT-TYPE
143                   SYNTAX  INTEGER
144                   ACCESS  read-only
145                   STATUS  mandatory
146                   DESCRIPTION
147                           "Total count of number of XNS output
148                           packets."
149                   ::= { tmpxns 14 }
150
151               xnsInmult OBJECT-TYPE
152                   SYNTAX  INTEGER
153                   ACCESS  read-only
154                   STATUS  mandatory
155                   DESCRIPTION
156                           "Total count of number of XNS input multicast
157                           packets."
158                   ::= { tmpxns 15 }
159
160               xnsUnknown OBJECT-TYPE
161                   SYNTAX  INTEGER
162                   ACCESS  read-only
163                   STATUS  mandatory
164                   DESCRIPTION
165                           "Total count of number of unknown XNS input
166                           packets."
167                   ::= { tmpxns 16 }
168
169               xnsFwdbrd OBJECT-TYPE
170                   SYNTAX  INTEGER
171                   ACCESS  read-only
172                   STATUS  mandatory
173                   DESCRIPTION
174                           "Total count of number of XNS broadcast
175                           packets forwarded."
176                   ::= { tmpxns 17 }
177
178               xnsEchoreqin OBJECT-TYPE
179                   SYNTAX  INTEGER
180                   ACCESS  read-only
181                   STATUS  mandatory
182                   DESCRIPTION
183                           "Total count of number of XNS Echo request
184                           packets received."
185                   ::= { tmpxns 18 }
186
187               xnsEchoreqout OBJECT-TYPE
188                   SYNTAX  INTEGER
189                   ACCESS  read-only
190                   STATUS  mandatory
191                   DESCRIPTION
192                           "Total count of number of XNS Echo request
193                           packets sent."
194                   ::= { tmpxns 19 }
195
196               xnsEchorepin OBJECT-TYPE
197                   SYNTAX  INTEGER
198                   ACCESS  read-only
199                   STATUS  mandatory
200                   DESCRIPTION
201                           "Total count of number of XNS Echo reply
202                           packets received."
203                   ::= { tmpxns 20 }
204
205               xnsEchorepout OBJECT-TYPE
206                   SYNTAX  INTEGER
207                   ACCESS  read-only
208                   STATUS  mandatory
209                   DESCRIPTION
210                           "Total count of number of XNS Echo reply
211                           packets sent."
212                   ::= { tmpxns 21 }
213
214END
215