1-- *****************************************************************
2-- agent_template.my
3--
4-- Copyright (c) 2006, 2009 by cisco Systems Inc.
5-- All rights reserved.
6--
7-- *****************************************************************
8
9ISIS-CAPABILTY-MIB DEFINITIONS ::= BEGIN
10
11IMPORTS
12    MODULE-IDENTITY
13        FROM SNMPv2-SMI
14    AGENT-CAPABILITIES
15        FROM SNMPv2-CONF
16    ciscoAgentCapability
17        FROM CISCO-SMI;
18
19
20isisCapabiltyMIB MODULE-IDENTITY
21    LAST-UPDATED    "200903260000Z"
22    ORGANIZATION    "Cisco Systems, Inc."
23    CONTACT-INFO
24            "Cisco Systems
25            Customer Service
26
27            Postal: 170 W Tasman Drive
28            San Jose, CA  95134
29            USA
30
31            Tel: +1 800 553-NETS
32
33            E-mail: cs-<list>@cisco.com"
34    DESCRIPTION
35        "Agent capabilities for the ISIS MIB"
36    REVISION        "200903260000Z"
37    DESCRIPTION
38        "Latest version of this MIB module."
39    ::= { ciscoAgentCapability 9999 }
40
41
42
43ciscoIsisCapabiltyV3R8Capability AGENT-CAPABILITIES
44    PRODUCT-RELEASE "Cisco IOX XR 3.8"
45    STATUS          current
46    DESCRIPTION
47        "ISIS-MIB capabilities for IOS-XR release 3.8."
48
49    SUPPORTS        ISIS-MIB
50    INCLUDES        {
51                        isisSystemGroup,
52                        isisNotificationObjectGroup,
53                        isisNotificationGroup,
54                        isisISPDUCounterGroup
55                    }
56    VARIATION       isisSysLevelType
57    ACCESS          read-only
58    DESCRIPTION
59        "Sets are not supported."
60
61    VARIATION       isisSysID
62    ACCESS          read-only
63    DESCRIPTION
64        "Sets are not supported."
65
66    VARIATION       isisSysMaxPathSplits
67    ACCESS          read-only
68    DESCRIPTION
69        "Sets are not supported."
70
71    VARIATION       isisSysMaxLSPGenInt
72    ACCESS          read-only
73    DESCRIPTION
74        "Sets are not supported."
75
76    VARIATION       isisSysPollESHelloRate
77    ACCESS          read-only
78    DESCRIPTION
79        "Sets are not supported."
80
81    VARIATION       isisSysWaitTime
82    ACCESS          read-only
83    DESCRIPTION
84        "Sets are not supported."
85
86    VARIATION       isisSysAdminState
87    ACCESS          read-only
88    DESCRIPTION
89        "Sets are not supported."
90
91    VARIATION       isisSysL2toL1Leaking
92    ACCESS          read-only
93    DESCRIPTION
94        "Sets are not supported."
95
96    VARIATION       isisSysMaxAge
97    ACCESS          read-only
98    DESCRIPTION
99        "Sets are not supported."
100
101    VARIATION       isisSysLevelOrigLSPBuffSize
102    ACCESS          read-only
103    DESCRIPTION
104        "Sets are not supported."
105
106    VARIATION       isisSysLevelMinLSPGenInt
107    ACCESS          read-only
108    DESCRIPTION
109        "Sets are not supported."
110
111    VARIATION       isisSysLevelSetOverload
112    ACCESS          read-only
113    DESCRIPTION
114        "Sets are not supported."
115
116    VARIATION       isisSysLevelSetOverloadUntil
117    ACCESS          read-only
118    DESCRIPTION
119        "Sets are not supported."
120
121    VARIATION       isisSysLevelMetricStyle
122    ACCESS          read-only
123    DESCRIPTION
124        "Sets are not supported."
125
126    VARIATION       isisSysLevelSPFConsiders
127    ACCESS          read-only
128    DESCRIPTION
129        "Sets are not supported."
130
131    VARIATION       isisSysLevelTEEnabled
132    ACCESS          read-only
133    DESCRIPTION
134        "Sets are not supported."
135
136    VARIATION       isisSysReceiveLSPBufferSize
137    ACCESS          read-only
138    DESCRIPTION
139        "Sets are not supported."
140
141    VARIATION       isisSummAddrExistState
142    ACCESS          not-implemented
143    DESCRIPTION
144        "Not supported."
145
146    VARIATION       isisSummAddrMetric
147    ACCESS          not-implemented
148    DESCRIPTION
149        "Not supported."
150
151    VARIATION       isisManAreaAddrExistState
152    ACCESS          not-implemented
153    DESCRIPTION
154        "Not supported."
155
156    VARIATION       isisAreaAddr
157    ACCESS          not-implemented
158    DESCRIPTION
159        "Not supported."
160
161    VARIATION       isisSummAddrFullMetric
162    ACCESS          not-implemented
163    DESCRIPTION
164        "Not supported."
165
166    VARIATION       isisRedistributeAddrExistState
167    ACCESS          not-implemented
168    DESCRIPTION
169        "Not supported."
170
171    VARIATION       isisRouterID
172    ACCESS          not-implemented
173    DESCRIPTION
174        "Not supported, returns 0.0.0.0."
175
176    VARIATION       isisSysStatCorrLSPs
177    ACCESS          not-implemented
178    DESCRIPTION
179        "Not supported, returns 0."
180
181    VARIATION       isisSysStatManAddrDropFromAreas
182    ACCESS          not-implemented
183    DESCRIPTION
184        "Not supported, returns 0."
185
186    VARIATION       isisSysStatAttmptToExMaxSeqNums
187    ACCESS          not-implemented
188    DESCRIPTION
189        "Not supported, returns 0."
190
191    VARIATION       isisSysStatPartChanges
192    ACCESS          not-implemented
193    DESCRIPTION
194        "Not supported, returns 0."
195
196    VARIATION       isisManualAddressDrops
197    ACCESS          not-implemented
198    DESCRIPTION
199        "Not supported, returns 0."
200
201    VARIATION       isisPacketCountISHello
202    ACCESS          not-implemented
203    DESCRIPTION
204        "Not supported, returns 0."
205
206    VARIATION       isisPacketCountESHello
207    ACCESS          not-implemented
208    DESCRIPTION
209        "Not supported, returns 0."
210
211    ::= { isisCapabiltyMIB 1 }
212
213END
214
215
216
217